Shades of Black Pearl #042629
Tints of Black Pearl #042629
RGB
CMYK
RGB Variations
Color information
#042629 (or 0x042629) is known color: Black Pearl. HEX triplet: 04, 26 and 29. RGB value is (4,38,41). Sum of RGB (Red+Green+Blue) = 4+38+41=83 (10% of max value = 765). Red value is 4 (1.95% from 255 or 4.82% from 83); Green value is 38 (15.23% from 255 or 45.78% from 83); Blue value is 41 (16.41% from 255 or 49.40% from 83); Max value from RGB is 41 - color contains mainly: blue. Hex color #042629 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042629 is #FBD9D6. Grayscale: #1C1C1C. Windows color (decimal): -16505303 or 2696708. OLE color: 2696708.
HSL color Cylindrical-coordinate representation of color #042629: hue angle of 184.86º 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 #042629 is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 4 | 38 | 41 | - |
| CMYK | 0.90 | 0.07 | 0 | 0.84 |
| HSL | 184.86º | 0.82% | 0.09% | - |
| HSV(B) | 184.86º | 0.9% | 0.16% | - |
| XYZ | 1.14 | 1.57 | 2.34 | - |
| YUV | 28.18 | 135.24 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 38 | 41 | 0.90 | 0.07 | 0 | 0.84 | 184.86 | 0.82 | 0.09 |
| Hex | 4 | 26 | 29 | 5A | 7 | 0 | 54 | B9 | 52 | 9 |
| Octal | 4 | 46 | 51 | 132 | 7 | 0 | 124 | 271 | 122 | 11 |
| Binary | 100 | 100110 | 101001 | 1011010 | 111 | 0 | 1010100 | 10111001 | 1010010 | 1001 |
Color Harmonies of #042629
Complementary color
Monochromatic Colors of #042629
Black with #042629
Text Example
Text Example
White with #042629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042629; }
p { color: rgb(4,38,41); }
H1.HeaderClassName
{
color: #042629;
}
.AnyTagClassName
{
color: #042629;
}
</style>
background-color css
<style>
a { background-color: #042629; }
a { background-color: rgb(4,38,41); }
div.DivClassName
{
background-color: #042629;
}
.BgClassName
{
background-color: #042629;
}
</style>
border-color css
<style>
span { border-color: #042629; }
span { border-color: rgb(4,38,41); }
td.TdClassName
{
border-color: #042629;
}
.TagClassName
{
border-color: #042629;
}
</style>