Shades of Black Pearl #0C2024
Tints of Black Pearl #0C2024
RGB
CMYK
RGB Variations
Color information
#0C2024 (or 0x0C2024) is known color: Black Pearl. HEX triplet: 0C, 20 and 24. RGB value is (12,32,36). Sum of RGB (Red+Green+Blue) = 12+32+36=80 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15% from 80); Green value is 32 (12.89% from 255 or 40% from 80); Blue value is 36 (14.45% from 255 or 45% from 80); Max value from RGB is 36 - color contains mainly: blue. Hex color #0C2024 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2024 is #F3DFDB. Grayscale: #1A1A1A. Windows color (decimal): -15982556 or 2367500. OLE color: 2367500.
HSL color Cylindrical-coordinate representation of color #0C2024: hue angle of 190º degrees, saturation: 0.5, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0C2024 is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 12 | 32 | 36 | - |
| CMYK | 0.67 | 0.11 | 0 | 0.86 |
| HSL | 190º | 0.5% | 0.09% | - |
| HSV(B) | 190º | 0.67% | 0.14% | - |
| XYZ | 0.99 | 1.24 | 1.86 | - |
| YUV | 26.48 | 133.37 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 32 | 36 | 0.67 | 0.11 | 0 | 0.86 | 190 | 0.5 | 0.09 |
| Hex | C | 20 | 24 | 43 | B | 0 | 56 | BE | 32 | 9 |
| Octal | 14 | 40 | 44 | 103 | 13 | 0 | 126 | 276 | 62 | 11 |
| Binary | 1100 | 100000 | 100100 | 1000011 | 1011 | 0 | 1010110 | 10111110 | 110010 | 1001 |
Color Harmonies of #0C2024
Complementary color
Monochromatic Colors of #0C2024
Black with #0C2024
Text Example
Text Example
White with #0C2024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2024; }
p { color: rgb(12,32,36); }
H1.HeaderClassName
{
color: #0C2024;
}
.AnyTagClassName
{
color: #0C2024;
}
</style>
background-color css
<style>
a { background-color: #0C2024; }
a { background-color: rgb(12,32,36); }
div.DivClassName
{
background-color: #0C2024;
}
.BgClassName
{
background-color: #0C2024;
}
</style>
border-color css
<style>
span { border-color: #0C2024; }
span { border-color: rgb(12,32,36); }
td.TdClassName
{
border-color: #0C2024;
}
.TagClassName
{
border-color: #0C2024;
}
</style>