Shades of Black Pearl #0C1625
Tints of Black Pearl #0C1625
RGB
CMYK
RGB Variations
Color information
#0C1625 (or 0x0C1625) is known color: Black Pearl. HEX triplet: 0C, 16 and 25. RGB value is (12,22,37). Sum of RGB (Red+Green+Blue) = 12+22+37=71 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16.90% from 71); Green value is 22 (8.98% from 255 or 30.99% from 71); Blue value is 37 (14.84% from 255 or 52.11% from 71); Max value from RGB is 37 - color contains mainly: blue. Hex color #0C1625 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C1625 is #F3E9DA. Grayscale: #141414. Windows color (decimal): -15985115 or 2430476. OLE color: 2430476.
HSL color Cylindrical-coordinate representation of color #0C1625: hue angle of 216º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0C1625 is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 12 | 22 | 37 | - |
| CMYK | 0.68 | 0.41 | 0 | 0.85 |
| HSL | 216º | 0.51% | 0.1% | - |
| HSV(B) | 216º | 0.68% | 0.15% | - |
| XYZ | 0.77 | 0.79 | 1.86 | - |
| YUV | 20.72 | 137.19 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 22 | 37 | 0.68 | 0.41 | 0 | 0.85 | 216 | 0.51 | 0.1 |
| Hex | C | 16 | 25 | 44 | 29 | 0 | 55 | D8 | 33 | A |
| Octal | 14 | 26 | 45 | 104 | 51 | 0 | 125 | 330 | 63 | 12 |
| Binary | 1100 | 10110 | 100101 | 1000100 | 101001 | 0 | 1010101 | 11011000 | 110011 | 1010 |
Color Harmonies of #0C1625
Complementary color
Monochromatic Colors of #0C1625
Black with #0C1625
Text Example
Text Example
White with #0C1625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1625; }
p { color: rgb(12,22,37); }
H1.HeaderClassName
{
color: #0C1625;
}
.AnyTagClassName
{
color: #0C1625;
}
</style>
background-color css
<style>
a { background-color: #0C1625; }
a { background-color: rgb(12,22,37); }
div.DivClassName
{
background-color: #0C1625;
}
.BgClassName
{
background-color: #0C1625;
}
</style>
border-color css
<style>
span { border-color: #0C1625; }
span { border-color: rgb(12,22,37); }
td.TdClassName
{
border-color: #0C1625;
}
.TagClassName
{
border-color: #0C1625;
}
</style>