Shades of Black Pearl #04292F
Tints of Black Pearl #04292F
RGB
CMYK
RGB Variations
Color information
#04292F (or 0x04292F) is known color: Black Pearl. HEX triplet: 04, 29 and 2F. RGB value is (4,41,47). Sum of RGB (Red+Green+Blue) = 4+41+47=92 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.35% from 92); Green value is 41 (16.41% from 255 or 44.57% from 92); Blue value is 47 (18.75% from 255 or 51.09% from 92); Max value from RGB is 47 - color contains mainly: blue. Hex color #04292F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04292F is #FBD6D0. Grayscale: #1E1E1E. Windows color (decimal): -16504529 or 3090692. OLE color: 3090692.
HSL color Cylindrical-coordinate representation of color #04292F: hue angle of 188.37º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #04292F is Cyan = 0.91, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 4 | 41 | 47 | - |
| CMYK | 0.91 | 0.13 | 0 | 0.82 |
| HSL | 188.37º | 0.84% | 0.1% | - |
| HSV(B) | 188.37º | 0.91% | 0.18% | - |
| XYZ | 1.36 | 1.82 | 2.97 | - |
| YUV | 30.62 | 137.24 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 41 | 47 | 0.91 | 0.13 | 0 | 0.82 | 188.37 | 0.84 | 0.1 |
| Hex | 4 | 29 | 2F | 5B | D | 0 | 52 | BC | 54 | A |
| Octal | 4 | 51 | 57 | 133 | 15 | 0 | 122 | 274 | 124 | 12 |
| Binary | 100 | 101001 | 101111 | 1011011 | 1101 | 0 | 1010010 | 10111100 | 1010100 | 1010 |
Color Harmonies of #04292F
Complementary color
Monochromatic Colors of #04292F
Black with #04292F
Text Example
Text Example
White with #04292F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04292F; }
p { color: rgb(4,41,47); }
H1.HeaderClassName
{
color: #04292F;
}
.AnyTagClassName
{
color: #04292F;
}
</style>
background-color css
<style>
a { background-color: #04292F; }
a { background-color: rgb(4,41,47); }
div.DivClassName
{
background-color: #04292F;
}
.BgClassName
{
background-color: #04292F;
}
</style>
border-color css
<style>
span { border-color: #04292F; }
span { border-color: rgb(4,41,47); }
td.TdClassName
{
border-color: #04292F;
}
.TagClassName
{
border-color: #04292F;
}
</style>