Shades of Black Pearl #032931
Tints of Black Pearl #032931
RGB
CMYK
RGB Variations
Color information
#032931 (or 0x032931) is known color: Black Pearl. HEX triplet: 03, 29 and 31. RGB value is (3,41,49). Sum of RGB (Red+Green+Blue) = 3+41+49=93 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.23% from 93); Green value is 41 (16.41% from 255 or 44.09% from 93); Blue value is 49 (19.53% from 255 or 52.69% from 93); Max value from RGB is 49 - color contains mainly: blue. Hex color #032931 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032931 is #FCD6CE. Grayscale: #1E1E1E. Windows color (decimal): -16570063 or 3221763. OLE color: 3221763.
HSL color Cylindrical-coordinate representation of color #032931: hue angle of 190.43º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #032931 is Cyan = 0.94, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 3 | 41 | 49 | - |
| CMYK | 0.94 | 0.16 | 0 | 0.81 |
| HSL | 190.43º | 0.88% | 0.1% | - |
| HSV(B) | 190.43º | 0.94% | 0.19% | - |
| XYZ | 1.38 | 1.83 | 3.19 | - |
| YUV | 30.55 | 138.41 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 41 | 49 | 0.94 | 0.16 | 0 | 0.81 | 190.43 | 0.88 | 0.1 |
| Hex | 3 | 29 | 31 | 5E | 10 | 0 | 51 | BE | 58 | A |
| Octal | 3 | 51 | 61 | 136 | 20 | 0 | 121 | 276 | 130 | 12 |
| Binary | 11 | 101001 | 110001 | 1011110 | 10000 | 0 | 1010001 | 10111110 | 1011000 | 1010 |
Color Harmonies of #032931
Complementary color
Monochromatic Colors of #032931
Black with #032931
Text Example
Text Example
White with #032931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032931; }
p { color: rgb(3,41,49); }
H1.HeaderClassName
{
color: #032931;
}
.AnyTagClassName
{
color: #032931;
}
</style>
background-color css
<style>
a { background-color: #032931; }
a { background-color: rgb(3,41,49); }
div.DivClassName
{
background-color: #032931;
}
.BgClassName
{
background-color: #032931;
}
</style>
border-color css
<style>
span { border-color: #032931; }
span { border-color: rgb(3,41,49); }
td.TdClassName
{
border-color: #032931;
}
.TagClassName
{
border-color: #032931;
}
</style>