Shades of Black Pearl #0C2B37
Tints of Black Pearl #0C2B37
RGB
CMYK
RGB Variations
Color information
#0C2B37 (or 0x0C2B37) is known color: Black Pearl. HEX triplet: 0C, 2B and 37. RGB value is (12,43,55). Sum of RGB (Red+Green+Blue) = 12+43+55=110 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.91% from 110); Green value is 43 (17.19% from 255 or 39.09% from 110); Blue value is 55 (21.88% from 255 or 50% from 110); Max value from RGB is 55 - color contains mainly: blue. Hex color #0C2B37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2B37 is #F3D4C8. Grayscale: #232323. Windows color (decimal): -15979721 or 3615500. OLE color: 3615500.
HSL color Cylindrical-coordinate representation of color #0C2B37: hue angle of 196.74º 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 #0C2B37 is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 12 | 43 | 55 | - |
| CMYK | 0.78 | 0.22 | 0 | 0.78 |
| HSL | 196.74º | 0.64% | 0.13% | - |
| HSV(B) | 196.74º | 0.78% | 0.22% | - |
| XYZ | 1.71 | 2.08 | 3.93 | - |
| YUV | 35.1 | 139.23 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 43 | 55 | 0.78 | 0.22 | 0 | 0.78 | 196.74 | 0.64 | 0.13 |
| Hex | C | 2B | 37 | 4E | 16 | 0 | 4E | C5 | 40 | D |
| Octal | 14 | 53 | 67 | 116 | 26 | 0 | 116 | 305 | 100 | 15 |
| Binary | 1100 | 101011 | 110111 | 1001110 | 10110 | 0 | 1001110 | 11000101 | 1000000 | 1101 |
Color Harmonies of #0C2B37
Complementary color
Monochromatic Colors of #0C2B37
Black with #0C2B37
Text Example
Text Example
White with #0C2B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2B37; }
p { color: rgb(12,43,55); }
H1.HeaderClassName
{
color: #0C2B37;
}
.AnyTagClassName
{
color: #0C2B37;
}
</style>
background-color css
<style>
a { background-color: #0C2B37; }
a { background-color: rgb(12,43,55); }
div.DivClassName
{
background-color: #0C2B37;
}
.BgClassName
{
background-color: #0C2B37;
}
</style>
border-color css
<style>
span { border-color: #0C2B37; }
span { border-color: rgb(12,43,55); }
td.TdClassName
{
border-color: #0C2B37;
}
.TagClassName
{
border-color: #0C2B37;
}
</style>