Shades of Dark Green #091913
Tints of Dark Green #091913
RGB
CMYK
RGB Variations
Color information
#091913 (or 0x091913) is known color: Dark Green. HEX triplet: 09, 19 and 13. RGB value is (9,25,19). Sum of RGB (Red+Green+Blue) = 9+25+19=53 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.98% from 53); Green value is 25 (10.16% from 255 or 47.17% from 53); Blue value is 19 (7.81% from 255 or 35.85% from 53); Max value from RGB is 25 - color contains mainly: green. Hex color #091913 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091913 is #F6E6EC. Grayscale: #131313. Windows color (decimal): -16180973 or 1251593. OLE color: 1251593.
HSL color Cylindrical-coordinate representation of color #091913: hue angle of 157.5º degrees, saturation: 0.47, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #091913 is Cyan = 0.64, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 9 | 25 | 19 | - |
| CMYK | 0.64 | 0 | 0.24 | 0.90 |
| HSL | 157.5º | 0.47% | 0.07% | - |
| HSV(B) | 157.5º | 0.64% | 0.1% | - |
| XYZ | 0.58 | 0.8 | 0.74 | - |
| YUV | 19.53 | 127.7 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 25 | 19 | 0.64 | 0 | 0.24 | 0.90 | 157.5 | 0.47 | 0.07 |
| Hex | 9 | 19 | 13 | 40 | 0 | 18 | 5A | 9E | 2F | 7 |
| Octal | 11 | 31 | 23 | 100 | 0 | 30 | 132 | 236 | 57 | 7 |
| Binary | 1001 | 11001 | 10011 | 1000000 | 0 | 11000 | 1011010 | 10011110 | 101111 | 111 |
Color Harmonies of #091913
Complementary color
Monochromatic Colors of #091913
Black with #091913
Text Example
Text Example
White with #091913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091913; }
p { color: rgb(9,25,19); }
H1.HeaderClassName
{
color: #091913;
}
.AnyTagClassName
{
color: #091913;
}
</style>
background-color css
<style>
a { background-color: #091913; }
a { background-color: rgb(9,25,19); }
div.DivClassName
{
background-color: #091913;
}
.BgClassName
{
background-color: #091913;
}
</style>
border-color css
<style>
span { border-color: #091913; }
span { border-color: rgb(9,25,19); }
td.TdClassName
{
border-color: #091913;
}
.TagClassName
{
border-color: #091913;
}
</style>