Shades of Deep Fir #0B431F
Tints of Deep Fir #0B431F
RGB
CMYK
RGB Variations
Color information
#0B431F (or 0x0B431F) is known color: Deep Fir. HEX triplet: 0B, 43 and 1F. RGB value is (11,67,31). Sum of RGB (Red+Green+Blue) = 11+67+31=109 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10.09% from 109); Green value is 67 (26.56% from 255 or 61.47% from 109); Blue value is 31 (12.5% from 255 or 28.44% from 109); Max value from RGB is 67 - color contains mainly: green. Hex color #0B431F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B431F is #F4BCE0. Grayscale: #2E2E2E. Windows color (decimal): -16039137 or 2048779. OLE color: 2048779.
HSL color Cylindrical-coordinate representation of color #0B431F: hue angle of 141.43º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0B431F is Cyan = 0.84, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 11 | 67 | 31 | - |
| CMYK | 0.84 | 0 | 0.54 | 0.74 |
| HSL | 141.43º | 0.72% | 0.15% | - |
| HSV(B) | 141.43º | 0.84% | 0.26% | - |
| XYZ | 2.39 | 4.18 | 1.98 | - |
| YUV | 46.15 | 119.45 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 67 | 31 | 0.84 | 0 | 0.54 | 0.74 | 141.43 | 0.72 | 0.15 |
| Hex | B | 43 | 1F | 54 | 0 | 36 | 4A | 8D | 48 | F |
| Octal | 13 | 103 | 37 | 124 | 0 | 66 | 112 | 215 | 110 | 17 |
| Binary | 1011 | 1000011 | 11111 | 1010100 | 0 | 110110 | 1001010 | 10001101 | 1001000 | 1111 |
Color Harmonies of #0B431F
Complementary color
Monochromatic Colors of #0B431F
Black with #0B431F
Text Example
Text Example
White with #0B431F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B431F; }
p { color: rgb(11,67,31); }
H1.HeaderClassName
{
color: #0B431F;
}
.AnyTagClassName
{
color: #0B431F;
}
</style>
background-color css
<style>
a { background-color: #0B431F; }
a { background-color: rgb(11,67,31); }
div.DivClassName
{
background-color: #0B431F;
}
.BgClassName
{
background-color: #0B431F;
}
</style>
border-color css
<style>
span { border-color: #0B431F; }
span { border-color: rgb(11,67,31); }
td.TdClassName
{
border-color: #0B431F;
}
.TagClassName
{
border-color: #0B431F;
}
</style>