Shades of Black Pearl #0C292D
Tints of Black Pearl #0C292D
RGB
CMYK
RGB Variations
Color information
#0C292D (or 0x0C292D) is known color: Black Pearl. HEX triplet: 0C, 29 and 2D. RGB value is (12,41,45). Sum of RGB (Red+Green+Blue) = 12+41+45=98 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.24% from 98); Green value is 41 (16.41% from 255 or 41.84% from 98); Blue value is 45 (17.97% from 255 or 45.92% from 98); Max value from RGB is 45 - color contains mainly: blue. Hex color #0C292D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C292D is #F3D6D2. Grayscale: #202020. Windows color (decimal): -15980243 or 2959628. OLE color: 2959628.
HSL color Cylindrical-coordinate representation of color #0C292D: hue angle of 187.27º degrees, saturation: 0.58, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0C292D is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 12 | 41 | 45 | - |
| CMYK | 0.73 | 0.09 | 0 | 0.82 |
| HSL | 187.27º | 0.58% | 0.11% | - |
| HSV(B) | 187.27º | 0.73% | 0.18% | - |
| XYZ | 1.42 | 1.85 | 2.77 | - |
| YUV | 32.79 | 134.89 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 41 | 45 | 0.73 | 0.09 | 0 | 0.82 | 187.27 | 0.58 | 0.11 |
| Hex | C | 29 | 2D | 49 | 9 | 0 | 52 | BB | 3A | B |
| Octal | 14 | 51 | 55 | 111 | 11 | 0 | 122 | 273 | 72 | 13 |
| Binary | 1100 | 101001 | 101101 | 1001001 | 1001 | 0 | 1010010 | 10111011 | 111010 | 1011 |
Color Harmonies of #0C292D
Complementary color
Monochromatic Colors of #0C292D
Black with #0C292D
Text Example
Text Example
White with #0C292D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C292D; }
p { color: rgb(12,41,45); }
H1.HeaderClassName
{
color: #0C292D;
}
.AnyTagClassName
{
color: #0C292D;
}
</style>
background-color css
<style>
a { background-color: #0C292D; }
a { background-color: rgb(12,41,45); }
div.DivClassName
{
background-color: #0C292D;
}
.BgClassName
{
background-color: #0C292D;
}
</style>
border-color css
<style>
span { border-color: #0C292D; }
span { border-color: rgb(12,41,45); }
td.TdClassName
{
border-color: #0C292D;
}
.TagClassName
{
border-color: #0C292D;
}
</style>