Shades of Black Pearl #0C1721
Tints of Black Pearl #0C1721
RGB
CMYK
RGB Variations
Color information
#0C1721 (or 0x0C1721) is known color: Black Pearl. HEX triplet: 0C, 17 and 21. RGB value is (12,23,33). Sum of RGB (Red+Green+Blue) = 12+23+33=68 (9% of max value = 765). Red value is 12 (5.08% from 255 or 17.65% from 68); Green value is 23 (9.38% from 255 or 33.82% from 68); Blue value is 33 (13.28% from 255 or 48.53% from 68); Max value from RGB is 33 - color contains mainly: blue. Hex color #0C1721 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C1721 is #F3E8DE. Grayscale: #141414. Windows color (decimal): -15984863 or 2168588. OLE color: 2168588.
HSL color Cylindrical-coordinate representation of color #0C1721: hue angle of 208.57º degrees, saturation: 0.47, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #0C1721 is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 12 | 23 | 33 | - |
| CMYK | 0.64 | 0.30 | 0 | 0.87 |
| HSL | 208.57º | 0.47% | 0.09% | - |
| HSV(B) | 208.57º | 0.64% | 0.13% | - |
| XYZ | 0.73 | 0.8 | 1.55 | - |
| YUV | 20.85 | 134.86 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 23 | 33 | 0.64 | 0.30 | 0 | 0.87 | 208.57 | 0.47 | 0.09 |
| Hex | C | 17 | 21 | 40 | 1E | 0 | 57 | D1 | 2F | 9 |
| Octal | 14 | 27 | 41 | 100 | 36 | 0 | 127 | 321 | 57 | 11 |
| Binary | 1100 | 10111 | 100001 | 1000000 | 11110 | 0 | 1010111 | 11010001 | 101111 | 1001 |
Color Harmonies of #0C1721
Complementary color
Monochromatic Colors of #0C1721
Black with #0C1721
Text Example
Text Example
White with #0C1721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1721; }
p { color: rgb(12,23,33); }
H1.HeaderClassName
{
color: #0C1721;
}
.AnyTagClassName
{
color: #0C1721;
}
</style>
background-color css
<style>
a { background-color: #0C1721; }
a { background-color: rgb(12,23,33); }
div.DivClassName
{
background-color: #0C1721;
}
.BgClassName
{
background-color: #0C1721;
}
</style>
border-color css
<style>
span { border-color: #0C1721; }
span { border-color: rgb(12,23,33); }
td.TdClassName
{
border-color: #0C1721;
}
.TagClassName
{
border-color: #0C1721;
}
</style>