Shades of Dark Green #0A1313
Tints of Dark Green #0A1313
RGB
CMYK
RGB Variations
Color information
#0A1313 (or 0x0A1313) is known color: Dark Green. HEX triplet: 0A, 13 and 13. RGB value is (10,19,19). Sum of RGB (Red+Green+Blue) = 10+19+19=48 (6% of max value = 765). Red value is 10 (4.30% from 255 or 20.83% from 48); Green value is 19 (7.81% from 255 or 39.58% from 48); Blue value is 19 (7.81% from 255 or 39.58% from 48); Max value from RGB is 19 - color contains mainly: green, blue. Hex color #0A1313 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1313 is #F5ECEC. Grayscale: #101010. Windows color (decimal): -16116973 or 1250058. OLE color: 1250058.
HSL color Cylindrical-coordinate representation of color #0A1313: hue angle of 180º degrees, saturation: 0.31, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #0A1313 is Cyan = 0.47, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 10 | 19 | 19 | - |
| CMYK | 0.47 | 0 | 0 | 0.93 |
| HSL | 180º | 0.31% | 0.06% | - |
| HSV(B) | 180º | 0.47% | 0.07% | - |
| XYZ | 0.48 | 0.58 | 0.7 | - |
| YUV | 16.31 | 129.52 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 19 | 19 | 0.47 | 0 | 0 | 0.93 | 180 | 0.31 | 0.06 |
| Hex | A | 13 | 13 | 2F | 0 | 0 | 5D | B4 | 1F | 6 |
| Octal | 12 | 23 | 23 | 57 | 0 | 0 | 135 | 264 | 37 | 6 |
| Binary | 1010 | 10011 | 10011 | 101111 | 0 | 0 | 1011101 | 10110100 | 11111 | 110 |
Color Harmonies of #0A1313
Complementary color
Monochromatic Colors of #0A1313
Black with #0A1313
Text Example
Text Example
White with #0A1313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1313; }
p { color: rgb(10,19,19); }
H1.HeaderClassName
{
color: #0A1313;
}
.AnyTagClassName
{
color: #0A1313;
}
</style>
background-color css
<style>
a { background-color: #0A1313; }
a { background-color: rgb(10,19,19); }
div.DivClassName
{
background-color: #0A1313;
}
.BgClassName
{
background-color: #0A1313;
}
</style>
border-color css
<style>
span { border-color: #0A1313; }
span { border-color: rgb(10,19,19); }
td.TdClassName
{
border-color: #0A1313;
}
.TagClassName
{
border-color: #0A1313;
}
</style>