Shades of Deep Fir #0A481C
Tints of Deep Fir #0A481C
RGB
CMYK
RGB Variations
Color information
#0A481C (or 0x0A481C) is known color: Deep Fir. HEX triplet: 0A, 48 and 1C. RGB value is (10,72,28). Sum of RGB (Red+Green+Blue) = 10+72+28=110 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.09% from 110); Green value is 72 (28.52% from 255 or 65.45% from 110); Blue value is 28 (11.33% from 255 or 25.45% from 110); Max value from RGB is 72 - color contains mainly: green. Hex color #0A481C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A481C is #F5B7E3. Grayscale: #303030. Windows color (decimal): -16103396 or 1853450. OLE color: 1853450.
HSL color Cylindrical-coordinate representation of color #0A481C: hue angle of 137.42º 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 #0A481C is Cyan = 0.86, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 10 | 72 | 28 | - |
| CMYK | 0.86 | 0 | 0.61 | 0.72 |
| HSL | 137.42º | 0.76% | 0.16% | - |
| HSV(B) | 137.42º | 0.86% | 0.28% | - |
| XYZ | 2.65 | 4.78 | 1.88 | - |
| YUV | 48.45 | 116.46 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 72 | 28 | 0.86 | 0 | 0.61 | 0.72 | 137.42 | 0.76 | 0.16 |
| Hex | A | 48 | 1C | 56 | 0 | 3D | 48 | 89 | 4C | 10 |
| Octal | 12 | 110 | 34 | 126 | 0 | 75 | 110 | 211 | 114 | 20 |
| Binary | 1010 | 1001000 | 11100 | 1010110 | 0 | 111101 | 1001000 | 10001001 | 1001100 | 10000 |
Color Harmonies of #0A481C
Complementary color
Monochromatic Colors of #0A481C
Black with #0A481C
Text Example
Text Example
White with #0A481C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A481C; }
p { color: rgb(10,72,28); }
H1.HeaderClassName
{
color: #0A481C;
}
.AnyTagClassName
{
color: #0A481C;
}
</style>
background-color css
<style>
a { background-color: #0A481C; }
a { background-color: rgb(10,72,28); }
div.DivClassName
{
background-color: #0A481C;
}
.BgClassName
{
background-color: #0A481C;
}
</style>
border-color css
<style>
span { border-color: #0A481C; }
span { border-color: rgb(10,72,28); }
td.TdClassName
{
border-color: #0A481C;
}
.TagClassName
{
border-color: #0A481C;
}
</style>