Shades of Myrtle #091908
Tints of Myrtle #091908
RGB
CMYK
RGB Variations
Color information
#091908 (or 0x091908) is known color: Myrtle. HEX triplet: 09, 19 and 08. RGB value is (9,25,8). Sum of RGB (Red+Green+Blue) = 9+25+8=42 (5% of max value = 765). Red value is 9 (3.91% from 255 or 21.43% from 42); Green value is 25 (10.16% from 255 or 59.52% from 42); Blue value is 8 (3.52% from 255 or 19.05% from 42); Max value from RGB is 25 - color contains mainly: green. Hex color #091908 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091908 is #F6E6F7. Grayscale: #121212. Windows color (decimal): -16180984 or 530697. OLE color: 530697.
HSL color Cylindrical-coordinate representation of color #091908: hue angle of 116.47º degrees, saturation: 0.52, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #091908 is Cyan = 0.64, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 9 | 25 | 8 | - |
| CMYK | 0.64 | 0 | 0.68 | 0.90 |
| HSL | 116.47º | 0.52% | 0.06% | - |
| HSV(B) | 116.47º | 0.68% | 0.1% | - |
| XYZ | 0.5 | 0.77 | 0.35 | - |
| YUV | 18.28 | 122.2 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 25 | 8 | 0.64 | 0 | 0.68 | 0.90 | 116.47 | 0.52 | 0.06 |
| Hex | 9 | 19 | 8 | 40 | 0 | 44 | 5A | 74 | 34 | 6 |
| Octal | 11 | 31 | 10 | 100 | 0 | 104 | 132 | 164 | 64 | 6 |
| Binary | 1001 | 11001 | 1000 | 1000000 | 0 | 1000100 | 1011010 | 1110100 | 110100 | 110 |
Color Harmonies of #091908
Complementary color
Monochromatic Colors of #091908
Black with #091908
Text Example
Text Example
White with #091908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091908; }
p { color: rgb(9,25,8); }
H1.HeaderClassName
{
color: #091908;
}
.AnyTagClassName
{
color: #091908;
}
</style>
background-color css
<style>
a { background-color: #091908; }
a { background-color: rgb(9,25,8); }
div.DivClassName
{
background-color: #091908;
}
.BgClassName
{
background-color: #091908;
}
</style>
border-color css
<style>
span { border-color: #091908; }
span { border-color: rgb(9,25,8); }
td.TdClassName
{
border-color: #091908;
}
.TagClassName
{
border-color: #091908;
}
</style>