Shades of Black Pearl #0C2A37
Tints of Black Pearl #0C2A37
RGB
CMYK
RGB Variations
Color information
#0C2A37 (or 0x0C2A37) is known color: Black Pearl. HEX triplet: 0C, 2A and 37. RGB value is (12,42,55). Sum of RGB (Red+Green+Blue) = 12+42+55=109 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.01% from 109); Green value is 42 (16.80% from 255 or 38.53% from 109); Blue value is 55 (21.88% from 255 or 50.46% from 109); Max value from RGB is 55 - color contains mainly: blue. Hex color #0C2A37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2A37 is #F3D5C8. Grayscale: #222222. Windows color (decimal): -15979977 or 3615244. OLE color: 3615244.
HSL color Cylindrical-coordinate representation of color #0C2A37: hue angle of 198.14º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0C2A37 is Cyan = 0.78, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 12 | 42 | 55 | - |
| CMYK | 0.78 | 0.24 | 0 | 0.78 |
| HSL | 198.14º | 0.64% | 0.13% | - |
| HSV(B) | 198.14º | 0.78% | 0.22% | - |
| XYZ | 1.67 | 2.01 | 3.91 | - |
| YUV | 34.51 | 139.56 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 42 | 55 | 0.78 | 0.24 | 0 | 0.78 | 198.14 | 0.64 | 0.13 |
| Hex | C | 2A | 37 | 4E | 18 | 0 | 4E | C6 | 40 | D |
| Octal | 14 | 52 | 67 | 116 | 30 | 0 | 116 | 306 | 100 | 15 |
| Binary | 1100 | 101010 | 110111 | 1001110 | 11000 | 0 | 1001110 | 11000110 | 1000000 | 1101 |
Color Harmonies of #0C2A37
Complementary color
Monochromatic Colors of #0C2A37
Black with #0C2A37
Text Example
Text Example
White with #0C2A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2A37; }
p { color: rgb(12,42,55); }
H1.HeaderClassName
{
color: #0C2A37;
}
.AnyTagClassName
{
color: #0C2A37;
}
</style>
background-color css
<style>
a { background-color: #0C2A37; }
a { background-color: rgb(12,42,55); }
div.DivClassName
{
background-color: #0C2A37;
}
.BgClassName
{
background-color: #0C2A37;
}
</style>
border-color css
<style>
span { border-color: #0C2A37; }
span { border-color: rgb(12,42,55); }
td.TdClassName
{
border-color: #0C2A37;
}
.TagClassName
{
border-color: #0C2A37;
}
</style>