Shades of Black Pearl #041D26
Tints of Black Pearl #041D26
RGB
CMYK
RGB Variations
Color information
#041D26 (or 0x041D26) is known color: Black Pearl. HEX triplet: 04, 1D and 26. RGB value is (4,29,38). Sum of RGB (Red+Green+Blue) = 4+29+38=71 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.63% from 71); Green value is 29 (11.72% from 255 or 40.85% from 71); Blue value is 38 (15.23% from 255 or 53.52% from 71); Max value from RGB is 38 - color contains mainly: blue. Hex color #041D26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041D26 is #FBE2D9. Grayscale: #161616. Windows color (decimal): -16507610 or 2497796. OLE color: 2497796.
HSL color Cylindrical-coordinate representation of color #041D26: hue angle of 195.88º degrees, saturation: 0.81, 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 #041D26 is Cyan = 0.89, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 4 | 29 | 38 | - |
| CMYK | 0.89 | 0.24 | 0 | 0.85 |
| HSL | 195.88º | 0.81% | 0.08% | - |
| HSV(B) | 195.88º | 0.89% | 0.15% | - |
| XYZ | 0.84 | 1.04 | 1.99 | - |
| YUV | 22.55 | 136.72 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 29 | 38 | 0.89 | 0.24 | 0 | 0.85 | 195.88 | 0.81 | 0.08 |
| Hex | 4 | 1D | 26 | 59 | 18 | 0 | 55 | C4 | 51 | 8 |
| Octal | 4 | 35 | 46 | 131 | 30 | 0 | 125 | 304 | 121 | 10 |
| Binary | 100 | 11101 | 100110 | 1011001 | 11000 | 0 | 1010101 | 11000100 | 1010001 | 1000 |
Color Harmonies of #041D26
Complementary color
Monochromatic Colors of #041D26
Black with #041D26
Text Example
Text Example
White with #041D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041D26; }
p { color: rgb(4,29,38); }
H1.HeaderClassName
{
color: #041D26;
}
.AnyTagClassName
{
color: #041D26;
}
</style>
background-color css
<style>
a { background-color: #041D26; }
a { background-color: rgb(4,29,38); }
div.DivClassName
{
background-color: #041D26;
}
.BgClassName
{
background-color: #041D26;
}
</style>
border-color css
<style>
span { border-color: #041D26; }
span { border-color: rgb(4,29,38); }
td.TdClassName
{
border-color: #041D26;
}
.TagClassName
{
border-color: #041D26;
}
</style>