Shades of Myrtle #08290A
Tints of Myrtle #08290A
RGB
CMYK
RGB Variations
Color information
#08290A (or 0x08290A) is known color: Myrtle. HEX triplet: 08, 29 and 0A. RGB value is (8,41,10). Sum of RGB (Red+Green+Blue) = 8+41+10=59 (7% of max value = 765). Red value is 8 (3.52% from 255 or 13.56% from 59); Green value is 41 (16.41% from 255 or 69.49% from 59); Blue value is 10 (4.30% from 255 or 16.95% from 59); Max value from RGB is 41 - color contains mainly: green. Hex color #08290A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08290A is #F7D6F5. Grayscale: #1B1B1B. Windows color (decimal): -16242422 or 665864. OLE color: 665864.
HSL color Cylindrical-coordinate representation of color #08290A: hue angle of 123.64º degrees, saturation: 0.67, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #08290A is Cyan = 0.80, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 8 | 41 | 10 | - |
| CMYK | 0.80 | 0 | 0.76 | 0.84 |
| HSL | 123.64º | 0.67% | 0.1% | - |
| HSV(B) | 123.64º | 0.8% | 0.16% | - |
| XYZ | 0.95 | 1.66 | 0.56 | - |
| YUV | 27.6 | 118.07 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 41 | 10 | 0.80 | 0 | 0.76 | 0.84 | 123.64 | 0.67 | 0.1 |
| Hex | 8 | 29 | A | 50 | 0 | 4C | 54 | 7C | 43 | A |
| Octal | 10 | 51 | 12 | 120 | 0 | 114 | 124 | 174 | 103 | 12 |
| Binary | 1000 | 101001 | 1010 | 1010000 | 0 | 1001100 | 1010100 | 1111100 | 1000011 | 1010 |
Color Harmonies of #08290A
Complementary color
Monochromatic Colors of #08290A
Black with #08290A
Text Example
Text Example
White with #08290A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08290A; }
p { color: rgb(8,41,10); }
H1.HeaderClassName
{
color: #08290A;
}
.AnyTagClassName
{
color: #08290A;
}
</style>
background-color css
<style>
a { background-color: #08290A; }
a { background-color: rgb(8,41,10); }
div.DivClassName
{
background-color: #08290A;
}
.BgClassName
{
background-color: #08290A;
}
</style>
border-color css
<style>
span { border-color: #08290A; }
span { border-color: rgb(8,41,10); }
td.TdClassName
{
border-color: #08290A;
}
.TagClassName
{
border-color: #08290A;
}
</style>