Shades of Myrtle #08310A
Tints of Myrtle #08310A
RGB
CMYK
RGB Variations
Color information
#08310A (or 0x08310A) is known color: Myrtle. HEX triplet: 08, 31 and 0A. RGB value is (8,49,10). Sum of RGB (Red+Green+Blue) = 8+49+10=67 (8% of max value = 765). Red value is 8 (3.52% from 255 or 11.94% from 67); Green value is 49 (19.53% from 255 or 73.13% from 67); Blue value is 10 (4.30% from 255 or 14.93% from 67); Max value from RGB is 49 - color contains mainly: green. Hex color #08310A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08310A is #F7CEF5. Grayscale: #202020. Windows color (decimal): -16240374 or 667912. OLE color: 667912.
HSL color Cylindrical-coordinate representation of color #08310A: hue angle of 122.93º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #08310A is Cyan = 0.84, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 8 | 49 | 10 | - |
| CMYK | 0.84 | 0 | 0.80 | 0.81 |
| HSL | 122.93º | 0.72% | 0.11% | - |
| HSV(B) | 122.93º | 0.84% | 0.19% | - |
| XYZ | 1.25 | 2.27 | 0.66 | - |
| YUV | 32.3 | 115.42 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 49 | 10 | 0.84 | 0 | 0.80 | 0.81 | 122.93 | 0.72 | 0.11 |
| Hex | 8 | 31 | A | 54 | 0 | 50 | 51 | 7B | 48 | B |
| Octal | 10 | 61 | 12 | 124 | 0 | 120 | 121 | 173 | 110 | 13 |
| Binary | 1000 | 110001 | 1010 | 1010100 | 0 | 1010000 | 1010001 | 1111011 | 1001000 | 1011 |
Color Harmonies of #08310A
Complementary color
Monochromatic Colors of #08310A
Black with #08310A
Text Example
Text Example
White with #08310A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08310A; }
p { color: rgb(8,49,10); }
H1.HeaderClassName
{
color: #08310A;
}
.AnyTagClassName
{
color: #08310A;
}
</style>
background-color css
<style>
a { background-color: #08310A; }
a { background-color: rgb(8,49,10); }
div.DivClassName
{
background-color: #08310A;
}
.BgClassName
{
background-color: #08310A;
}
</style>
border-color css
<style>
span { border-color: #08310A; }
span { border-color: rgb(8,49,10); }
td.TdClassName
{
border-color: #08310A;
}
.TagClassName
{
border-color: #08310A;
}
</style>