Shades of Deep Fir #0A371E
Tints of Deep Fir #0A371E
RGB
CMYK
RGB Variations
Color information
#0A371E (or 0x0A371E) is known color: Deep Fir. HEX triplet: 0A, 37 and 1E. RGB value is (10,55,30). Sum of RGB (Red+Green+Blue) = 10+55+30=95 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.53% from 95); Green value is 55 (21.88% from 255 or 57.89% from 95); Blue value is 30 (12.11% from 255 or 31.58% from 95); Max value from RGB is 55 - color contains mainly: green. Hex color #0A371E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A371E is #F5C8E1. Grayscale: #262626. Windows color (decimal): -16107746 or 1980170. OLE color: 1980170.
HSL color Cylindrical-coordinate representation of color #0A371E: hue angle of 146.67º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0A371E is Cyan = 0.82, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 10 | 55 | 30 | - |
| CMYK | 0.82 | 0 | 0.45 | 0.78 |
| HSL | 146.67º | 0.69% | 0.13% | - |
| HSV(B) | 146.67º | 0.82% | 0.22% | - |
| XYZ | 1.73 | 2.89 | 1.7 | - |
| YUV | 38.7 | 123.09 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 55 | 30 | 0.82 | 0 | 0.45 | 0.78 | 146.67 | 0.69 | 0.13 |
| Hex | A | 37 | 1E | 52 | 0 | 2D | 4E | 93 | 45 | D |
| Octal | 12 | 67 | 36 | 122 | 0 | 55 | 116 | 223 | 105 | 15 |
| Binary | 1010 | 110111 | 11110 | 1010010 | 0 | 101101 | 1001110 | 10010011 | 1000101 | 1101 |
Color Harmonies of #0A371E
Complementary color
Monochromatic Colors of #0A371E
Black with #0A371E
Text Example
Text Example
White with #0A371E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A371E; }
p { color: rgb(10,55,30); }
H1.HeaderClassName
{
color: #0A371E;
}
.AnyTagClassName
{
color: #0A371E;
}
</style>
background-color css
<style>
a { background-color: #0A371E; }
a { background-color: rgb(10,55,30); }
div.DivClassName
{
background-color: #0A371E;
}
.BgClassName
{
background-color: #0A371E;
}
</style>
border-color css
<style>
span { border-color: #0A371E; }
span { border-color: rgb(10,55,30); }
td.TdClassName
{
border-color: #0A371E;
}
.TagClassName
{
border-color: #0A371E;
}
</style>