Shades of Black Pearl #0C2028
Tints of Black Pearl #0C2028
RGB
CMYK
RGB Variations
Color information
#0C2028 (or 0x0C2028) is known color: Black Pearl. HEX triplet: 0C, 20 and 28. RGB value is (12,32,40). Sum of RGB (Red+Green+Blue) = 12+32+40=84 (11% of max value = 765). Red value is 12 (5.08% from 255 or 14.29% from 84); Green value is 32 (12.89% from 255 or 38.10% from 84); Blue value is 40 (16.02% from 255 or 47.62% from 84); Max value from RGB is 40 - color contains mainly: blue. Hex color #0C2028 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2028 is #F3DFD7. Grayscale: #1A1A1A. Windows color (decimal): -15982552 or 2629644. OLE color: 2629644.
HSL color Cylindrical-coordinate representation of color #0C2028: hue angle of 197.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 #0C2028 is Cyan = 0.70, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 12 | 32 | 40 | - |
| CMYK | 0.70 | 0.20 | 0 | 0.84 |
| HSL | 197.14º | 0.54% | 0.1% | - |
| HSV(B) | 197.14º | 0.7% | 0.16% | - |
| XYZ | 1.05 | 1.26 | 2.2 | - |
| YUV | 26.93 | 135.37 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 32 | 40 | 0.70 | 0.20 | 0 | 0.84 | 197.14 | 0.54 | 0.1 |
| Hex | C | 20 | 28 | 46 | 14 | 0 | 54 | C5 | 36 | A |
| Octal | 14 | 40 | 50 | 106 | 24 | 0 | 124 | 305 | 66 | 12 |
| Binary | 1100 | 100000 | 101000 | 1000110 | 10100 | 0 | 1010100 | 11000101 | 110110 | 1010 |
Color Harmonies of #0C2028
Complementary color
Monochromatic Colors of #0C2028
Black with #0C2028
Text Example
Text Example
White with #0C2028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2028; }
p { color: rgb(12,32,40); }
H1.HeaderClassName
{
color: #0C2028;
}
.AnyTagClassName
{
color: #0C2028;
}
</style>
background-color css
<style>
a { background-color: #0C2028; }
a { background-color: rgb(12,32,40); }
div.DivClassName
{
background-color: #0C2028;
}
.BgClassName
{
background-color: #0C2028;
}
</style>
border-color css
<style>
span { border-color: #0C2028; }
span { border-color: rgb(12,32,40); }
td.TdClassName
{
border-color: #0C2028;
}
.TagClassName
{
border-color: #0C2028;
}
</style>