Shades of Black Pearl #0C1214
Tints of Black Pearl #0C1214
RGB
CMYK
RGB Variations
Color information
#0C1214 (or 0x0C1214) is known color: Black Pearl. HEX triplet: 0C, 12 and 14. RGB value is (12,18,20). Sum of RGB (Red+Green+Blue) = 12+18+20=50 (6% of max value = 765). Red value is 12 (5.08% from 255 or 24% from 50); Green value is 18 (7.42% from 255 or 36% from 50); Blue value is 20 (8.20% from 255 or 40% from 50); Max value from RGB is 20 - color contains mainly: blue. Hex color #0C1214 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1214 is #F3EDEB. Grayscale: #101010. Windows color (decimal): -15986156 or 1315340. OLE color: 1315340.
HSL color Cylindrical-coordinate representation of color #0C1214: hue angle of 195º degrees, saturation: 0.25, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #0C1214 is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 12 | 18 | 20 | - |
| CMYK | 0.40 | 0.10 | 0 | 0.92 |
| HSL | 195º | 0.25% | 0.06% | - |
| HSV(B) | 195º | 0.4% | 0.08% | - |
| XYZ | 0.49 | 0.56 | 0.74 | - |
| YUV | 16.43 | 130.01 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 18 | 20 | 0.40 | 0.10 | 0 | 0.92 | 195 | 0.25 | 0.06 |
| Hex | C | 12 | 14 | 28 | A | 0 | 5C | C3 | 19 | 6 |
| Octal | 14 | 22 | 24 | 50 | 12 | 0 | 134 | 303 | 31 | 6 |
| Binary | 1100 | 10010 | 10100 | 101000 | 1010 | 0 | 1011100 | 11000011 | 11001 | 110 |
Color Harmonies of #0C1214
Complementary color
Monochromatic Colors of #0C1214
Black with #0C1214
Text Example
Text Example
White with #0C1214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1214; }
p { color: rgb(12,18,20); }
H1.HeaderClassName
{
color: #0C1214;
}
.AnyTagClassName
{
color: #0C1214;
}
</style>
background-color css
<style>
a { background-color: #0C1214; }
a { background-color: rgb(12,18,20); }
div.DivClassName
{
background-color: #0C1214;
}
.BgClassName
{
background-color: #0C1214;
}
</style>
border-color css
<style>
span { border-color: #0C1214; }
span { border-color: rgb(12,18,20); }
td.TdClassName
{
border-color: #0C1214;
}
.TagClassName
{
border-color: #0C1214;
}
</style>