Shades of Deep Fir #0A371C
Tints of Deep Fir #0A371C
RGB
CMYK
RGB Variations
Color information
#0A371C (or 0x0A371C) is known color: Deep Fir. HEX triplet: 0A, 37 and 1C. RGB value is (10,55,28). Sum of RGB (Red+Green+Blue) = 10+55+28=93 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.75% from 93); Green value is 55 (21.88% from 255 or 59.14% from 93); Blue value is 28 (11.33% from 255 or 30.11% from 93); Max value from RGB is 55 - color contains mainly: green. Hex color #0A371C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A371C is #F5C8E3. Grayscale: #262626. Windows color (decimal): -16107748 or 1849098. OLE color: 1849098.
HSL color Cylindrical-coordinate representation of color #0A371C: hue angle of 144º 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 #0A371C is Cyan = 0.82, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 10 | 55 | 28 | - |
| CMYK | 0.82 | 0 | 0.49 | 0.78 |
| HSL | 144º | 0.69% | 0.13% | - |
| HSV(B) | 144º | 0.82% | 0.22% | - |
| XYZ | 1.7 | 2.88 | 1.56 | - |
| YUV | 38.47 | 122.09 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 55 | 28 | 0.82 | 0 | 0.49 | 0.78 | 144 | 0.69 | 0.13 |
| Hex | A | 37 | 1C | 52 | 0 | 31 | 4E | 90 | 45 | D |
| Octal | 12 | 67 | 34 | 122 | 0 | 61 | 116 | 220 | 105 | 15 |
| Binary | 1010 | 110111 | 11100 | 1010010 | 0 | 110001 | 1001110 | 10010000 | 1000101 | 1101 |
Color Harmonies of #0A371C
Complementary color
Monochromatic Colors of #0A371C
Black with #0A371C
Text Example
Text Example
White with #0A371C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A371C; }
p { color: rgb(10,55,28); }
H1.HeaderClassName
{
color: #0A371C;
}
.AnyTagClassName
{
color: #0A371C;
}
</style>
background-color css
<style>
a { background-color: #0A371C; }
a { background-color: rgb(10,55,28); }
div.DivClassName
{
background-color: #0A371C;
}
.BgClassName
{
background-color: #0A371C;
}
</style>
border-color css
<style>
span { border-color: #0A371C; }
span { border-color: rgb(10,55,28); }
td.TdClassName
{
border-color: #0A371C;
}
.TagClassName
{
border-color: #0A371C;
}
</style>