Shades of Black Pearl #041024
Tints of Black Pearl #041024
RGB
CMYK
RGB Variations
Color information
#041024 (or 0x041024) is known color: Black Pearl. HEX triplet: 04, 10 and 24. RGB value is (4,16,36). Sum of RGB (Red+Green+Blue) = 4+16+36=56 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.14% from 56); Green value is 16 (6.64% from 255 or 28.57% from 56); Blue value is 36 (14.45% from 255 or 64.29% from 56); Max value from RGB is 36 - color contains mainly: blue. Hex color #041024 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041024 is #FBEFDB. Grayscale: #0E0E0E. Windows color (decimal): -16510940 or 2363396. OLE color: 2363396.
HSL color Cylindrical-coordinate representation of color #041024: hue angle of 217.5º 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 #041024 is Cyan = 0.89, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 4 | 16 | 36 | - |
| CMYK | 0.89 | 0.56 | 0 | 0.86 |
| HSL | 217.5º | 0.8% | 0.08% | - |
| HSV(B) | 217.5º | 0.89% | 0.14% | - |
| XYZ | 0.55 | 0.52 | 1.74 | - |
| YUV | 14.69 | 140.02 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 16 | 36 | 0.89 | 0.56 | 0 | 0.86 | 217.5 | 0.8 | 0.08 |
| Hex | 4 | 10 | 24 | 59 | 38 | 0 | 56 | DA | 50 | 8 |
| Octal | 4 | 20 | 44 | 131 | 70 | 0 | 126 | 332 | 120 | 10 |
| Binary | 100 | 10000 | 100100 | 1011001 | 111000 | 0 | 1010110 | 11011010 | 1010000 | 1000 |
Color Harmonies of #041024
Complementary color
Monochromatic Colors of #041024
Black with #041024
Text Example
Text Example
White with #041024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041024; }
p { color: rgb(4,16,36); }
H1.HeaderClassName
{
color: #041024;
}
.AnyTagClassName
{
color: #041024;
}
</style>
background-color css
<style>
a { background-color: #041024; }
a { background-color: rgb(4,16,36); }
div.DivClassName
{
background-color: #041024;
}
.BgClassName
{
background-color: #041024;
}
</style>
border-color css
<style>
span { border-color: #041024; }
span { border-color: rgb(4,16,36); }
td.TdClassName
{
border-color: #041024;
}
.TagClassName
{
border-color: #041024;
}
</style>