Shades of Black Pearl #0C2A34
Tints of Black Pearl #0C2A34
RGB
CMYK
RGB Variations
Color information
#0C2A34 (or 0x0C2A34) is known color: Black Pearl. HEX triplet: 0C, 2A and 34. RGB value is (12,42,52). Sum of RGB (Red+Green+Blue) = 12+42+52=106 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.32% from 106); Green value is 42 (16.80% from 255 or 39.62% from 106); Blue value is 52 (20.70% from 255 or 49.06% from 106); Max value from RGB is 52 - color contains mainly: blue. Hex color #0C2A34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2A34 is #F3D5CB. Grayscale: #222222. Windows color (decimal): -15979980 or 3418636. OLE color: 3418636.
HSL color Cylindrical-coordinate representation of color #0C2A34: hue angle of 195º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0C2A34 is Cyan = 0.77, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 12 | 42 | 52 | - |
| CMYK | 0.77 | 0.19 | 0 | 0.80 |
| HSL | 195º | 0.63% | 0.13% | - |
| HSV(B) | 195º | 0.77% | 0.2% | - |
| XYZ | 1.6 | 1.98 | 3.55 | - |
| YUV | 34.17 | 138.06 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 42 | 52 | 0.77 | 0.19 | 0 | 0.80 | 195 | 0.63 | 0.13 |
| Hex | C | 2A | 34 | 4D | 13 | 0 | 50 | C3 | 3E | D |
| Octal | 14 | 52 | 64 | 115 | 23 | 0 | 120 | 303 | 76 | 15 |
| Binary | 1100 | 101010 | 110100 | 1001101 | 10011 | 0 | 1010000 | 11000011 | 111110 | 1101 |
Color Harmonies of #0C2A34
Complementary color
Monochromatic Colors of #0C2A34
Black with #0C2A34
Text Example
Text Example
White with #0C2A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2A34; }
p { color: rgb(12,42,52); }
H1.HeaderClassName
{
color: #0C2A34;
}
.AnyTagClassName
{
color: #0C2A34;
}
</style>
background-color css
<style>
a { background-color: #0C2A34; }
a { background-color: rgb(12,42,52); }
div.DivClassName
{
background-color: #0C2A34;
}
.BgClassName
{
background-color: #0C2A34;
}
</style>
border-color css
<style>
span { border-color: #0C2A34; }
span { border-color: rgb(12,42,52); }
td.TdClassName
{
border-color: #0C2A34;
}
.TagClassName
{
border-color: #0C2A34;
}
</style>