Shades of Myrtle #082401
Tints of Myrtle #082401
RGB
CMYK
RGB Variations
Color information
#082401 (or 0x082401) is known color: Myrtle. HEX triplet: 08, 24 and 01. RGB value is (8,36,1). Sum of RGB (Red+Green+Blue) = 8+36+1=45 (5% of max value = 765). Red value is 8 (3.52% from 255 or 17.78% from 45); Green value is 36 (14.45% from 255 or 80% from 45); Blue value is 1 (0.78% from 255 or 2.22% from 45); Max value from RGB is 36 - color contains mainly: green. Hex color #082401 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082401 is #F7DBFE. Grayscale: #171717. Windows color (decimal): -16243711 or 74760. OLE color: 74760.
HSL color Cylindrical-coordinate representation of color #082401: hue angle of 108º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #082401 is Cyan = 0.78, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 8 | 36 | 1 | - |
| CMYK | 0.78 | 0 | 0.97 | 0.86 |
| HSL | 108º | 0.95% | 0.07% | - |
| HSV(B) | 108º | 0.97% | 0.14% | - |
| XYZ | 0.74 | 1.32 | 0.24 | - |
| YUV | 23.64 | 115.22 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 36 | 1 | 0.78 | 0 | 0.97 | 0.86 | 108 | 0.95 | 0.07 |
| Hex | 8 | 24 | 1 | 4E | 0 | 61 | 56 | 6C | 5F | 7 |
| Octal | 10 | 44 | 1 | 116 | 0 | 141 | 126 | 154 | 137 | 7 |
| Binary | 1000 | 100100 | 1 | 1001110 | 0 | 1100001 | 1010110 | 1101100 | 1011111 | 111 |
Color Harmonies of #082401
Complementary color
Monochromatic Colors of #082401
Black with #082401
Text Example
Text Example
White with #082401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082401; }
p { color: rgb(8,36,1); }
H1.HeaderClassName
{
color: #082401;
}
.AnyTagClassName
{
color: #082401;
}
</style>
background-color css
<style>
a { background-color: #082401; }
a { background-color: rgb(8,36,1); }
div.DivClassName
{
background-color: #082401;
}
.BgClassName
{
background-color: #082401;
}
</style>
border-color css
<style>
span { border-color: #082401; }
span { border-color: rgb(8,36,1); }
td.TdClassName
{
border-color: #082401;
}
.TagClassName
{
border-color: #082401;
}
</style>