Shades of Black Pearl #000F12
Tints of Black Pearl #000F12
RGB
CMYK
RGB Variations
Color information
#000F12 (or 0x000F12) is known color: Black Pearl. HEX triplet: 00, 0F and 12. RGB value is (0,15,18). Sum of RGB (Red+Green+Blue) = 0+15+18=33 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 33); Green value is 15 (6.25% from 255 or 45.45% from 33); Blue value is 18 (7.42% from 255 or 54.55% from 33); Max value from RGB is 18 - color contains mainly: blue. Hex color #000F12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000F12 is #FFF0ED. Grayscale: #0A0A0A. Windows color (decimal): -16773358 or 1183488. OLE color: 1183488.
HSL color Cylindrical-coordinate representation of color #000F12: hue angle of 190º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000F12 is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 0 | 15 | 18 | - |
| CMYK | 1 | 0.17 | 0 | 0.93 |
| HSL | 190º | 1% | 0.04% | - |
| HSV(B) | 190º | 1% | 0.07% | - |
| XYZ | 0.28 | 0.39 | 0.63 | - |
| YUV | 10.86 | 132.03 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 15 | 18 | 1 | 0.17 | 0 | 0.93 | 190 | 1 | 0.04 |
| Hex | 0 | F | 12 | 64 | 11 | 0 | 5D | BE | 64 | 4 |
| Octal | 0 | 17 | 22 | 144 | 21 | 0 | 135 | 276 | 144 | 4 |
| Binary | 0 | 1111 | 10010 | 1100100 | 10001 | 0 | 1011101 | 10111110 | 1100100 | 100 |
Color Harmonies of #000F12
Complementary color
Monochromatic Colors of #000F12
Black with #000F12
Text Example
Text Example
White with #000F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000F12; }
p { color: rgb(0,15,18); }
H1.HeaderClassName
{
color: #000F12;
}
.AnyTagClassName
{
color: #000F12;
}
</style>
background-color css
<style>
a { background-color: #000F12; }
a { background-color: rgb(0,15,18); }
div.DivClassName
{
background-color: #000F12;
}
.BgClassName
{
background-color: #000F12;
}
</style>
border-color css
<style>
span { border-color: #000F12; }
span { border-color: rgb(0,15,18); }
td.TdClassName
{
border-color: #000F12;
}
.TagClassName
{
border-color: #000F12;
}
</style>