Shades of Black Pearl #0C2832
Tints of Black Pearl #0C2832
RGB
CMYK
RGB Variations
Color information
#0C2832 (or 0x0C2832) is known color: Black Pearl. HEX triplet: 0C, 28 and 32. RGB value is (12,40,50). Sum of RGB (Red+Green+Blue) = 12+40+50=102 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.76% from 102); Green value is 40 (16.02% from 255 or 39.22% from 102); Blue value is 50 (19.92% from 255 or 49.02% from 102); Max value from RGB is 50 - color contains mainly: blue. Hex color #0C2832 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2832 is #F3D7CD. Grayscale: #202020. Windows color (decimal): -15980494 or 3287052. OLE color: 3287052.
HSL color Cylindrical-coordinate representation of color #0C2832: hue angle of 195.79º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0C2832 is Cyan = 0.76, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 12 | 40 | 50 | - |
| CMYK | 0.76 | 0.20 | 0 | 0.80 |
| HSL | 195.79º | 0.61% | 0.12% | - |
| HSV(B) | 195.79º | 0.76% | 0.2% | - |
| XYZ | 1.49 | 1.83 | 3.29 | - |
| YUV | 32.77 | 137.72 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 40 | 50 | 0.76 | 0.20 | 0 | 0.80 | 195.79 | 0.61 | 0.12 |
| Hex | C | 28 | 32 | 4C | 14 | 0 | 50 | C4 | 3D | C |
| Octal | 14 | 50 | 62 | 114 | 24 | 0 | 120 | 304 | 75 | 14 |
| Binary | 1100 | 101000 | 110010 | 1001100 | 10100 | 0 | 1010000 | 11000100 | 111101 | 1100 |
Color Harmonies of #0C2832
Complementary color
Monochromatic Colors of #0C2832
Black with #0C2832
Text Example
Text Example
White with #0C2832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2832; }
p { color: rgb(12,40,50); }
H1.HeaderClassName
{
color: #0C2832;
}
.AnyTagClassName
{
color: #0C2832;
}
</style>
background-color css
<style>
a { background-color: #0C2832; }
a { background-color: rgb(12,40,50); }
div.DivClassName
{
background-color: #0C2832;
}
.BgClassName
{
background-color: #0C2832;
}
</style>
border-color css
<style>
span { border-color: #0C2832; }
span { border-color: rgb(12,40,50); }
td.TdClassName
{
border-color: #0C2832;
}
.TagClassName
{
border-color: #0C2832;
}
</style>