Shades of Black Pearl #0C1928
Tints of Black Pearl #0C1928
RGB
CMYK
RGB Variations
Color information
#0C1928 (or 0x0C1928) is known color: Black Pearl. HEX triplet: 0C, 19 and 28. RGB value is (12,25,40). Sum of RGB (Red+Green+Blue) = 12+25+40=77 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.58% from 77); Green value is 25 (10.16% from 255 or 32.47% from 77); Blue value is 40 (16.02% from 255 or 51.95% from 77); Max value from RGB is 40 - color contains mainly: blue. Hex color #0C1928 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C1928 is #F3E6D7. Grayscale: #161616. Windows color (decimal): -15984344 or 2627852. OLE color: 2627852.
HSL color Cylindrical-coordinate representation of color #0C1928: hue angle of 212.14º degrees, saturation: 0.54, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0C1928 is Cyan = 0.70, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 12 | 25 | 40 | - |
| CMYK | 0.70 | 0.38 | 0 | 0.84 |
| HSL | 212.14º | 0.54% | 0.1% | - |
| HSV(B) | 212.14º | 0.7% | 0.16% | - |
| XYZ | 0.88 | 0.93 | 2.14 | - |
| YUV | 22.82 | 137.69 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 25 | 40 | 0.70 | 0.38 | 0 | 0.84 | 212.14 | 0.54 | 0.1 |
| Hex | C | 19 | 28 | 46 | 26 | 0 | 54 | D4 | 36 | A |
| Octal | 14 | 31 | 50 | 106 | 46 | 0 | 124 | 324 | 66 | 12 |
| Binary | 1100 | 11001 | 101000 | 1000110 | 100110 | 0 | 1010100 | 11010100 | 110110 | 1010 |
Color Harmonies of #0C1928
Complementary color
Monochromatic Colors of #0C1928
Black with #0C1928
Text Example
Text Example
White with #0C1928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1928; }
p { color: rgb(12,25,40); }
H1.HeaderClassName
{
color: #0C1928;
}
.AnyTagClassName
{
color: #0C1928;
}
</style>
background-color css
<style>
a { background-color: #0C1928; }
a { background-color: rgb(12,25,40); }
div.DivClassName
{
background-color: #0C1928;
}
.BgClassName
{
background-color: #0C1928;
}
</style>
border-color css
<style>
span { border-color: #0C1928; }
span { border-color: rgb(12,25,40); }
td.TdClassName
{
border-color: #0C1928;
}
.TagClassName
{
border-color: #0C1928;
}
</style>