Shades of Black Pearl #000C12
Tints of Black Pearl #000C12
RGB
CMYK
RGB Variations
Color information
#000C12 (or 0x000C12) is known color: Black Pearl. HEX triplet: 00, 0C and 12. RGB value is (0,12,18). Sum of RGB (Red+Green+Blue) = 0+12+18=30 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 30); Green value is 12 (5.08% from 255 or 40% from 30); Blue value is 18 (7.42% from 255 or 60% from 30); Max value from RGB is 18 - color contains mainly: blue. Hex color #000C12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000C12 is #FFF3ED. Grayscale: #090909. Windows color (decimal): -16774126 or 1182720. OLE color: 1182720.
HSL color Cylindrical-coordinate representation of color #000C12: hue angle of 200º 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 #000C12 is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 0 | 12 | 18 | - |
| CMYK | 1 | 0.33 | 0 | 0.93 |
| HSL | 200º | 1% | 0.04% | - |
| HSV(B) | 200º | 1% | 0.07% | - |
| XYZ | 0.24 | 0.31 | 0.62 | - |
| YUV | 9.1 | 133.02 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 12 | 18 | 1 | 0.33 | 0 | 0.93 | 200 | 1 | 0.04 |
| Hex | 0 | C | 12 | 64 | 21 | 0 | 5D | C8 | 64 | 4 |
| Octal | 0 | 14 | 22 | 144 | 41 | 0 | 135 | 310 | 144 | 4 |
| Binary | 0 | 1100 | 10010 | 1100100 | 100001 | 0 | 1011101 | 11001000 | 1100100 | 100 |
Color Harmonies of #000C12
Complementary color
Monochromatic Colors of #000C12
Black with #000C12
Text Example
Text Example
White with #000C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000C12; }
p { color: rgb(0,12,18); }
H1.HeaderClassName
{
color: #000C12;
}
.AnyTagClassName
{
color: #000C12;
}
</style>
background-color css
<style>
a { background-color: #000C12; }
a { background-color: rgb(0,12,18); }
div.DivClassName
{
background-color: #000C12;
}
.BgClassName
{
background-color: #000C12;
}
</style>
border-color css
<style>
span { border-color: #000C12; }
span { border-color: rgb(0,12,18); }
td.TdClassName
{
border-color: #000C12;
}
.TagClassName
{
border-color: #000C12;
}
</style>