Shades of Black Pearl #0C2427
Tints of Black Pearl #0C2427
RGB
CMYK
RGB Variations
Color information
#0C2427 (or 0x0C2427) is known color: Black Pearl. HEX triplet: 0C, 24 and 27. RGB value is (12,36,39). Sum of RGB (Red+Green+Blue) = 12+36+39=87 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.79% from 87); Green value is 36 (14.45% from 255 or 41.38% from 87); Blue value is 39 (15.62% from 255 or 44.83% from 87); Max value from RGB is 39 - color contains mainly: blue. Hex color #0C2427 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2427 is #F3DBD8. Grayscale: #1D1D1D. Windows color (decimal): -15981529 or 2565132. OLE color: 2565132.
HSL color Cylindrical-coordinate representation of color #0C2427: hue angle of 186.67º degrees, saturation: 0.53, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0C2427 is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 12 | 36 | 39 | - |
| CMYK | 0.69 | 0.08 | 0 | 0.85 |
| HSL | 186.67º | 0.53% | 0.1% | - |
| HSV(B) | 186.67º | 0.69% | 0.15% | - |
| XYZ | 1.15 | 1.49 | 2.15 | - |
| YUV | 29.17 | 133.55 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 36 | 39 | 0.69 | 0.08 | 0 | 0.85 | 186.67 | 0.53 | 0.1 |
| Hex | C | 24 | 27 | 45 | 8 | 0 | 55 | BB | 35 | A |
| Octal | 14 | 44 | 47 | 105 | 10 | 0 | 125 | 273 | 65 | 12 |
| Binary | 1100 | 100100 | 100111 | 1000101 | 1000 | 0 | 1010101 | 10111011 | 110101 | 1010 |
Color Harmonies of #0C2427
Complementary color
Monochromatic Colors of #0C2427
Black with #0C2427
Text Example
Text Example
White with #0C2427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2427; }
p { color: rgb(12,36,39); }
H1.HeaderClassName
{
color: #0C2427;
}
.AnyTagClassName
{
color: #0C2427;
}
</style>
background-color css
<style>
a { background-color: #0C2427; }
a { background-color: rgb(12,36,39); }
div.DivClassName
{
background-color: #0C2427;
}
.BgClassName
{
background-color: #0C2427;
}
</style>
border-color css
<style>
span { border-color: #0C2427; }
span { border-color: rgb(12,36,39); }
td.TdClassName
{
border-color: #0C2427;
}
.TagClassName
{
border-color: #0C2427;
}
</style>