Shades of Myrtle #082101
Tints of Myrtle #082101
RGB
CMYK
RGB Variations
Color information
#082101 (or 0x082101) is known color: Myrtle. HEX triplet: 08, 21 and 01. RGB value is (8,33,1). Sum of RGB (Red+Green+Blue) = 8+33+1=42 (5% of max value = 765). Red value is 8 (3.52% from 255 or 19.05% from 42); Green value is 33 (13.28% from 255 or 78.57% from 42); Blue value is 1 (0.78% from 255 or 2.38% from 42); Max value from RGB is 33 - color contains mainly: green. Hex color #082101 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082101 is #F7DEFE. Grayscale: #151515. Windows color (decimal): -16244479 or 73992. OLE color: 73992.
HSL color Cylindrical-coordinate representation of color #082101: hue angle of 106.88º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #082101 is Cyan = 0.76, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 8 | 33 | 1 | - |
| CMYK | 0.76 | 0 | 0.97 | 0.87 |
| HSL | 106.88º | 0.94% | 0.07% | - |
| HSV(B) | 106.88º | 0.97% | 0.13% | - |
| XYZ | 0.65 | 1.14 | 0.21 | - |
| YUV | 21.88 | 116.22 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 33 | 1 | 0.76 | 0 | 0.97 | 0.87 | 106.88 | 0.94 | 0.07 |
| Hex | 8 | 21 | 1 | 4C | 0 | 61 | 57 | 6B | 5E | 7 |
| Octal | 10 | 41 | 1 | 114 | 0 | 141 | 127 | 153 | 136 | 7 |
| Binary | 1000 | 100001 | 1 | 1001100 | 0 | 1100001 | 1010111 | 1101011 | 1011110 | 111 |
Color Harmonies of #082101
Complementary color
Monochromatic Colors of #082101
Black with #082101
Text Example
Text Example
White with #082101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082101; }
p { color: rgb(8,33,1); }
H1.HeaderClassName
{
color: #082101;
}
.AnyTagClassName
{
color: #082101;
}
</style>
background-color css
<style>
a { background-color: #082101; }
a { background-color: rgb(8,33,1); }
div.DivClassName
{
background-color: #082101;
}
.BgClassName
{
background-color: #082101;
}
</style>
border-color css
<style>
span { border-color: #082101; }
span { border-color: rgb(8,33,1); }
td.TdClassName
{
border-color: #082101;
}
.TagClassName
{
border-color: #082101;
}
</style>