Shades of Black Pearl #041926
Tints of Black Pearl #041926
RGB
CMYK
RGB Variations
Color information
#041926 (or 0x041926) is known color: Black Pearl. HEX triplet: 04, 19 and 26. RGB value is (4,25,38). Sum of RGB (Red+Green+Blue) = 4+25+38=67 (8% of max value = 765). Red value is 4 (1.95% from 255 or 5.97% from 67); Green value is 25 (10.16% from 255 or 37.31% from 67); Blue value is 38 (15.23% from 255 or 56.72% from 67); Max value from RGB is 38 - color contains mainly: blue. Hex color #041926 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041926 is #FBE6D9. Grayscale: #141414. Windows color (decimal): -16508634 or 2496772. OLE color: 2496772.
HSL color Cylindrical-coordinate representation of color #041926: hue angle of 202.94º 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 #041926 is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 4 | 25 | 38 | - |
| CMYK | 0.89 | 0.34 | 0 | 0.85 |
| HSL | 202.94º | 0.81% | 0.08% | - |
| HSV(B) | 202.94º | 0.89% | 0.15% | - |
| XYZ | 0.75 | 0.86 | 1.96 | - |
| YUV | 20.2 | 138.04 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 25 | 38 | 0.89 | 0.34 | 0 | 0.85 | 202.94 | 0.81 | 0.08 |
| Hex | 4 | 19 | 26 | 59 | 22 | 0 | 55 | CB | 51 | 8 |
| Octal | 4 | 31 | 46 | 131 | 42 | 0 | 125 | 313 | 121 | 10 |
| Binary | 100 | 11001 | 100110 | 1011001 | 100010 | 0 | 1010101 | 11001011 | 1010001 | 1000 |
Color Harmonies of #041926
Complementary color
Monochromatic Colors of #041926
Black with #041926
Text Example
Text Example
White with #041926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041926; }
p { color: rgb(4,25,38); }
H1.HeaderClassName
{
color: #041926;
}
.AnyTagClassName
{
color: #041926;
}
</style>
background-color css
<style>
a { background-color: #041926; }
a { background-color: rgb(4,25,38); }
div.DivClassName
{
background-color: #041926;
}
.BgClassName
{
background-color: #041926;
}
</style>
border-color css
<style>
span { border-color: #041926; }
span { border-color: rgb(4,25,38); }
td.TdClassName
{
border-color: #041926;
}
.TagClassName
{
border-color: #041926;
}
</style>