Shades of Dark Green #011919
Tints of Dark Green #011919
RGB
CMYK
RGB Variations
Color information
#011919 (or 0x011919) is known color: Dark Green. HEX triplet: 01, 19 and 19. RGB value is (1,25,25). Sum of RGB (Red+Green+Blue) = 1+25+25=51 (6% of max value = 765). Red value is 1 (0.78% from 255 or 1.96% from 51); Green value is 25 (10.16% from 255 or 49.02% from 51); Blue value is 25 (10.16% from 255 or 49.02% from 51); Max value from RGB is 25 - color contains mainly: green, blue. Hex color #011919 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011919 is #FEE6E6. Grayscale: #111111. Windows color (decimal): -16705255 or 1644801. OLE color: 1644801.
HSL color Cylindrical-coordinate representation of color #011919: hue angle of 180º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #011919 is Cyan = 0.96, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 1 | 25 | 25 | - |
| CMYK | 0.96 | 0 | 0 | 0.90 |
| HSL | 180º | 0.92% | 0.05% | - |
| HSV(B) | 180º | 0.96% | 0.1% | - |
| XYZ | 0.54 | 0.77 | 1.04 | - |
| YUV | 17.82 | 132.05 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 25 | 25 | 0.96 | 0 | 0 | 0.90 | 180 | 0.92 | 0.05 |
| Hex | 1 | 19 | 19 | 60 | 0 | 0 | 5A | B4 | 5C | 5 |
| Octal | 1 | 31 | 31 | 140 | 0 | 0 | 132 | 264 | 134 | 5 |
| Binary | 1 | 11001 | 11001 | 1100000 | 0 | 0 | 1011010 | 10110100 | 1011100 | 101 |
Color Harmonies of #011919
Complementary color
Monochromatic Colors of #011919
Black with #011919
Text Example
Text Example
White with #011919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011919; }
p { color: rgb(1,25,25); }
H1.HeaderClassName
{
color: #011919;
}
.AnyTagClassName
{
color: #011919;
}
</style>
background-color css
<style>
a { background-color: #011919; }
a { background-color: rgb(1,25,25); }
div.DivClassName
{
background-color: #011919;
}
.BgClassName
{
background-color: #011919;
}
</style>
border-color css
<style>
span { border-color: #011919; }
span { border-color: rgb(1,25,25); }
td.TdClassName
{
border-color: #011919;
}
.TagClassName
{
border-color: #011919;
}
</style>