Shades of Deep Fir #1B3726
Tints of Deep Fir #1B3726
RGB
CMYK
RGB Variations
Color information
#1B3726 (or 0x1B3726) is known color: Deep Fir. HEX triplet: 1B, 37 and 26. RGB value is (27,55,38). Sum of RGB (Red+Green+Blue) = 27+55+38=120 (15% of max value = 765). Red value is 27 (10.94% from 255 or 22.5% from 120); Green value is 55 (21.88% from 255 or 45.83% from 120); Blue value is 38 (15.23% from 255 or 31.67% from 120); Max value from RGB is 55 - color contains mainly: green. Hex color #1B3726 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3726 is #E4C8D9. Grayscale: #2C2C2C. Windows color (decimal): -14993626 or 2504475. OLE color: 2504475.
HSL color Cylindrical-coordinate representation of color #1B3726: hue angle of 143.57º degrees, saturation: 0.34, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1B3726 is Cyan = 0.51, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 27 | 55 | 38 | - |
| CMYK | 0.51 | 0 | 0.31 | 0.78 |
| HSL | 143.57º | 0.34% | 0.16% | - |
| HSV(B) | 143.57º | 0.51% | 0.22% | - |
| XYZ | 2.17 | 3.11 | 2.32 | - |
| YUV | 44.69 | 124.22 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 55 | 38 | 0.51 | 0 | 0.31 | 0.78 | 143.57 | 0.34 | 0.16 |
| Hex | 1B | 37 | 26 | 33 | 0 | 1F | 4E | 90 | 22 | 10 |
| Octal | 33 | 67 | 46 | 63 | 0 | 37 | 116 | 220 | 42 | 20 |
| Binary | 11011 | 110111 | 100110 | 110011 | 0 | 11111 | 1001110 | 10010000 | 100010 | 10000 |
Color Harmonies of #1B3726
Complementary color
Monochromatic Colors of #1B3726
Black with #1B3726
Text Example
Text Example
White with #1B3726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3726; }
p { color: rgb(27,55,38); }
H1.HeaderClassName
{
color: #1B3726;
}
.AnyTagClassName
{
color: #1B3726;
}
</style>
background-color css
<style>
a { background-color: #1B3726; }
a { background-color: rgb(27,55,38); }
div.DivClassName
{
background-color: #1B3726;
}
.BgClassName
{
background-color: #1B3726;
}
</style>
border-color css
<style>
span { border-color: #1B3726; }
span { border-color: rgb(27,55,38); }
td.TdClassName
{
border-color: #1B3726;
}
.TagClassName
{
border-color: #1B3726;
}
</style>