Shades of Black Pearl #001E23
Tints of Black Pearl #001E23
RGB
CMYK
RGB Variations
Color information
#001E23 (or 0x001E23) is known color: Black Pearl. HEX triplet: 00, 1E and 23. RGB value is (0,30,35). Sum of RGB (Red+Green+Blue) = 0+30+35=65 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 65); Green value is 30 (12.11% from 255 or 46.15% from 65); Blue value is 35 (14.06% from 255 or 53.85% from 65); Max value from RGB is 35 - color contains mainly: blue. Hex color #001E23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001E23 is #FFE1DC. Grayscale: #151515. Windows color (decimal): -16769501 or 2301440. OLE color: 2301440.
HSL color Cylindrical-coordinate representation of color #001E23: hue angle of 188.57º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001E23 is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 0 | 30 | 35 | - |
| CMYK | 1 | 0.14 | 0 | 0.86 |
| HSL | 188.57º | 1% | 0.07% | - |
| HSV(B) | 188.57º | 1% | 0.14% | - |
| XYZ | 0.77 | 1.05 | 1.75 | - |
| YUV | 21.6 | 135.56 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 30 | 35 | 1 | 0.14 | 0 | 0.86 | 188.57 | 1 | 0.07 |
| Hex | 0 | 1E | 23 | 64 | E | 0 | 56 | BD | 64 | 7 |
| Octal | 0 | 36 | 43 | 144 | 16 | 0 | 126 | 275 | 144 | 7 |
| Binary | 0 | 11110 | 100011 | 1100100 | 1110 | 0 | 1010110 | 10111101 | 1100100 | 111 |
Color Harmonies of #001E23
Complementary color
Monochromatic Colors of #001E23
Black with #001E23
Text Example
Text Example
White with #001E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001E23; }
p { color: rgb(0,30,35); }
H1.HeaderClassName
{
color: #001E23;
}
.AnyTagClassName
{
color: #001E23;
}
</style>
background-color css
<style>
a { background-color: #001E23; }
a { background-color: rgb(0,30,35); }
div.DivClassName
{
background-color: #001E23;
}
.BgClassName
{
background-color: #001E23;
}
</style>
border-color css
<style>
span { border-color: #001E23; }
span { border-color: rgb(0,30,35); }
td.TdClassName
{
border-color: #001E23;
}
.TagClassName
{
border-color: #001E23;
}
</style>