Shades of Black Pearl #042A32
Tints of Black Pearl #042A32
RGB
CMYK
RGB Variations
Color information
#042A32 (or 0x042A32) is known color: Black Pearl. HEX triplet: 04, 2A and 32. RGB value is (4,42,50). Sum of RGB (Red+Green+Blue) = 4+42+50=96 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.17% from 96); Green value is 42 (16.80% from 255 or 43.75% from 96); Blue value is 50 (19.92% from 255 or 52.08% from 96); Max value from RGB is 50 - color contains mainly: blue. Hex color #042A32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042A32 is #FBD5CD. Grayscale: #1F1F1F. Windows color (decimal): -16504270 or 3287556. OLE color: 3287556.
HSL color Cylindrical-coordinate representation of color #042A32: hue angle of 190.43º 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 #042A32 is Cyan = 0.92, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 4 | 42 | 50 | - |
| CMYK | 0.92 | 0.16 | 0 | 0.80 |
| HSL | 190.43º | 0.85% | 0.11% | - |
| HSV(B) | 190.43º | 0.92% | 0.2% | - |
| XYZ | 1.45 | 1.91 | 3.31 | - |
| YUV | 31.55 | 138.41 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 42 | 50 | 0.92 | 0.16 | 0 | 0.80 | 190.43 | 0.85 | 0.11 |
| Hex | 4 | 2A | 32 | 5C | 10 | 0 | 50 | BE | 55 | B |
| Octal | 4 | 52 | 62 | 134 | 20 | 0 | 120 | 276 | 125 | 13 |
| Binary | 100 | 101010 | 110010 | 1011100 | 10000 | 0 | 1010000 | 10111110 | 1010101 | 1011 |
Color Harmonies of #042A32
Complementary color
Monochromatic Colors of #042A32
Black with #042A32
Text Example
Text Example
White with #042A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042A32; }
p { color: rgb(4,42,50); }
H1.HeaderClassName
{
color: #042A32;
}
.AnyTagClassName
{
color: #042A32;
}
</style>
background-color css
<style>
a { background-color: #042A32; }
a { background-color: rgb(4,42,50); }
div.DivClassName
{
background-color: #042A32;
}
.BgClassName
{
background-color: #042A32;
}
</style>
border-color css
<style>
span { border-color: #042A32; }
span { border-color: rgb(4,42,50); }
td.TdClassName
{
border-color: #042A32;
}
.TagClassName
{
border-color: #042A32;
}
</style>