Shades of Deep Fir #0A421F
Tints of Deep Fir #0A421F
RGB
CMYK
RGB Variations
Color information
#0A421F (or 0x0A421F) is known color: Deep Fir. HEX triplet: 0A, 42 and 1F. RGB value is (10,66,31). Sum of RGB (Red+Green+Blue) = 10+66+31=107 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.35% from 107); Green value is 66 (26.17% from 255 or 61.68% from 107); Blue value is 31 (12.5% from 255 or 28.97% from 107); Max value from RGB is 66 - color contains mainly: green. Hex color #0A421F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A421F is #F5BDE0. Grayscale: #2D2D2D. Windows color (decimal): -16104929 or 2048522. OLE color: 2048522.
HSL color Cylindrical-coordinate representation of color #0A421F: hue angle of 142.5º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0A421F is Cyan = 0.85, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 10 | 66 | 31 | - |
| CMYK | 0.85 | 0 | 0.53 | 0.74 |
| HSL | 142.5º | 0.74% | 0.15% | - |
| HSV(B) | 142.5º | 0.85% | 0.26% | - |
| XYZ | 2.32 | 4.06 | 1.96 | - |
| YUV | 45.27 | 119.95 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 66 | 31 | 0.85 | 0 | 0.53 | 0.74 | 142.5 | 0.74 | 0.15 |
| Hex | A | 42 | 1F | 55 | 0 | 35 | 4A | 8E | 4A | F |
| Octal | 12 | 102 | 37 | 125 | 0 | 65 | 112 | 216 | 112 | 17 |
| Binary | 1010 | 1000010 | 11111 | 1010101 | 0 | 110101 | 1001010 | 10001110 | 1001010 | 1111 |
Color Harmonies of #0A421F
Complementary color
Monochromatic Colors of #0A421F
Black with #0A421F
Text Example
Text Example
White with #0A421F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A421F; }
p { color: rgb(10,66,31); }
H1.HeaderClassName
{
color: #0A421F;
}
.AnyTagClassName
{
color: #0A421F;
}
</style>
background-color css
<style>
a { background-color: #0A421F; }
a { background-color: rgb(10,66,31); }
div.DivClassName
{
background-color: #0A421F;
}
.BgClassName
{
background-color: #0A421F;
}
</style>
border-color css
<style>
span { border-color: #0A421F; }
span { border-color: rgb(10,66,31); }
td.TdClassName
{
border-color: #0A421F;
}
.TagClassName
{
border-color: #0A421F;
}
</style>