Shades of Black Pearl #0C272C
Tints of Black Pearl #0C272C
RGB
CMYK
RGB Variations
Color information
#0C272C (or 0x0C272C) is known color: Black Pearl. HEX triplet: 0C, 27 and 2C. RGB value is (12,39,44). Sum of RGB (Red+Green+Blue) = 12+39+44=95 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.63% from 95); Green value is 39 (15.62% from 255 or 41.05% from 95); Blue value is 44 (17.58% from 255 or 46.32% from 95); Max value from RGB is 44 - color contains mainly: blue. Hex color #0C272C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C272C is #F3D8D3. Grayscale: #1F1F1F. Windows color (decimal): -15980756 or 2893580. OLE color: 2893580.
HSL color Cylindrical-coordinate representation of color #0C272C: hue angle of 189.38º degrees, saturation: 0.57, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0C272C is Cyan = 0.73, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 12 | 39 | 44 | - |
| CMYK | 0.73 | 0.11 | 0 | 0.83 |
| HSL | 189.38º | 0.57% | 0.11% | - |
| HSV(B) | 189.38º | 0.73% | 0.17% | - |
| XYZ | 1.33 | 1.71 | 2.64 | - |
| YUV | 31.5 | 135.05 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 39 | 44 | 0.73 | 0.11 | 0 | 0.83 | 189.38 | 0.57 | 0.11 |
| Hex | C | 27 | 2C | 49 | B | 0 | 53 | BD | 39 | B |
| Octal | 14 | 47 | 54 | 111 | 13 | 0 | 123 | 275 | 71 | 13 |
| Binary | 1100 | 100111 | 101100 | 1001001 | 1011 | 0 | 1010011 | 10111101 | 111001 | 1011 |
Color Harmonies of #0C272C
Complementary color
Monochromatic Colors of #0C272C
Black with #0C272C
Text Example
Text Example
White with #0C272C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C272C; }
p { color: rgb(12,39,44); }
H1.HeaderClassName
{
color: #0C272C;
}
.AnyTagClassName
{
color: #0C272C;
}
</style>
background-color css
<style>
a { background-color: #0C272C; }
a { background-color: rgb(12,39,44); }
div.DivClassName
{
background-color: #0C272C;
}
.BgClassName
{
background-color: #0C272C;
}
</style>
border-color css
<style>
span { border-color: #0C272C; }
span { border-color: rgb(12,39,44); }
td.TdClassName
{
border-color: #0C272C;
}
.TagClassName
{
border-color: #0C272C;
}
</style>