Shades of Deep Fir #1B3322
Tints of Deep Fir #1B3322
RGB
CMYK
RGB Variations
Color information
#1B3322 (or 0x1B3322) is known color: Deep Fir. HEX triplet: 1B, 33 and 22. RGB value is (27,51,34). Sum of RGB (Red+Green+Blue) = 27+51+34=112 (14% of max value = 765). Red value is 27 (10.94% from 255 or 24.11% from 112); Green value is 51 (20.31% from 255 or 45.54% from 112); Blue value is 34 (13.67% from 255 or 30.36% from 112); Max value from RGB is 51 - color contains mainly: green. Hex color #1B3322 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3322 is #E4CCDD. Grayscale: #292929. Windows color (decimal): -14994654 or 2241307. OLE color: 2241307.
HSL color Cylindrical-coordinate representation of color #1B3322: hue angle of 137.5º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1B3322 is Cyan = 0.47, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 27 | 51 | 34 | - |
| CMYK | 0.47 | 0 | 0.33 | 0.8 |
| HSL | 137.5º | 0.31% | 0.15% | - |
| HSV(B) | 137.5º | 0.47% | 0.2% | - |
| XYZ | 1.92 | 2.72 | 1.94 | - |
| YUV | 41.89 | 123.55 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 51 | 34 | 0.47 | 0 | 0.33 | 0.8 | 137.5 | 0.31 | 0.15 |
| Hex | 1B | 33 | 22 | 2F | 0 | 21 | 50 | 8A | 1F | F |
| Octal | 33 | 63 | 42 | 57 | 0 | 41 | 120 | 212 | 37 | 17 |
| Binary | 11011 | 110011 | 100010 | 101111 | 0 | 100001 | 1010000 | 10001010 | 11111 | 1111 |
Color Harmonies of #1B3322
Complementary color
Monochromatic Colors of #1B3322
Black with #1B3322
Text Example
Text Example
White with #1B3322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3322; }
p { color: rgb(27,51,34); }
H1.HeaderClassName
{
color: #1B3322;
}
.AnyTagClassName
{
color: #1B3322;
}
</style>
background-color css
<style>
a { background-color: #1B3322; }
a { background-color: rgb(27,51,34); }
div.DivClassName
{
background-color: #1B3322;
}
.BgClassName
{
background-color: #1B3322;
}
</style>
border-color css
<style>
span { border-color: #1B3322; }
span { border-color: rgb(27,51,34); }
td.TdClassName
{
border-color: #1B3322;
}
.TagClassName
{
border-color: #1B3322;
}
</style>