Shades of Deep Fir #0A2111
Tints of Deep Fir #0A2111
RGB
CMYK
RGB Variations
Color information
#0A2111 (or 0x0A2111) is known color: Deep Fir. HEX triplet: 0A, 21 and 11. RGB value is (10,33,17). Sum of RGB (Red+Green+Blue) = 10+33+17=60 (7% of max value = 765). Red value is 10 (4.30% from 255 or 16.67% from 60); Green value is 33 (13.28% from 255 or 55% from 60); Blue value is 17 (7.03% from 255 or 28.33% from 60); Max value from RGB is 33 - color contains mainly: green. Hex color #0A2111 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A2111 is #F5DEEE. Grayscale: #181818. Windows color (decimal): -16113391 or 1122570. OLE color: 1122570.
HSL color Cylindrical-coordinate representation of color #0A2111: hue angle of 138.26º degrees, saturation: 0.53, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0A2111 is Cyan = 0.70, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 10 | 33 | 17 | - |
| CMYK | 0.70 | 0 | 0.48 | 0.87 |
| HSL | 138.26º | 0.53% | 0.08% | - |
| HSV(B) | 138.26º | 0.7% | 0.13% | - |
| XYZ | 0.77 | 1.19 | 0.72 | - |
| YUV | 24.3 | 123.88 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 33 | 17 | 0.70 | 0 | 0.48 | 0.87 | 138.26 | 0.53 | 0.08 |
| Hex | A | 21 | 11 | 46 | 0 | 30 | 57 | 8A | 35 | 8 |
| Octal | 12 | 41 | 21 | 106 | 0 | 60 | 127 | 212 | 65 | 10 |
| Binary | 1010 | 100001 | 10001 | 1000110 | 0 | 110000 | 1010111 | 10001010 | 110101 | 1000 |
Color Harmonies of #0A2111
Complementary color
Monochromatic Colors of #0A2111
Black with #0A2111
Text Example
Text Example
White with #0A2111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2111; }
p { color: rgb(10,33,17); }
H1.HeaderClassName
{
color: #0A2111;
}
.AnyTagClassName
{
color: #0A2111;
}
</style>
background-color css
<style>
a { background-color: #0A2111; }
a { background-color: rgb(10,33,17); }
div.DivClassName
{
background-color: #0A2111;
}
.BgClassName
{
background-color: #0A2111;
}
</style>
border-color css
<style>
span { border-color: #0A2111; }
span { border-color: rgb(10,33,17); }
td.TdClassName
{
border-color: #0A2111;
}
.TagClassName
{
border-color: #0A2111;
}
</style>