Shades of Black Pearl #042832
Tints of Black Pearl #042832
RGB
CMYK
RGB Variations
Color information
#042832 (or 0x042832) is known color: Black Pearl. HEX triplet: 04, 28 and 32. RGB value is (4,40,50). Sum of RGB (Red+Green+Blue) = 4+40+50=94 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.26% from 94); Green value is 40 (16.02% from 255 or 42.55% from 94); Blue value is 50 (19.92% from 255 or 53.19% from 94); Max value from RGB is 50 - color contains mainly: blue. Hex color #042832 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042832 is #FBD7CD. Grayscale: #1E1E1E. Windows color (decimal): -16504782 or 3287044. OLE color: 3287044.
HSL color Cylindrical-coordinate representation of color #042832: hue angle of 193.04º 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 #042832 is Cyan = 0.92, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 4 | 40 | 50 | - |
| CMYK | 0.92 | 0.20 | 0 | 0.80 |
| HSL | 193.04º | 0.85% | 0.11% | - |
| HSV(B) | 193.04º | 0.92% | 0.2% | - |
| XYZ | 1.38 | 1.77 | 3.29 | - |
| YUV | 30.38 | 139.07 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 40 | 50 | 0.92 | 0.20 | 0 | 0.80 | 193.04 | 0.85 | 0.11 |
| Hex | 4 | 28 | 32 | 5C | 14 | 0 | 50 | C1 | 55 | B |
| Octal | 4 | 50 | 62 | 134 | 24 | 0 | 120 | 301 | 125 | 13 |
| Binary | 100 | 101000 | 110010 | 1011100 | 10100 | 0 | 1010000 | 11000001 | 1010101 | 1011 |
Color Harmonies of #042832
Complementary color
Monochromatic Colors of #042832
Black with #042832
Text Example
Text Example
White with #042832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042832; }
p { color: rgb(4,40,50); }
H1.HeaderClassName
{
color: #042832;
}
.AnyTagClassName
{
color: #042832;
}
</style>
background-color css
<style>
a { background-color: #042832; }
a { background-color: rgb(4,40,50); }
div.DivClassName
{
background-color: #042832;
}
.BgClassName
{
background-color: #042832;
}
</style>
border-color css
<style>
span { border-color: #042832; }
span { border-color: rgb(4,40,50); }
td.TdClassName
{
border-color: #042832;
}
.TagClassName
{
border-color: #042832;
}
</style>