Shades of Black Pearl #041C24
Tints of Black Pearl #041C24
RGB
CMYK
RGB Variations
Color information
#041C24 (or 0x041C24) is known color: Black Pearl. HEX triplet: 04, 1C and 24. RGB value is (4,28,36). Sum of RGB (Red+Green+Blue) = 4+28+36=68 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.88% from 68); Green value is 28 (11.33% from 255 or 41.18% from 68); Blue value is 36 (14.45% from 255 or 52.94% from 68); Max value from RGB is 36 - color contains mainly: blue. Hex color #041C24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041C24 is #FBE3DB. Grayscale: #151515. Windows color (decimal): -16507868 or 2366468. OLE color: 2366468.
HSL color Cylindrical-coordinate representation of color #041C24: hue angle of 195º 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 #041C24 is Cyan = 0.89, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 4 | 28 | 36 | - |
| CMYK | 0.89 | 0.22 | 0 | 0.86 |
| HSL | 195º | 0.8% | 0.08% | - |
| HSV(B) | 195º | 0.89% | 0.14% | - |
| XYZ | 0.78 | 0.98 | 1.82 | - |
| YUV | 21.74 | 136.05 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 28 | 36 | 0.89 | 0.22 | 0 | 0.86 | 195 | 0.8 | 0.08 |
| Hex | 4 | 1C | 24 | 59 | 16 | 0 | 56 | C3 | 50 | 8 |
| Octal | 4 | 34 | 44 | 131 | 26 | 0 | 126 | 303 | 120 | 10 |
| Binary | 100 | 11100 | 100100 | 1011001 | 10110 | 0 | 1010110 | 11000011 | 1010000 | 1000 |
Color Harmonies of #041C24
Complementary color
Monochromatic Colors of #041C24
Black with #041C24
Text Example
Text Example
White with #041C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041C24; }
p { color: rgb(4,28,36); }
H1.HeaderClassName
{
color: #041C24;
}
.AnyTagClassName
{
color: #041C24;
}
</style>
background-color css
<style>
a { background-color: #041C24; }
a { background-color: rgb(4,28,36); }
div.DivClassName
{
background-color: #041C24;
}
.BgClassName
{
background-color: #041C24;
}
</style>
border-color css
<style>
span { border-color: #041C24; }
span { border-color: rgb(4,28,36); }
td.TdClassName
{
border-color: #041C24;
}
.TagClassName
{
border-color: #041C24;
}
</style>