Shades of Black Pearl #000C16
Tints of Black Pearl #000C16
RGB
CMYK
RGB Variations
Color information
#000C16 (or 0x000C16) is known color: Black Pearl. HEX triplet: 00, 0C and 16. RGB value is (0,12,22). Sum of RGB (Red+Green+Blue) = 0+12+22=34 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 34); Green value is 12 (5.08% from 255 or 35.29% from 34); Blue value is 22 (8.98% from 255 or 64.71% from 34); Max value from RGB is 22 - color contains mainly: blue. Hex color #000C16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000C16 is #FFF3E9. Grayscale: #090909. Windows color (decimal): -16774122 or 1444864. OLE color: 1444864.
HSL color Cylindrical-coordinate representation of color #000C16: hue angle of 207.27º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000C16 is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 0 | 12 | 22 | - |
| CMYK | 1 | 0.45 | 0 | 0.91 |
| HSL | 207.27º | 1% | 0.04% | - |
| HSV(B) | 207.27º | 1% | 0.09% | - |
| XYZ | 0.28 | 0.32 | 0.81 | - |
| YUV | 9.55 | 135.02 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 12 | 22 | 1 | 0.45 | 0 | 0.91 | 207.27 | 1 | 0.04 |
| Hex | 0 | C | 16 | 64 | 2D | 0 | 5B | CF | 64 | 4 |
| Octal | 0 | 14 | 26 | 144 | 55 | 0 | 133 | 317 | 144 | 4 |
| Binary | 0 | 1100 | 10110 | 1100100 | 101101 | 0 | 1011011 | 11001111 | 1100100 | 100 |
Color Harmonies of #000C16
Complementary color
Monochromatic Colors of #000C16
Black with #000C16
Text Example
Text Example
White with #000C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000C16; }
p { color: rgb(0,12,22); }
H1.HeaderClassName
{
color: #000C16;
}
.AnyTagClassName
{
color: #000C16;
}
</style>
background-color css
<style>
a { background-color: #000C16; }
a { background-color: rgb(0,12,22); }
div.DivClassName
{
background-color: #000C16;
}
.BgClassName
{
background-color: #000C16;
}
</style>
border-color css
<style>
span { border-color: #000C16; }
span { border-color: rgb(0,12,22); }
td.TdClassName
{
border-color: #000C16;
}
.TagClassName
{
border-color: #000C16;
}
</style>