Shades of Deep Fir #0A341B
Tints of Deep Fir #0A341B
RGB
CMYK
RGB Variations
Color information
#0A341B (or 0x0A341B) is known color: Deep Fir. HEX triplet: 0A, 34 and 1B. RGB value is (10,52,27). Sum of RGB (Red+Green+Blue) = 10+52+27=89 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.24% from 89); Green value is 52 (20.70% from 255 or 58.43% from 89); Blue value is 27 (10.94% from 255 or 30.34% from 89); Max value from RGB is 52 - color contains mainly: green. Hex color #0A341B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A341B is #F5CBE4. Grayscale: #242424. Windows color (decimal): -16108517 or 1782794. OLE color: 1782794.
HSL color Cylindrical-coordinate representation of color #0A341B: hue angle of 144.29º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0A341B is Cyan = 0.81, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 10 | 52 | 27 | - |
| CMYK | 0.81 | 0 | 0.48 | 0.80 |
| HSL | 144.29º | 0.68% | 0.12% | - |
| HSV(B) | 144.29º | 0.81% | 0.2% | - |
| XYZ | 1.55 | 2.6 | 1.46 | - |
| YUV | 36.59 | 122.59 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 52 | 27 | 0.81 | 0 | 0.48 | 0.80 | 144.29 | 0.68 | 0.12 |
| Hex | A | 34 | 1B | 51 | 0 | 30 | 50 | 90 | 44 | C |
| Octal | 12 | 64 | 33 | 121 | 0 | 60 | 120 | 220 | 104 | 14 |
| Binary | 1010 | 110100 | 11011 | 1010001 | 0 | 110000 | 1010000 | 10010000 | 1000100 | 1100 |
Color Harmonies of #0A341B
Complementary color
Monochromatic Colors of #0A341B
Black with #0A341B
Text Example
Text Example
White with #0A341B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A341B; }
p { color: rgb(10,52,27); }
H1.HeaderClassName
{
color: #0A341B;
}
.AnyTagClassName
{
color: #0A341B;
}
</style>
background-color css
<style>
a { background-color: #0A341B; }
a { background-color: rgb(10,52,27); }
div.DivClassName
{
background-color: #0A341B;
}
.BgClassName
{
background-color: #0A341B;
}
</style>
border-color css
<style>
span { border-color: #0A341B; }
span { border-color: rgb(10,52,27); }
td.TdClassName
{
border-color: #0A341B;
}
.TagClassName
{
border-color: #0A341B;
}
</style>