Shades of Black Pearl #042032
Tints of Black Pearl #042032
RGB
CMYK
RGB Variations
Color information
#042032 (or 0x042032) is known color: Black Pearl. HEX triplet: 04, 20 and 32. RGB value is (4,32,50). Sum of RGB (Red+Green+Blue) = 4+32+50=86 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.65% from 86); Green value is 32 (12.89% from 255 or 37.21% from 86); Blue value is 50 (19.92% from 255 or 58.14% from 86); Max value from RGB is 50 - color contains mainly: blue. Hex color #042032 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042032 is #FBDFCD. Grayscale: #191919. Windows color (decimal): -16506830 or 3284996. OLE color: 3284996.
HSL color Cylindrical-coordinate representation of color #042032: hue angle of 203.48º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #042032 is Cyan = 0.92, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 4 | 32 | 50 | - |
| CMYK | 0.92 | 0.36 | 0 | 0.80 |
| HSL | 203.48º | 0.85% | 0.11% | - |
| HSV(B) | 203.48º | 0.92% | 0.2% | - |
| XYZ | 1.14 | 1.29 | 3.21 | - |
| YUV | 25.68 | 141.72 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 32 | 50 | 0.92 | 0.36 | 0 | 0.80 | 203.48 | 0.85 | 0.11 |
| Hex | 4 | 20 | 32 | 5C | 24 | 0 | 50 | CB | 55 | B |
| Octal | 4 | 40 | 62 | 134 | 44 | 0 | 120 | 313 | 125 | 13 |
| Binary | 100 | 100000 | 110010 | 1011100 | 100100 | 0 | 1010000 | 11001011 | 1010101 | 1011 |
Color Harmonies of #042032
Complementary color
Monochromatic Colors of #042032
Black with #042032
Text Example
Text Example
White with #042032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042032; }
p { color: rgb(4,32,50); }
H1.HeaderClassName
{
color: #042032;
}
.AnyTagClassName
{
color: #042032;
}
</style>
background-color css
<style>
a { background-color: #042032; }
a { background-color: rgb(4,32,50); }
div.DivClassName
{
background-color: #042032;
}
.BgClassName
{
background-color: #042032;
}
</style>
border-color css
<style>
span { border-color: #042032; }
span { border-color: rgb(4,32,50); }
td.TdClassName
{
border-color: #042032;
}
.TagClassName
{
border-color: #042032;
}
</style>