Shades of Deep Fir #0B421F
Tints of Deep Fir #0B421F
RGB
CMYK
RGB Variations
Color information
#0B421F (or 0x0B421F) is known color: Deep Fir. HEX triplet: 0B, 42 and 1F. RGB value is (11,66,31). Sum of RGB (Red+Green+Blue) = 11+66+31=108 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10.19% from 108); Green value is 66 (26.17% from 255 or 61.11% from 108); Blue value is 31 (12.5% from 255 or 28.70% from 108); Max value from RGB is 66 - color contains mainly: green. Hex color #0B421F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B421F is #F4BDE0. Grayscale: #2D2D2D. Windows color (decimal): -16039393 or 2048523. OLE color: 2048523.
HSL color Cylindrical-coordinate representation of color #0B421F: hue angle of 141.82º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0B421F is Cyan = 0.83, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 11 | 66 | 31 | - |
| CMYK | 0.83 | 0 | 0.53 | 0.74 |
| HSL | 141.82º | 0.71% | 0.15% | - |
| HSV(B) | 141.82º | 0.83% | 0.26% | - |
| XYZ | 2.33 | 4.07 | 1.96 | - |
| YUV | 45.57 | 119.78 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 66 | 31 | 0.83 | 0 | 0.53 | 0.74 | 141.82 | 0.71 | 0.15 |
| Hex | B | 42 | 1F | 53 | 0 | 35 | 4A | 8E | 47 | F |
| Octal | 13 | 102 | 37 | 123 | 0 | 65 | 112 | 216 | 107 | 17 |
| Binary | 1011 | 1000010 | 11111 | 1010011 | 0 | 110101 | 1001010 | 10001110 | 1000111 | 1111 |
Color Harmonies of #0B421F
Complementary color
Monochromatic Colors of #0B421F
Black with #0B421F
Text Example
Text Example
White with #0B421F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B421F; }
p { color: rgb(11,66,31); }
H1.HeaderClassName
{
color: #0B421F;
}
.AnyTagClassName
{
color: #0B421F;
}
</style>
background-color css
<style>
a { background-color: #0B421F; }
a { background-color: rgb(11,66,31); }
div.DivClassName
{
background-color: #0B421F;
}
.BgClassName
{
background-color: #0B421F;
}
</style>
border-color css
<style>
span { border-color: #0B421F; }
span { border-color: rgb(11,66,31); }
td.TdClassName
{
border-color: #0B421F;
}
.TagClassName
{
border-color: #0B421F;
}
</style>