Shades of Deep Fir #0A411F
Tints of Deep Fir #0A411F
RGB
CMYK
RGB Variations
Color information
#0A411F (or 0x0A411F) is known color: Deep Fir. HEX triplet: 0A, 41 and 1F. RGB value is (10,65,31). Sum of RGB (Red+Green+Blue) = 10+65+31=106 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.43% from 106); Green value is 65 (25.78% from 255 or 61.32% from 106); Blue value is 31 (12.5% from 255 or 29.25% from 106); Max value from RGB is 65 - color contains mainly: green. Hex color #0A411F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A411F is #F5BEE0. Grayscale: #2C2C2C. Windows color (decimal): -16105185 or 2048266. OLE color: 2048266.
HSL color Cylindrical-coordinate representation of color #0A411F: hue angle of 142.91º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0A411F is Cyan = 0.85, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 10 | 65 | 31 | - |
| CMYK | 0.85 | 0 | 0.52 | 0.75 |
| HSL | 142.91º | 0.73% | 0.15% | - |
| HSV(B) | 142.91º | 0.85% | 0.25% | - |
| XYZ | 2.26 | 3.94 | 1.94 | - |
| YUV | 44.68 | 120.28 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 65 | 31 | 0.85 | 0 | 0.52 | 0.75 | 142.91 | 0.73 | 0.15 |
| Hex | A | 41 | 1F | 55 | 0 | 34 | 4B | 8F | 49 | F |
| Octal | 12 | 101 | 37 | 125 | 0 | 64 | 113 | 217 | 111 | 17 |
| Binary | 1010 | 1000001 | 11111 | 1010101 | 0 | 110100 | 1001011 | 10001111 | 1001001 | 1111 |
Color Harmonies of #0A411F
Complementary color
Monochromatic Colors of #0A411F
Black with #0A411F
Text Example
Text Example
White with #0A411F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A411F; }
p { color: rgb(10,65,31); }
H1.HeaderClassName
{
color: #0A411F;
}
.AnyTagClassName
{
color: #0A411F;
}
</style>
background-color css
<style>
a { background-color: #0A411F; }
a { background-color: rgb(10,65,31); }
div.DivClassName
{
background-color: #0A411F;
}
.BgClassName
{
background-color: #0A411F;
}
</style>
border-color css
<style>
span { border-color: #0A411F; }
span { border-color: rgb(10,65,31); }
td.TdClassName
{
border-color: #0A411F;
}
.TagClassName
{
border-color: #0A411F;
}
</style>