Shades of Black Pearl #032131
Tints of Black Pearl #032131
RGB
CMYK
RGB Variations
Color information
#032131 (or 0x032131) is known color: Black Pearl. HEX triplet: 03, 21 and 31. RGB value is (3,33,49). Sum of RGB (Red+Green+Blue) = 3+33+49=85 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.53% from 85); Green value is 33 (13.28% from 255 or 38.82% from 85); Blue value is 49 (19.53% from 255 or 57.65% from 85); Max value from RGB is 49 - color contains mainly: blue. Hex color #032131 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032131 is #FCDECE. Grayscale: #191919. Windows color (decimal): -16572111 or 3219715. OLE color: 3219715.
HSL color Cylindrical-coordinate representation of color #032131: hue angle of 200.87º 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 #032131 is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 3 | 33 | 49 | - |
| CMYK | 0.94 | 0.33 | 0 | 0.81 |
| HSL | 200.87º | 0.88% | 0.1% | - |
| HSV(B) | 200.87º | 0.94% | 0.19% | - |
| XYZ | 1.14 | 1.33 | 3.1 | - |
| YUV | 25.85 | 141.06 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 33 | 49 | 0.94 | 0.33 | 0 | 0.81 | 200.87 | 0.88 | 0.1 |
| Hex | 3 | 21 | 31 | 5E | 21 | 0 | 51 | C9 | 58 | A |
| Octal | 3 | 41 | 61 | 136 | 41 | 0 | 121 | 311 | 130 | 12 |
| Binary | 11 | 100001 | 110001 | 1011110 | 100001 | 0 | 1010001 | 11001001 | 1011000 | 1010 |
Color Harmonies of #032131
Complementary color
Monochromatic Colors of #032131
Black with #032131
Text Example
Text Example
White with #032131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032131; }
p { color: rgb(3,33,49); }
H1.HeaderClassName
{
color: #032131;
}
.AnyTagClassName
{
color: #032131;
}
</style>
background-color css
<style>
a { background-color: #032131; }
a { background-color: rgb(3,33,49); }
div.DivClassName
{
background-color: #032131;
}
.BgClassName
{
background-color: #032131;
}
</style>
border-color css
<style>
span { border-color: #032131; }
span { border-color: rgb(3,33,49); }
td.TdClassName
{
border-color: #032131;
}
.TagClassName
{
border-color: #032131;
}
</style>