Shades of Black Pearl #042229
Tints of Black Pearl #042229
RGB
CMYK
RGB Variations
Color information
#042229 (or 0x042229) is known color: Black Pearl. HEX triplet: 04, 22 and 29. RGB value is (4,34,41). Sum of RGB (Red+Green+Blue) = 4+34+41=79 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.06% from 79); Green value is 34 (13.67% from 255 or 43.04% from 79); Blue value is 41 (16.41% from 255 or 51.90% from 79); Max value from RGB is 41 - color contains mainly: blue. Hex color #042229 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042229 is #FBDDD6. Grayscale: #191919. Windows color (decimal): -16506327 or 2695684. OLE color: 2695684.
HSL color Cylindrical-coordinate representation of color #042229: hue angle of 191.35º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #042229 is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 4 | 34 | 41 | - |
| CMYK | 0.90 | 0.17 | 0 | 0.84 |
| HSL | 191.35º | 0.82% | 0.09% | - |
| HSV(B) | 191.35º | 0.9% | 0.16% | - |
| XYZ | 1.02 | 1.33 | 2.3 | - |
| YUV | 25.83 | 136.56 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 34 | 41 | 0.90 | 0.17 | 0 | 0.84 | 191.35 | 0.82 | 0.09 |
| Hex | 4 | 22 | 29 | 5A | 11 | 0 | 54 | BF | 52 | 9 |
| Octal | 4 | 42 | 51 | 132 | 21 | 0 | 124 | 277 | 122 | 11 |
| Binary | 100 | 100010 | 101001 | 1011010 | 10001 | 0 | 1010100 | 10111111 | 1010010 | 1001 |
Color Harmonies of #042229
Complementary color
Monochromatic Colors of #042229
Black with #042229
Text Example
Text Example
White with #042229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042229; }
p { color: rgb(4,34,41); }
H1.HeaderClassName
{
color: #042229;
}
.AnyTagClassName
{
color: #042229;
}
</style>
background-color css
<style>
a { background-color: #042229; }
a { background-color: rgb(4,34,41); }
div.DivClassName
{
background-color: #042229;
}
.BgClassName
{
background-color: #042229;
}
</style>
border-color css
<style>
span { border-color: #042229; }
span { border-color: rgb(4,34,41); }
td.TdClassName
{
border-color: #042229;
}
.TagClassName
{
border-color: #042229;
}
</style>