Shades of Black Pearl #00121F
Tints of Black Pearl #00121F
RGB
CMYK
RGB Variations
Color information
#00121F (or 0x00121F) is known color: Black Pearl. HEX triplet: 00, 12 and 1F. RGB value is (0,18,31). Sum of RGB (Red+Green+Blue) = 0+18+31=49 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 49); Green value is 18 (7.42% from 255 or 36.73% from 49); Blue value is 31 (12.5% from 255 or 63.27% from 49); Max value from RGB is 31 - color contains mainly: blue. Hex color #00121F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00121F is #FFEDE0. Grayscale: #0E0E0E. Windows color (decimal): -16772577 or 2036224. OLE color: 2036224.
HSL color Cylindrical-coordinate representation of color #00121F: hue angle of 205.16º 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 #00121F is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 0 | 18 | 31 | - |
| CMYK | 1 | 0.42 | 0 | 0.88 |
| HSL | 205.16º | 1% | 0.06% | - |
| HSV(B) | 205.16º | 1% | 0.12% | - |
| XYZ | 0.46 | 0.53 | 1.37 | - |
| YUV | 14.1 | 137.54 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 18 | 31 | 1 | 0.42 | 0 | 0.88 | 205.16 | 1 | 0.06 |
| Hex | 0 | 12 | 1F | 64 | 2A | 0 | 58 | CD | 64 | 6 |
| Octal | 0 | 22 | 37 | 144 | 52 | 0 | 130 | 315 | 144 | 6 |
| Binary | 0 | 10010 | 11111 | 1100100 | 101010 | 0 | 1011000 | 11001101 | 1100100 | 110 |
Color Harmonies of #00121F
Complementary color
Monochromatic Colors of #00121F
Black with #00121F
Text Example
Text Example
White with #00121F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00121F; }
p { color: rgb(0,18,31); }
H1.HeaderClassName
{
color: #00121F;
}
.AnyTagClassName
{
color: #00121F;
}
</style>
background-color css
<style>
a { background-color: #00121F; }
a { background-color: rgb(0,18,31); }
div.DivClassName
{
background-color: #00121F;
}
.BgClassName
{
background-color: #00121F;
}
</style>
border-color css
<style>
span { border-color: #00121F; }
span { border-color: rgb(0,18,31); }
td.TdClassName
{
border-color: #00121F;
}
.TagClassName
{
border-color: #00121F;
}
</style>