Shades of Black Pearl #0C131C
Tints of Black Pearl #0C131C
RGB
CMYK
RGB Variations
Color information
#0C131C (or 0x0C131C) is known color: Black Pearl. HEX triplet: 0C, 13 and 1C. RGB value is (12,19,28). Sum of RGB (Red+Green+Blue) = 12+19+28=59 (7% of max value = 765). Red value is 12 (5.08% from 255 or 20.34% from 59); Green value is 19 (7.81% from 255 or 32.20% from 59); Blue value is 28 (11.33% from 255 or 47.46% from 59); Max value from RGB is 28 - color contains mainly: blue. Hex color #0C131C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C131C is #F3ECE3. Grayscale: #111111. Windows color (decimal): -15985892 or 1839884. OLE color: 1839884.
HSL color Cylindrical-coordinate representation of color #0C131C: hue angle of 213.75º degrees, saturation: 0.4, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #0C131C is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 12 | 19 | 28 | - |
| CMYK | 0.57 | 0.32 | 0 | 0.89 |
| HSL | 213.75º | 0.4% | 0.08% | - |
| HSV(B) | 213.75º | 0.57% | 0.11% | - |
| XYZ | 0.59 | 0.63 | 1.19 | - |
| YUV | 17.93 | 133.68 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 19 | 28 | 0.57 | 0.32 | 0 | 0.89 | 213.75 | 0.4 | 0.08 |
| Hex | C | 13 | 1C | 39 | 20 | 0 | 59 | D6 | 28 | 8 |
| Octal | 14 | 23 | 34 | 71 | 40 | 0 | 131 | 326 | 50 | 10 |
| Binary | 1100 | 10011 | 11100 | 111001 | 100000 | 0 | 1011001 | 11010110 | 101000 | 1000 |
Color Harmonies of #0C131C
Complementary color
Monochromatic Colors of #0C131C
Black with #0C131C
Text Example
Text Example
White with #0C131C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C131C; }
p { color: rgb(12,19,28); }
H1.HeaderClassName
{
color: #0C131C;
}
.AnyTagClassName
{
color: #0C131C;
}
</style>
background-color css
<style>
a { background-color: #0C131C; }
a { background-color: rgb(12,19,28); }
div.DivClassName
{
background-color: #0C131C;
}
.BgClassName
{
background-color: #0C131C;
}
</style>
border-color css
<style>
span { border-color: #0C131C; }
span { border-color: rgb(12,19,28); }
td.TdClassName
{
border-color: #0C131C;
}
.TagClassName
{
border-color: #0C131C;
}
</style>