Shades of Black Pearl #0C2436
Tints of Black Pearl #0C2436
RGB
CMYK
RGB Variations
Color information
#0C2436 (or 0x0C2436) is known color: Black Pearl. HEX triplet: 0C, 24 and 36. RGB value is (12,36,54). Sum of RGB (Red+Green+Blue) = 12+36+54=102 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.76% from 102); Green value is 36 (14.45% from 255 or 35.29% from 102); Blue value is 54 (21.48% from 255 or 52.94% from 102); Max value from RGB is 54 - color contains mainly: blue. Hex color #0C2436 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2436 is #F3DBC9. Grayscale: #1E1E1E. Windows color (decimal): -15981514 or 3548172. OLE color: 3548172.
HSL color Cylindrical-coordinate representation of color #0C2436: hue angle of 205.71º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0C2436 is Cyan = 0.78, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 12 | 36 | 54 | - |
| CMYK | 0.78 | 0.33 | 0 | 0.79 |
| HSL | 205.71º | 0.64% | 0.13% | - |
| HSV(B) | 205.71º | 0.78% | 0.21% | - |
| XYZ | 1.45 | 1.61 | 3.72 | - |
| YUV | 30.88 | 141.05 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 36 | 54 | 0.78 | 0.33 | 0 | 0.79 | 205.71 | 0.64 | 0.13 |
| Hex | C | 24 | 36 | 4E | 21 | 0 | 4F | CE | 40 | D |
| Octal | 14 | 44 | 66 | 116 | 41 | 0 | 117 | 316 | 100 | 15 |
| Binary | 1100 | 100100 | 110110 | 1001110 | 100001 | 0 | 1001111 | 11001110 | 1000000 | 1101 |
Color Harmonies of #0C2436
Complementary color
Monochromatic Colors of #0C2436
Black with #0C2436
Text Example
Text Example
White with #0C2436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2436; }
p { color: rgb(12,36,54); }
H1.HeaderClassName
{
color: #0C2436;
}
.AnyTagClassName
{
color: #0C2436;
}
</style>
background-color css
<style>
a { background-color: #0C2436; }
a { background-color: rgb(12,36,54); }
div.DivClassName
{
background-color: #0C2436;
}
.BgClassName
{
background-color: #0C2436;
}
</style>
border-color css
<style>
span { border-color: #0C2436; }
span { border-color: rgb(12,36,54); }
td.TdClassName
{
border-color: #0C2436;
}
.TagClassName
{
border-color: #0C2436;
}
</style>