Shades of Myrtle #041102
Tints of Myrtle #041102
RGB
CMYK
RGB Variations
Color information
#041102 (or 0x041102) is known color: Myrtle. HEX triplet: 04, 11 and 02. RGB value is (4,17,2). Sum of RGB (Red+Green+Blue) = 4+17+2=23 (3% of max value = 765). Red value is 4 (1.95% from 255 or 17.39% from 23); Green value is 17 (7.03% from 255 or 73.91% from 23); Blue value is 2 (1.17% from 255 or 8.70% from 23); Max value from RGB is 17 - color contains mainly: green. Hex color #041102 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041102 is #FBEEFD. Grayscale: #0B0B0B. Windows color (decimal): -16510718 or 135428. OLE color: 135428.
HSL color Cylindrical-coordinate representation of color #041102: hue angle of 112º degrees, saturation: 0.79, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #041102 is Cyan = 0.76, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 4 | 17 | 2 | - |
| CMYK | 0.76 | 0 | 0.88 | 0.93 |
| HSL | 112º | 0.79% | 0.04% | - |
| HSV(B) | 112º | 0.88% | 0.07% | - |
| XYZ | 0.26 | 0.43 | 0.13 | - |
| YUV | 11.4 | 122.69 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 17 | 2 | 0.76 | 0 | 0.88 | 0.93 | 112 | 0.79 | 0.04 |
| Hex | 4 | 11 | 2 | 4C | 0 | 58 | 5D | 70 | 4F | 4 |
| Octal | 4 | 21 | 2 | 114 | 0 | 130 | 135 | 160 | 117 | 4 |
| Binary | 100 | 10001 | 10 | 1001100 | 0 | 1011000 | 1011101 | 1110000 | 1001111 | 100 |
Color Harmonies of #041102
Complementary color
Monochromatic Colors of #041102
Black with #041102
Text Example
Text Example
White with #041102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041102; }
p { color: rgb(4,17,2); }
H1.HeaderClassName
{
color: #041102;
}
.AnyTagClassName
{
color: #041102;
}
</style>
background-color css
<style>
a { background-color: #041102; }
a { background-color: rgb(4,17,2); }
div.DivClassName
{
background-color: #041102;
}
.BgClassName
{
background-color: #041102;
}
</style>
border-color css
<style>
span { border-color: #041102; }
span { border-color: rgb(4,17,2); }
td.TdClassName
{
border-color: #041102;
}
.TagClassName
{
border-color: #041102;
}
</style>