Shades of Dark Green #081414
Tints of Dark Green #081414
RGB
CMYK
RGB Variations
Color information
#081414 (or 0x081414) is known color: Dark Green. HEX triplet: 08, 14 and 14. RGB value is (8,20,20). Sum of RGB (Red+Green+Blue) = 8+20+20=48 (6% of max value = 765). Red value is 8 (3.52% from 255 or 16.67% from 48); Green value is 20 (8.20% from 255 or 41.67% from 48); Blue value is 20 (8.20% from 255 or 41.67% from 48); Max value from RGB is 20 - color contains mainly: green, blue. Hex color #081414 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081414 is #F7EBEB. Grayscale: #101010. Windows color (decimal): -16247788 or 1315848. OLE color: 1315848.
HSL color Cylindrical-coordinate representation of color #081414: hue angle of 180º degrees, saturation: 0.43, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #081414 is Cyan = 0.60, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 8 | 20 | 20 | - |
| CMYK | 0.60 | 0 | 0 | 0.92 |
| HSL | 180º | 0.43% | 0.05% | - |
| HSV(B) | 180º | 0.6% | 0.08% | - |
| XYZ | 0.48 | 0.6 | 0.75 | - |
| YUV | 16.41 | 130.02 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 20 | 20 | 0.60 | 0 | 0 | 0.92 | 180 | 0.43 | 0.05 |
| Hex | 8 | 14 | 14 | 3C | 0 | 0 | 5C | B4 | 2B | 5 |
| Octal | 10 | 24 | 24 | 74 | 0 | 0 | 134 | 264 | 53 | 5 |
| Binary | 1000 | 10100 | 10100 | 111100 | 0 | 0 | 1011100 | 10110100 | 101011 | 101 |
Color Harmonies of #081414
Complementary color
Monochromatic Colors of #081414
Black with #081414
Text Example
Text Example
White with #081414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081414; }
p { color: rgb(8,20,20); }
H1.HeaderClassName
{
color: #081414;
}
.AnyTagClassName
{
color: #081414;
}
</style>
background-color css
<style>
a { background-color: #081414; }
a { background-color: rgb(8,20,20); }
div.DivClassName
{
background-color: #081414;
}
.BgClassName
{
background-color: #081414;
}
</style>
border-color css
<style>
span { border-color: #081414; }
span { border-color: rgb(8,20,20); }
td.TdClassName
{
border-color: #081414;
}
.TagClassName
{
border-color: #081414;
}
</style>