Shades of Myrtle #041001
Tints of Myrtle #041001
RGB
CMYK
RGB Variations
Color information
#041001 (or 0x041001) is known color: Myrtle. HEX triplet: 04, 10 and 01. RGB value is (4,16,1). Sum of RGB (Red+Green+Blue) = 4+16+1=21 (2% of max value = 765). Red value is 4 (1.95% from 255 or 19.05% from 21); Green value is 16 (6.64% from 255 or 76.19% from 21); Blue value is 1 (0.78% from 255 or 4.76% from 21); Max value from RGB is 16 - color contains mainly: green. Hex color #041001 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041001 is #FBEFFE. Grayscale: #0A0A0A. Windows color (decimal): -16510975 or 69636. OLE color: 69636.
HSL color Cylindrical-coordinate representation of color #041001: hue angle of 108º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #041001 is Cyan = 0.75, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 4 | 16 | 1 | - |
| CMYK | 0.75 | 0 | 0.94 | 0.94 |
| HSL | 108º | 0.88% | 0.03% | - |
| HSV(B) | 108º | 0.94% | 0.06% | - |
| XYZ | 0.24 | 0.4 | 0.09 | - |
| YUV | 10.7 | 122.52 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 16 | 1 | 0.75 | 0 | 0.94 | 0.94 | 108 | 0.88 | 0.03 |
| Hex | 4 | 10 | 1 | 4B | 0 | 5E | 5E | 6C | 58 | 3 |
| Octal | 4 | 20 | 1 | 113 | 0 | 136 | 136 | 154 | 130 | 3 |
| Binary | 100 | 10000 | 1 | 1001011 | 0 | 1011110 | 1011110 | 1101100 | 1011000 | 11 |
Color Harmonies of #041001
Complementary color
Monochromatic Colors of #041001
Black with #041001
Text Example
Text Example
White with #041001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041001; }
p { color: rgb(4,16,1); }
H1.HeaderClassName
{
color: #041001;
}
.AnyTagClassName
{
color: #041001;
}
</style>
background-color css
<style>
a { background-color: #041001; }
a { background-color: rgb(4,16,1); }
div.DivClassName
{
background-color: #041001;
}
.BgClassName
{
background-color: #041001;
}
</style>
border-color css
<style>
span { border-color: #041001; }
span { border-color: rgb(4,16,1); }
td.TdClassName
{
border-color: #041001;
}
.TagClassName
{
border-color: #041001;
}
</style>