Shades of Black Pearl #0C292E
Tints of Black Pearl #0C292E
RGB
CMYK
RGB Variations
Color information
#0C292E (or 0x0C292E) is known color: Black Pearl. HEX triplet: 0C, 29 and 2E. RGB value is (12,41,46). Sum of RGB (Red+Green+Blue) = 12+41+46=99 (13% of max value = 765). Red value is 12 (5.08% from 255 or 12.12% from 99); Green value is 41 (16.41% from 255 or 41.41% from 99); Blue value is 46 (18.36% from 255 or 46.46% from 99); Max value from RGB is 46 - color contains mainly: blue. Hex color #0C292E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C292E is #F3D6D1. Grayscale: #202020. Windows color (decimal): -15980242 or 3025164. OLE color: 3025164.
HSL color Cylindrical-coordinate representation of color #0C292E: hue angle of 188.82º degrees, saturation: 0.59, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0C292E is Cyan = 0.74, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 12 | 41 | 46 | - |
| CMYK | 0.74 | 0.11 | 0 | 0.82 |
| HSL | 188.82º | 0.59% | 0.11% | - |
| HSV(B) | 188.82º | 0.74% | 0.18% | - |
| XYZ | 1.44 | 1.86 | 2.87 | - |
| YUV | 32.9 | 135.39 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 41 | 46 | 0.74 | 0.11 | 0 | 0.82 | 188.82 | 0.59 | 0.11 |
| Hex | C | 29 | 2E | 4A | B | 0 | 52 | BD | 3B | B |
| Octal | 14 | 51 | 56 | 112 | 13 | 0 | 122 | 275 | 73 | 13 |
| Binary | 1100 | 101001 | 101110 | 1001010 | 1011 | 0 | 1010010 | 10111101 | 111011 | 1011 |
Color Harmonies of #0C292E
Complementary color
Monochromatic Colors of #0C292E
Black with #0C292E
Text Example
Text Example
White with #0C292E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C292E; }
p { color: rgb(12,41,46); }
H1.HeaderClassName
{
color: #0C292E;
}
.AnyTagClassName
{
color: #0C292E;
}
</style>
background-color css
<style>
a { background-color: #0C292E; }
a { background-color: rgb(12,41,46); }
div.DivClassName
{
background-color: #0C292E;
}
.BgClassName
{
background-color: #0C292E;
}
</style>
border-color css
<style>
span { border-color: #0C292E; }
span { border-color: rgb(12,41,46); }
td.TdClassName
{
border-color: #0C292E;
}
.TagClassName
{
border-color: #0C292E;
}
</style>