Shades of Black Pearl #0C2535
Tints of Black Pearl #0C2535
RGB
CMYK
RGB Variations
Color information
#0C2535 (or 0x0C2535) is known color: Black Pearl. HEX triplet: 0C, 25 and 35. RGB value is (12,37,53). Sum of RGB (Red+Green+Blue) = 12+37+53=102 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.76% from 102); Green value is 37 (14.84% from 255 or 36.27% from 102); Blue value is 53 (21.09% from 255 or 51.96% from 102); Max value from RGB is 53 - color contains mainly: blue. Hex color #0C2535 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2535 is #F3DACA. Grayscale: #1F1F1F. Windows color (decimal): -15981259 or 3482892. OLE color: 3482892.
HSL color Cylindrical-coordinate representation of color #0C2535: hue angle of 203.41º 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 #0C2535 is Cyan = 0.77, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 12 | 37 | 53 | - |
| CMYK | 0.77 | 0.30 | 0 | 0.79 |
| HSL | 203.41º | 0.63% | 0.13% | - |
| HSV(B) | 203.41º | 0.77% | 0.21% | - |
| XYZ | 1.46 | 1.66 | 3.61 | - |
| YUV | 31.35 | 140.22 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 37 | 53 | 0.77 | 0.30 | 0 | 0.79 | 203.41 | 0.63 | 0.13 |
| Hex | C | 25 | 35 | 4D | 1E | 0 | 4F | CB | 3F | D |
| Octal | 14 | 45 | 65 | 115 | 36 | 0 | 117 | 313 | 77 | 15 |
| Binary | 1100 | 100101 | 110101 | 1001101 | 11110 | 0 | 1001111 | 11001011 | 111111 | 1101 |
Color Harmonies of #0C2535
Complementary color
Monochromatic Colors of #0C2535
Black with #0C2535
Text Example
Text Example
White with #0C2535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2535; }
p { color: rgb(12,37,53); }
H1.HeaderClassName
{
color: #0C2535;
}
.AnyTagClassName
{
color: #0C2535;
}
</style>
background-color css
<style>
a { background-color: #0C2535; }
a { background-color: rgb(12,37,53); }
div.DivClassName
{
background-color: #0C2535;
}
.BgClassName
{
background-color: #0C2535;
}
</style>
border-color css
<style>
span { border-color: #0C2535; }
span { border-color: rgb(12,37,53); }
td.TdClassName
{
border-color: #0C2535;
}
.TagClassName
{
border-color: #0C2535;
}
</style>