Shades of Deep Fir #0A481F
Tints of Deep Fir #0A481F
RGB
CMYK
RGB Variations
Color information
#0A481F (or 0x0A481F) is known color: Deep Fir. HEX triplet: 0A, 48 and 1F. RGB value is (10,72,31). Sum of RGB (Red+Green+Blue) = 10+72+31=113 (14% of max value = 765). Red value is 10 (4.30% from 255 or 8.85% from 113); Green value is 72 (28.52% from 255 or 63.72% from 113); Blue value is 31 (12.5% from 255 or 27.43% from 113); Max value from RGB is 72 - color contains mainly: green. Hex color #0A481F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A481F is #F5B7E0. Grayscale: #303030. Windows color (decimal): -16103393 or 2050058. OLE color: 2050058.
HSL color Cylindrical-coordinate representation of color #0A481F: hue angle of 140.32º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A481F is Cyan = 0.86, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 10 | 72 | 31 | - |
| CMYK | 0.86 | 0 | 0.57 | 0.72 |
| HSL | 140.32º | 0.76% | 0.16% | - |
| HSV(B) | 140.32º | 0.86% | 0.28% | - |
| XYZ | 2.69 | 4.8 | 2.08 | - |
| YUV | 48.79 | 117.96 | 100.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 72 | 31 | 0.86 | 0 | 0.57 | 0.72 | 140.32 | 0.76 | 0.16 |
| Hex | A | 48 | 1F | 56 | 0 | 39 | 48 | 8C | 4C | 10 |
| Octal | 12 | 110 | 37 | 126 | 0 | 71 | 110 | 214 | 114 | 20 |
| Binary | 1010 | 1001000 | 11111 | 1010110 | 0 | 111001 | 1001000 | 10001100 | 1001100 | 10000 |
Color Harmonies of #0A481F
Complementary color
Monochromatic Colors of #0A481F
Black with #0A481F
Text Example
Text Example
White with #0A481F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A481F; }
p { color: rgb(10,72,31); }
H1.HeaderClassName
{
color: #0A481F;
}
.AnyTagClassName
{
color: #0A481F;
}
</style>
background-color css
<style>
a { background-color: #0A481F; }
a { background-color: rgb(10,72,31); }
div.DivClassName
{
background-color: #0A481F;
}
.BgClassName
{
background-color: #0A481F;
}
</style>
border-color css
<style>
span { border-color: #0A481F; }
span { border-color: rgb(10,72,31); }
td.TdClassName
{
border-color: #0A481F;
}
.TagClassName
{
border-color: #0A481F;
}
</style>