Shades of Black Pearl #0C1622
Tints of Black Pearl #0C1622
RGB
CMYK
RGB Variations
Color information
#0C1622 (or 0x0C1622) is known color: Black Pearl. HEX triplet: 0C, 16 and 22. RGB value is (12,22,34). Sum of RGB (Red+Green+Blue) = 12+22+34=68 (9% of max value = 765). Red value is 12 (5.08% from 255 or 17.65% from 68); Green value is 22 (8.98% from 255 or 32.35% from 68); Blue value is 34 (13.67% from 255 or 50% from 68); Max value from RGB is 34 - color contains mainly: blue. Hex color #0C1622 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C1622 is #F3E9DD. Grayscale: #141414. Windows color (decimal): -15985118 or 2233868. OLE color: 2233868.
HSL color Cylindrical-coordinate representation of color #0C1622: hue angle of 212.73º degrees, saturation: 0.48, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0C1622 is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 12 | 22 | 34 | - |
| CMYK | 0.65 | 0.35 | 0 | 0.87 |
| HSL | 212.73º | 0.48% | 0.09% | - |
| HSV(B) | 212.73º | 0.65% | 0.13% | - |
| XYZ | 0.73 | 0.77 | 1.62 | - |
| YUV | 20.38 | 135.69 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 22 | 34 | 0.65 | 0.35 | 0 | 0.87 | 212.73 | 0.48 | 0.09 |
| Hex | C | 16 | 22 | 41 | 23 | 0 | 57 | D5 | 30 | 9 |
| Octal | 14 | 26 | 42 | 101 | 43 | 0 | 127 | 325 | 60 | 11 |
| Binary | 1100 | 10110 | 100010 | 1000001 | 100011 | 0 | 1010111 | 11010101 | 110000 | 1001 |
Color Harmonies of #0C1622
Complementary color
Monochromatic Colors of #0C1622
Black with #0C1622
Text Example
Text Example
White with #0C1622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1622; }
p { color: rgb(12,22,34); }
H1.HeaderClassName
{
color: #0C1622;
}
.AnyTagClassName
{
color: #0C1622;
}
</style>
background-color css
<style>
a { background-color: #0C1622; }
a { background-color: rgb(12,22,34); }
div.DivClassName
{
background-color: #0C1622;
}
.BgClassName
{
background-color: #0C1622;
}
</style>
border-color css
<style>
span { border-color: #0C1622; }
span { border-color: rgb(12,22,34); }
td.TdClassName
{
border-color: #0C1622;
}
.TagClassName
{
border-color: #0C1622;
}
</style>