Shades of Black Pearl #032137
Tints of Black Pearl #032137
RGB
CMYK
RGB Variations
Color information
#032137 (or 0x032137) is known color: Black Pearl. HEX triplet: 03, 21 and 37. RGB value is (3,33,55). Sum of RGB (Red+Green+Blue) = 3+33+55=91 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.30% from 91); Green value is 33 (13.28% from 255 or 36.26% from 91); Blue value is 55 (21.88% from 255 or 60.44% from 91); Max value from RGB is 55 - color contains mainly: blue. Hex color #032137 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032137 is #FCDEC8. Grayscale: #1A1A1A. Windows color (decimal): -16572105 or 3612931. OLE color: 3612931.
HSL color Cylindrical-coordinate representation of color #032137: hue angle of 205.38º degrees, saturation: 0.9, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #032137 is Cyan = 0.95, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 3 | 33 | 55 | - |
| CMYK | 0.95 | 0.4 | 0 | 0.78 |
| HSL | 205.38º | 0.9% | 0.11% | - |
| HSV(B) | 205.38º | 0.95% | 0.22% | - |
| XYZ | 1.27 | 1.38 | 3.81 | - |
| YUV | 26.54 | 144.06 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 33 | 55 | 0.95 | 0.4 | 0 | 0.78 | 205.38 | 0.9 | 0.11 |
| Hex | 3 | 21 | 37 | 5F | 28 | 0 | 4E | CD | 5A | B |
| Octal | 3 | 41 | 67 | 137 | 50 | 0 | 116 | 315 | 132 | 13 |
| Binary | 11 | 100001 | 110111 | 1011111 | 101000 | 0 | 1001110 | 11001101 | 1011010 | 1011 |
Color Harmonies of #032137
Complementary color
Monochromatic Colors of #032137
Black with #032137
Text Example
Text Example
White with #032137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032137; }
p { color: rgb(3,33,55); }
H1.HeaderClassName
{
color: #032137;
}
.AnyTagClassName
{
color: #032137;
}
</style>
background-color css
<style>
a { background-color: #032137; }
a { background-color: rgb(3,33,55); }
div.DivClassName
{
background-color: #032137;
}
.BgClassName
{
background-color: #032137;
}
</style>
border-color css
<style>
span { border-color: #032137; }
span { border-color: rgb(3,33,55); }
td.TdClassName
{
border-color: #032137;
}
.TagClassName
{
border-color: #032137;
}
</style>