Shades of Black Pearl #041E24
Tints of Black Pearl #041E24
RGB
CMYK
RGB Variations
Color information
#041E24 (or 0x041E24) is known color: Black Pearl. HEX triplet: 04, 1E and 24. RGB value is (4,30,36). Sum of RGB (Red+Green+Blue) = 4+30+36=70 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.71% from 70); Green value is 30 (12.11% from 255 or 42.86% from 70); Blue value is 36 (14.45% from 255 or 51.43% from 70); Max value from RGB is 36 - color contains mainly: blue. Hex color #041E24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041E24 is #FBE1DB. Grayscale: #161616. Windows color (decimal): -16507356 or 2366980. OLE color: 2366980.
HSL color Cylindrical-coordinate representation of color #041E24: hue angle of 191.25º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #041E24 is Cyan = 0.89, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 4 | 30 | 36 | - |
| CMYK | 0.89 | 0.17 | 0 | 0.86 |
| HSL | 191.25º | 0.8% | 0.08% | - |
| HSV(B) | 191.25º | 0.89% | 0.14% | - |
| XYZ | 0.83 | 1.08 | 1.83 | - |
| YUV | 22.91 | 135.39 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 30 | 36 | 0.89 | 0.17 | 0 | 0.86 | 191.25 | 0.8 | 0.08 |
| Hex | 4 | 1E | 24 | 59 | 11 | 0 | 56 | BF | 50 | 8 |
| Octal | 4 | 36 | 44 | 131 | 21 | 0 | 126 | 277 | 120 | 10 |
| Binary | 100 | 11110 | 100100 | 1011001 | 10001 | 0 | 1010110 | 10111111 | 1010000 | 1000 |
Color Harmonies of #041E24
Complementary color
Monochromatic Colors of #041E24
Black with #041E24
Text Example
Text Example
White with #041E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041E24; }
p { color: rgb(4,30,36); }
H1.HeaderClassName
{
color: #041E24;
}
.AnyTagClassName
{
color: #041E24;
}
</style>
background-color css
<style>
a { background-color: #041E24; }
a { background-color: rgb(4,30,36); }
div.DivClassName
{
background-color: #041E24;
}
.BgClassName
{
background-color: #041E24;
}
</style>
border-color css
<style>
span { border-color: #041E24; }
span { border-color: rgb(4,30,36); }
td.TdClassName
{
border-color: #041E24;
}
.TagClassName
{
border-color: #041E24;
}
</style>