Shades of Black Pearl #00121E
Tints of Black Pearl #00121E
RGB
CMYK
RGB Variations
Color information
#00121E (or 0x00121E) is known color: Black Pearl. HEX triplet: 00, 12 and 1E. RGB value is (0,18,30). Sum of RGB (Red+Green+Blue) = 0+18+30=48 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 48); Green value is 18 (7.42% from 255 or 37.5% from 48); Blue value is 30 (12.11% from 255 or 62.5% from 48); Max value from RGB is 30 - color contains mainly: blue. Hex color #00121E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00121E is #FFEDE1. Grayscale: #0D0D0D. Windows color (decimal): -16772578 or 1970688. OLE color: 1970688.
HSL color Cylindrical-coordinate representation of color #00121E: hue angle of 204º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00121E is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 0 | 18 | 30 | - |
| CMYK | 1 | 0.40 | 0 | 0.88 |
| HSL | 204º | 1% | 0.06% | - |
| HSV(B) | 204º | 1% | 0.12% | - |
| XYZ | 0.45 | 0.53 | 1.31 | - |
| YUV | 13.99 | 137.04 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 18 | 30 | 1 | 0.40 | 0 | 0.88 | 204 | 1 | 0.06 |
| Hex | 0 | 12 | 1E | 64 | 28 | 0 | 58 | CC | 64 | 6 |
| Octal | 0 | 22 | 36 | 144 | 50 | 0 | 130 | 314 | 144 | 6 |
| Binary | 0 | 10010 | 11110 | 1100100 | 101000 | 0 | 1011000 | 11001100 | 1100100 | 110 |
Color Harmonies of #00121E
Complementary color
Monochromatic Colors of #00121E
Black with #00121E
Text Example
Text Example
White with #00121E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00121E; }
p { color: rgb(0,18,30); }
H1.HeaderClassName
{
color: #00121E;
}
.AnyTagClassName
{
color: #00121E;
}
</style>
background-color css
<style>
a { background-color: #00121E; }
a { background-color: rgb(0,18,30); }
div.DivClassName
{
background-color: #00121E;
}
.BgClassName
{
background-color: #00121E;
}
</style>
border-color css
<style>
span { border-color: #00121E; }
span { border-color: rgb(0,18,30); }
td.TdClassName
{
border-color: #00121E;
}
.TagClassName
{
border-color: #00121E;
}
</style>