Shades of Black Pearl #0C2127
Tints of Black Pearl #0C2127
RGB
CMYK
RGB Variations
Color information
#0C2127 (or 0x0C2127) is known color: Black Pearl. HEX triplet: 0C, 21 and 27. RGB value is (12,33,39). Sum of RGB (Red+Green+Blue) = 12+33+39=84 (11% of max value = 765). Red value is 12 (5.08% from 255 or 14.29% from 84); Green value is 33 (13.28% from 255 or 39.29% from 84); Blue value is 39 (15.62% from 255 or 46.43% from 84); Max value from RGB is 39 - color contains mainly: blue. Hex color #0C2127 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2127 is #F3DED8. Grayscale: #1B1B1B. Windows color (decimal): -15982297 or 2564364. OLE color: 2564364.
HSL color Cylindrical-coordinate representation of color #0C2127: hue angle of 193.33º 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 #0C2127 is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 12 | 33 | 39 | - |
| CMYK | 0.69 | 0.15 | 0 | 0.85 |
| HSL | 193.33º | 0.53% | 0.1% | - |
| HSV(B) | 193.33º | 0.69% | 0.15% | - |
| XYZ | 1.06 | 1.31 | 2.12 | - |
| YUV | 27.41 | 134.54 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 33 | 39 | 0.69 | 0.15 | 0 | 0.85 | 193.33 | 0.53 | 0.1 |
| Hex | C | 21 | 27 | 45 | F | 0 | 55 | C1 | 35 | A |
| Octal | 14 | 41 | 47 | 105 | 17 | 0 | 125 | 301 | 65 | 12 |
| Binary | 1100 | 100001 | 100111 | 1000101 | 1111 | 0 | 1010101 | 11000001 | 110101 | 1010 |
Color Harmonies of #0C2127
Complementary color
Monochromatic Colors of #0C2127
Black with #0C2127
Text Example
Text Example
White with #0C2127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2127; }
p { color: rgb(12,33,39); }
H1.HeaderClassName
{
color: #0C2127;
}
.AnyTagClassName
{
color: #0C2127;
}
</style>
background-color css
<style>
a { background-color: #0C2127; }
a { background-color: rgb(12,33,39); }
div.DivClassName
{
background-color: #0C2127;
}
.BgClassName
{
background-color: #0C2127;
}
</style>
border-color css
<style>
span { border-color: #0C2127; }
span { border-color: rgb(12,33,39); }
td.TdClassName
{
border-color: #0C2127;
}
.TagClassName
{
border-color: #0C2127;
}
</style>