Shades of Deep Fir #1B3921
Tints of Deep Fir #1B3921
RGB
CMYK
RGB Variations
Color information
#1B3921 (or 0x1B3921) is known color: Deep Fir. HEX triplet: 1B, 39 and 21. RGB value is (27,57,33). Sum of RGB (Red+Green+Blue) = 27+57+33=117 (15% of max value = 765). Red value is 27 (10.94% from 255 or 23.08% from 117); Green value is 57 (22.66% from 255 or 48.72% from 117); Blue value is 33 (13.28% from 255 or 28.21% from 117); Max value from RGB is 57 - color contains mainly: green. Hex color #1B3921 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3921 is #E4C6DE. Grayscale: #2D2D2D. Windows color (decimal): -14993119 or 2177307. OLE color: 2177307.
HSL color Cylindrical-coordinate representation of color #1B3921: hue angle of 132º degrees, saturation: 0.36, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1B3921 is Cyan = 0.53, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 27 | 57 | 33 | - |
| CMYK | 0.53 | 0 | 0.42 | 0.78 |
| HSL | 132º | 0.36% | 0.16% | - |
| HSV(B) | 132º | 0.53% | 0.22% | - |
| XYZ | 2.19 | 3.27 | 1.95 | - |
| YUV | 45.29 | 121.06 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 57 | 33 | 0.53 | 0 | 0.42 | 0.78 | 132 | 0.36 | 0.16 |
| Hex | 1B | 39 | 21 | 35 | 0 | 2A | 4E | 84 | 24 | 10 |
| Octal | 33 | 71 | 41 | 65 | 0 | 52 | 116 | 204 | 44 | 20 |
| Binary | 11011 | 111001 | 100001 | 110101 | 0 | 101010 | 1001110 | 10000100 | 100100 | 10000 |
Color Harmonies of #1B3921
Complementary color
Monochromatic Colors of #1B3921
Black with #1B3921
Text Example
Text Example
White with #1B3921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3921; }
p { color: rgb(27,57,33); }
H1.HeaderClassName
{
color: #1B3921;
}
.AnyTagClassName
{
color: #1B3921;
}
</style>
background-color css
<style>
a { background-color: #1B3921; }
a { background-color: rgb(27,57,33); }
div.DivClassName
{
background-color: #1B3921;
}
.BgClassName
{
background-color: #1B3921;
}
</style>
border-color css
<style>
span { border-color: #1B3921; }
span { border-color: rgb(27,57,33); }
td.TdClassName
{
border-color: #1B3921;
}
.TagClassName
{
border-color: #1B3921;
}
</style>