Shades of Myrtle #083101
Tints of Myrtle #083101
RGB
CMYK
RGB Variations
Color information
#083101 (or 0x083101) is known color: Myrtle. HEX triplet: 08, 31 and 01. RGB value is (8,49,1). Sum of RGB (Red+Green+Blue) = 8+49+1=58 (7% of max value = 765). Red value is 8 (3.52% from 255 or 13.79% from 58); Green value is 49 (19.53% from 255 or 84.48% from 58); Blue value is 1 (0.78% from 255 or 1.72% from 58); Max value from RGB is 49 - color contains mainly: green. Hex color #083101 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083101 is #F7CEFE. Grayscale: #1F1F1F. Windows color (decimal): -16240383 or 78088. OLE color: 78088.
HSL color Cylindrical-coordinate representation of color #083101: hue angle of 111.25º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #083101 is Cyan = 0.84, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 8 | 49 | 1 | - |
| CMYK | 0.84 | 0 | 0.98 | 0.81 |
| HSL | 111.25º | 0.96% | 0.1% | - |
| HSV(B) | 111.25º | 0.98% | 0.19% | - |
| XYZ | 1.2 | 2.25 | 0.4 | - |
| YUV | 31.27 | 110.92 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 49 | 1 | 0.84 | 0 | 0.98 | 0.81 | 111.25 | 0.96 | 0.1 |
| Hex | 8 | 31 | 1 | 54 | 0 | 62 | 51 | 6F | 60 | A |
| Octal | 10 | 61 | 1 | 124 | 0 | 142 | 121 | 157 | 140 | 12 |
| Binary | 1000 | 110001 | 1 | 1010100 | 0 | 1100010 | 1010001 | 1101111 | 1100000 | 1010 |
Color Harmonies of #083101
Complementary color
Monochromatic Colors of #083101
Black with #083101
Text Example
Text Example
White with #083101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083101; }
p { color: rgb(8,49,1); }
H1.HeaderClassName
{
color: #083101;
}
.AnyTagClassName
{
color: #083101;
}
</style>
background-color css
<style>
a { background-color: #083101; }
a { background-color: rgb(8,49,1); }
div.DivClassName
{
background-color: #083101;
}
.BgClassName
{
background-color: #083101;
}
</style>
border-color css
<style>
span { border-color: #083101; }
span { border-color: rgb(8,49,1); }
td.TdClassName
{
border-color: #083101;
}
.TagClassName
{
border-color: #083101;
}
</style>