Shades of Black Pearl #000C14
Tints of Black Pearl #000C14
RGB
CMYK
RGB Variations
Color information
#000C14 (or 0x000C14) is known color: Black Pearl. HEX triplet: 00, 0C and 14. RGB value is (0,12,20). Sum of RGB (Red+Green+Blue) = 0+12+20=32 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 32); Green value is 12 (5.08% from 255 or 37.5% from 32); Blue value is 20 (8.20% from 255 or 62.5% from 32); Max value from RGB is 20 - color contains mainly: blue. Hex color #000C14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000C14 is #FFF3EB. Grayscale: #090909. Windows color (decimal): -16774124 or 1313792. OLE color: 1313792.
HSL color Cylindrical-coordinate representation of color #000C14: hue angle of 204º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000C14 is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 0 | 12 | 20 | - |
| CMYK | 1 | 0.40 | 0 | 0.92 |
| HSL | 204º | 1% | 0.04% | - |
| HSV(B) | 204º | 1% | 0.08% | - |
| XYZ | 0.26 | 0.31 | 0.71 | - |
| YUV | 9.32 | 134.02 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 12 | 20 | 1 | 0.40 | 0 | 0.92 | 204 | 1 | 0.04 |
| Hex | 0 | C | 14 | 64 | 28 | 0 | 5C | CC | 64 | 4 |
| Octal | 0 | 14 | 24 | 144 | 50 | 0 | 134 | 314 | 144 | 4 |
| Binary | 0 | 1100 | 10100 | 1100100 | 101000 | 0 | 1011100 | 11001100 | 1100100 | 100 |
Color Harmonies of #000C14
Complementary color
Monochromatic Colors of #000C14
Black with #000C14
Text Example
Text Example
White with #000C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000C14; }
p { color: rgb(0,12,20); }
H1.HeaderClassName
{
color: #000C14;
}
.AnyTagClassName
{
color: #000C14;
}
</style>
background-color css
<style>
a { background-color: #000C14; }
a { background-color: rgb(0,12,20); }
div.DivClassName
{
background-color: #000C14;
}
.BgClassName
{
background-color: #000C14;
}
</style>
border-color css
<style>
span { border-color: #000C14; }
span { border-color: rgb(0,12,20); }
td.TdClassName
{
border-color: #000C14;
}
.TagClassName
{
border-color: #000C14;
}
</style>