Shades of Black Pearl #0C2126
Tints of Black Pearl #0C2126
RGB
CMYK
RGB Variations
Color information
#0C2126 (or 0x0C2126) is known color: Black Pearl. HEX triplet: 0C, 21 and 26. RGB value is (12,33,38). Sum of RGB (Red+Green+Blue) = 12+33+38=83 (10% of max value = 765). Red value is 12 (5.08% from 255 or 14.46% from 83); Green value is 33 (13.28% from 255 or 39.76% from 83); Blue value is 38 (15.23% from 255 or 45.78% from 83); Max value from RGB is 38 - color contains mainly: blue. Hex color #0C2126 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2126 is #F3DED9. Grayscale: #1B1B1B. Windows color (decimal): -15982298 or 2498828. OLE color: 2498828.
HSL color Cylindrical-coordinate representation of color #0C2126: hue angle of 191.54º degrees, saturation: 0.52, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0C2126 is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 12 | 33 | 38 | - |
| CMYK | 0.68 | 0.13 | 0 | 0.85 |
| HSL | 191.54º | 0.52% | 0.1% | - |
| HSV(B) | 191.54º | 0.68% | 0.15% | - |
| XYZ | 1.05 | 1.31 | 2.03 | - |
| YUV | 27.29 | 134.04 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 33 | 38 | 0.68 | 0.13 | 0 | 0.85 | 191.54 | 0.52 | 0.1 |
| Hex | C | 21 | 26 | 44 | D | 0 | 55 | C0 | 34 | A |
| Octal | 14 | 41 | 46 | 104 | 15 | 0 | 125 | 300 | 64 | 12 |
| Binary | 1100 | 100001 | 100110 | 1000100 | 1101 | 0 | 1010101 | 11000000 | 110100 | 1010 |
Color Harmonies of #0C2126
Complementary color
Monochromatic Colors of #0C2126
Black with #0C2126
Text Example
Text Example
White with #0C2126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2126; }
p { color: rgb(12,33,38); }
H1.HeaderClassName
{
color: #0C2126;
}
.AnyTagClassName
{
color: #0C2126;
}
</style>
background-color css
<style>
a { background-color: #0C2126; }
a { background-color: rgb(12,33,38); }
div.DivClassName
{
background-color: #0C2126;
}
.BgClassName
{
background-color: #0C2126;
}
</style>
border-color css
<style>
span { border-color: #0C2126; }
span { border-color: rgb(12,33,38); }
td.TdClassName
{
border-color: #0C2126;
}
.TagClassName
{
border-color: #0C2126;
}
</style>