Shades of Black Pearl #0C1318
Tints of Black Pearl #0C1318
RGB
CMYK
RGB Variations
Color information
#0C1318 (or 0x0C1318) is known color: Black Pearl. HEX triplet: 0C, 13 and 18. RGB value is (12,19,24). Sum of RGB (Red+Green+Blue) = 12+19+24=55 (7% of max value = 765). Red value is 12 (5.08% from 255 or 21.82% from 55); Green value is 19 (7.81% from 255 or 34.55% from 55); Blue value is 24 (9.77% from 255 or 43.64% from 55); Max value from RGB is 24 - color contains mainly: blue. Hex color #0C1318 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1318 is #F3ECE7. Grayscale: #111111. Windows color (decimal): -15985896 or 1577740. OLE color: 1577740.
HSL color Cylindrical-coordinate representation of color #0C1318: hue angle of 205º degrees, saturation: 0.33, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0C1318 is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 12 | 19 | 24 | - |
| CMYK | 0.50 | 0.21 | 0 | 0.91 |
| HSL | 205º | 0.33% | 0.07% | - |
| HSV(B) | 205º | 0.5% | 0.09% | - |
| XYZ | 0.55 | 0.61 | 0.95 | - |
| YUV | 17.48 | 131.68 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 19 | 24 | 0.50 | 0.21 | 0 | 0.91 | 205 | 0.33 | 0.07 |
| Hex | C | 13 | 18 | 32 | 15 | 0 | 5B | CD | 21 | 7 |
| Octal | 14 | 23 | 30 | 62 | 25 | 0 | 133 | 315 | 41 | 7 |
| Binary | 1100 | 10011 | 11000 | 110010 | 10101 | 0 | 1011011 | 11001101 | 100001 | 111 |
Color Harmonies of #0C1318
Complementary color
Monochromatic Colors of #0C1318
Black with #0C1318
Text Example
Text Example
White with #0C1318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1318; }
p { color: rgb(12,19,24); }
H1.HeaderClassName
{
color: #0C1318;
}
.AnyTagClassName
{
color: #0C1318;
}
</style>
background-color css
<style>
a { background-color: #0C1318; }
a { background-color: rgb(12,19,24); }
div.DivClassName
{
background-color: #0C1318;
}
.BgClassName
{
background-color: #0C1318;
}
</style>
border-color css
<style>
span { border-color: #0C1318; }
span { border-color: rgb(12,19,24); }
td.TdClassName
{
border-color: #0C1318;
}
.TagClassName
{
border-color: #0C1318;
}
</style>