Shades of Dark Green #091414
Tints of Dark Green #091414
RGB
CMYK
RGB Variations
Color information
#091414 (or 0x091414) is known color: Dark Green. HEX triplet: 09, 14 and 14. RGB value is (9,20,20). Sum of RGB (Red+Green+Blue) = 9+20+20=49 (6% of max value = 765). Red value is 9 (3.91% from 255 or 18.37% from 49); Green value is 20 (8.20% from 255 or 40.82% from 49); Blue value is 20 (8.20% from 255 or 40.82% from 49); Max value from RGB is 20 - color contains mainly: green, blue. Hex color #091414 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091414 is #F6EBEB. Grayscale: #101010. Windows color (decimal): -16182252 or 1315849. OLE color: 1315849.
HSL color Cylindrical-coordinate representation of color #091414: hue angle of 180º degrees, saturation: 0.38, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #091414 is Cyan = 0.55, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 9 | 20 | 20 | - |
| CMYK | 0.55 | 0 | 0 | 0.92 |
| HSL | 180º | 0.38% | 0.06% | - |
| HSV(B) | 180º | 0.55% | 0.08% | - |
| XYZ | 0.49 | 0.61 | 0.75 | - |
| YUV | 16.71 | 129.86 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 20 | 20 | 0.55 | 0 | 0 | 0.92 | 180 | 0.38 | 0.06 |
| Hex | 9 | 14 | 14 | 37 | 0 | 0 | 5C | B4 | 26 | 6 |
| Octal | 11 | 24 | 24 | 67 | 0 | 0 | 134 | 264 | 46 | 6 |
| Binary | 1001 | 10100 | 10100 | 110111 | 0 | 0 | 1011100 | 10110100 | 100110 | 110 |
Color Harmonies of #091414
Complementary color
Monochromatic Colors of #091414
Black with #091414
Text Example
Text Example
White with #091414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091414; }
p { color: rgb(9,20,20); }
H1.HeaderClassName
{
color: #091414;
}
.AnyTagClassName
{
color: #091414;
}
</style>
background-color css
<style>
a { background-color: #091414; }
a { background-color: rgb(9,20,20); }
div.DivClassName
{
background-color: #091414;
}
.BgClassName
{
background-color: #091414;
}
</style>
border-color css
<style>
span { border-color: #091414; }
span { border-color: rgb(9,20,20); }
td.TdClassName
{
border-color: #091414;
}
.TagClassName
{
border-color: #091414;
}
</style>