Shades of Black Pearl #0C2227
Tints of Black Pearl #0C2227
RGB
CMYK
RGB Variations
Color information
#0C2227 (or 0x0C2227) is known color: Black Pearl. HEX triplet: 0C, 22 and 27. RGB value is (12,34,39). Sum of RGB (Red+Green+Blue) = 12+34+39=85 (11% of max value = 765). Red value is 12 (5.08% from 255 or 14.12% from 85); Green value is 34 (13.67% from 255 or 40% from 85); Blue value is 39 (15.62% from 255 or 45.88% from 85); Max value from RGB is 39 - color contains mainly: blue. Hex color #0C2227 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2227 is #F3DDD8. Grayscale: #1B1B1B. Windows color (decimal): -15982041 or 2564620. OLE color: 2564620.
HSL color Cylindrical-coordinate representation of color #0C2227: hue angle of 191.11º 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 #0C2227 is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 12 | 34 | 39 | - |
| CMYK | 0.69 | 0.13 | 0 | 0.85 |
| HSL | 191.11º | 0.53% | 0.1% | - |
| HSV(B) | 191.11º | 0.69% | 0.15% | - |
| XYZ | 1.09 | 1.37 | 2.13 | - |
| YUV | 27.99 | 134.21 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 34 | 39 | 0.69 | 0.13 | 0 | 0.85 | 191.11 | 0.53 | 0.1 |
| Hex | C | 22 | 27 | 45 | D | 0 | 55 | BF | 35 | A |
| Octal | 14 | 42 | 47 | 105 | 15 | 0 | 125 | 277 | 65 | 12 |
| Binary | 1100 | 100010 | 100111 | 1000101 | 1101 | 0 | 1010101 | 10111111 | 110101 | 1010 |
Color Harmonies of #0C2227
Complementary color
Monochromatic Colors of #0C2227
Black with #0C2227
Text Example
Text Example
White with #0C2227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2227; }
p { color: rgb(12,34,39); }
H1.HeaderClassName
{
color: #0C2227;
}
.AnyTagClassName
{
color: #0C2227;
}
</style>
background-color css
<style>
a { background-color: #0C2227; }
a { background-color: rgb(12,34,39); }
div.DivClassName
{
background-color: #0C2227;
}
.BgClassName
{
background-color: #0C2227;
}
</style>
border-color css
<style>
span { border-color: #0C2227; }
span { border-color: rgb(12,34,39); }
td.TdClassName
{
border-color: #0C2227;
}
.TagClassName
{
border-color: #0C2227;
}
</style>