Shades of Black Pearl #041A25
Tints of Black Pearl #041A25
RGB
CMYK
RGB Variations
Color information
#041A25 (or 0x041A25) is known color: Black Pearl. HEX triplet: 04, 1A and 25. RGB value is (4,26,37). Sum of RGB (Red+Green+Blue) = 4+26+37=67 (8% of max value = 765). Red value is 4 (1.95% from 255 or 5.97% from 67); Green value is 26 (10.55% from 255 or 38.81% from 67); Blue value is 37 (14.84% from 255 or 55.22% from 67); Max value from RGB is 37 - color contains mainly: blue. Hex color #041A25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041A25 is #FBE5DA. Grayscale: #141414. Windows color (decimal): -16508379 or 2431492. OLE color: 2431492.
HSL color Cylindrical-coordinate representation of color #041A25: hue angle of 200º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #041A25 is Cyan = 0.89, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 4 | 26 | 37 | - |
| CMYK | 0.89 | 0.30 | 0 | 0.85 |
| HSL | 200º | 0.8% | 0.08% | - |
| HSV(B) | 200º | 0.89% | 0.15% | - |
| XYZ | 0.75 | 0.9 | 1.88 | - |
| YUV | 20.68 | 137.21 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 26 | 37 | 0.89 | 0.30 | 0 | 0.85 | 200 | 0.8 | 0.08 |
| Hex | 4 | 1A | 25 | 59 | 1E | 0 | 55 | C8 | 50 | 8 |
| Octal | 4 | 32 | 45 | 131 | 36 | 0 | 125 | 310 | 120 | 10 |
| Binary | 100 | 11010 | 100101 | 1011001 | 11110 | 0 | 1010101 | 11001000 | 1010000 | 1000 |
Color Harmonies of #041A25
Complementary color
Monochromatic Colors of #041A25
Black with #041A25
Text Example
Text Example
White with #041A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041A25; }
p { color: rgb(4,26,37); }
H1.HeaderClassName
{
color: #041A25;
}
.AnyTagClassName
{
color: #041A25;
}
</style>
background-color css
<style>
a { background-color: #041A25; }
a { background-color: rgb(4,26,37); }
div.DivClassName
{
background-color: #041A25;
}
.BgClassName
{
background-color: #041A25;
}
</style>
border-color css
<style>
span { border-color: #041A25; }
span { border-color: rgb(4,26,37); }
td.TdClassName
{
border-color: #041A25;
}
.TagClassName
{
border-color: #041A25;
}
</style>