Shades of Black Pearl #0C2235
Tints of Black Pearl #0C2235
RGB
CMYK
RGB Variations
Color information
#0C2235 (or 0x0C2235) is known color: Black Pearl. HEX triplet: 0C, 22 and 35. RGB value is (12,34,53). Sum of RGB (Red+Green+Blue) = 12+34+53=99 (13% of max value = 765). Red value is 12 (5.08% from 255 or 12.12% from 99); Green value is 34 (13.67% from 255 or 34.34% from 99); Blue value is 53 (21.09% from 255 or 53.54% from 99); Max value from RGB is 53 - color contains mainly: blue. Hex color #0C2235 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2235 is #F3DDCA. Grayscale: #1D1D1D. Windows color (decimal): -15982027 or 3482124. OLE color: 3482124.
HSL color Cylindrical-coordinate representation of color #0C2235: hue angle of 207.8º degrees, saturation: 0.63, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0C2235 is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 12 | 34 | 53 | - |
| CMYK | 0.77 | 0.36 | 0 | 0.79 |
| HSL | 207.8º | 0.63% | 0.13% | - |
| HSV(B) | 207.8º | 0.77% | 0.21% | - |
| XYZ | 1.37 | 1.48 | 3.58 | - |
| YUV | 29.59 | 141.21 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 34 | 53 | 0.77 | 0.36 | 0 | 0.79 | 207.8 | 0.63 | 0.13 |
| Hex | C | 22 | 35 | 4D | 24 | 0 | 4F | D0 | 3F | D |
| Octal | 14 | 42 | 65 | 115 | 44 | 0 | 117 | 320 | 77 | 15 |
| Binary | 1100 | 100010 | 110101 | 1001101 | 100100 | 0 | 1001111 | 11010000 | 111111 | 1101 |
Color Harmonies of #0C2235
Complementary color
Monochromatic Colors of #0C2235
Black with #0C2235
Text Example
Text Example
White with #0C2235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2235; }
p { color: rgb(12,34,53); }
H1.HeaderClassName
{
color: #0C2235;
}
.AnyTagClassName
{
color: #0C2235;
}
</style>
background-color css
<style>
a { background-color: #0C2235; }
a { background-color: rgb(12,34,53); }
div.DivClassName
{
background-color: #0C2235;
}
.BgClassName
{
background-color: #0C2235;
}
</style>
border-color css
<style>
span { border-color: #0C2235; }
span { border-color: rgb(12,34,53); }
td.TdClassName
{
border-color: #0C2235;
}
.TagClassName
{
border-color: #0C2235;
}
</style>