Color spaces of #230001
RGB | 35 | 0 | 1 |
---|---|---|---|
HSL | 1.00 | 1.00 | 0.07 |
HSV | 358° | 100° | 14° |
CMYK | 0.00 | 1.00 | 0.97 0.86 |
XYZ | 0.6986 | 0.3595 | 0.0613 |
Yxy | 0.3595 | 0.6241 | 0.3212 |
Hunter Lab | 5.9958 | 10.3051 | 3.5909 |
CIE-Lab | 3.2473 | 14.6203 | 4.7221 |
#230001 color RGB value is (35,0,1).
#230001 hex color red value is 35, green value is 0 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #230001 hue: 1.00 , saturation: 1.00 and the lightness value of 230001 is 0.07.
The process color (four color CMYK) of #230001 color hex is 0.00, 1.00, 0.97, 0.86. Web safe color of #230001 is #330000. Color #230001 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100011 | 00000000 | 00000001 |
Octal | 43 | 0 | 1 |
Decimal | 35 | 0 | 1 |
Hex | 23 | 0 | 1 |
Shades of #230001
Tints of #230001
RGB Percentages of Color #230001
CMYK Percentages of Color #230001
Complementary Color
#230001 | #002322 |
#230001 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#230001 Color Preview on White Background
Lorem ipsum dolor sit amet.
#230001 Color CSS Codes
.mybgcolor {background-color:#230001; } .myforecolor {color:#230001; } .mybordercolor {border:3px solid #230001; }
#230001 Text Font Color
<p style="color:#230001">Text here</p>
This sample text font color is #230001
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#230001 Background Color
<div style="background-color:#230001">
Div content here</div>
This div background color is #230001
#230001 Border Color
<div style="border:3px solid #230001">
Div here</div>
This div border color is #230001
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(35,0,1, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #230001; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #230001; -webkit-box-shadow: 1px 1px 3px 2px #230001; box-shadow: 1px 1px 3px 2px #230001; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(35,0,1, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #230001">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #230001; -webkit-box-shadow: 1px 1px 3px 2px #230001; box-shadow: 1px 1px 3px 2px #230001;">
Div content here</div>
This div box has shadow with color #230001
Comments
No comments written yet.
Please login to write comment.