Shades of Myrtle #08380A
Tints of Myrtle #08380A
RGB
CMYK
RGB Variations
Color information
#08380A (or 0x08380A) is known color: Myrtle. HEX triplet: 08, 38 and 0A. RGB value is (8,56,10). Sum of RGB (Red+Green+Blue) = 8+56+10=74 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.81% from 74); Green value is 56 (22.27% from 255 or 75.68% from 74); Blue value is 10 (4.30% from 255 or 13.51% from 74); Max value from RGB is 56 - color contains mainly: green. Hex color #08380A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08380A is #F7C7F5. Grayscale: #242424. Windows color (decimal): -16238582 or 669704. OLE color: 669704.
HSL color Cylindrical-coordinate representation of color #08380A: hue angle of 122.5º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #08380A is Cyan = 0.86, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 8 | 56 | 10 | - |
| CMYK | 0.86 | 0 | 0.82 | 0.78 |
| HSL | 122.5º | 0.75% | 0.13% | - |
| HSV(B) | 122.5º | 0.86% | 0.22% | - |
| XYZ | 1.57 | 2.9 | 0.76 | - |
| YUV | 36.4 | 113.1 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 56 | 10 | 0.86 | 0 | 0.82 | 0.78 | 122.5 | 0.75 | 0.13 |
| Hex | 8 | 38 | A | 56 | 0 | 52 | 4E | 7B | 4B | D |
| Octal | 10 | 70 | 12 | 126 | 0 | 122 | 116 | 173 | 113 | 15 |
| Binary | 1000 | 111000 | 1010 | 1010110 | 0 | 1010010 | 1001110 | 1111011 | 1001011 | 1101 |
Color Harmonies of #08380A
Complementary color
Monochromatic Colors of #08380A
Black with #08380A
Text Example
Text Example
White with #08380A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08380A; }
p { color: rgb(8,56,10); }
H1.HeaderClassName
{
color: #08380A;
}
.AnyTagClassName
{
color: #08380A;
}
</style>
background-color css
<style>
a { background-color: #08380A; }
a { background-color: rgb(8,56,10); }
div.DivClassName
{
background-color: #08380A;
}
.BgClassName
{
background-color: #08380A;
}
</style>
border-color css
<style>
span { border-color: #08380A; }
span { border-color: rgb(8,56,10); }
td.TdClassName
{
border-color: #08380A;
}
.TagClassName
{
border-color: #08380A;
}
</style>