Shades of Deep Fir #1F3626
Tints of Deep Fir #1F3626
RGB
CMYK
RGB Variations
Color information
#1F3626 (or 0x1F3626) is known color: Deep Fir. HEX triplet: 1F, 36 and 26. RGB value is (31,54,38). Sum of RGB (Red+Green+Blue) = 31+54+38=123 (16% of max value = 765). Red value is 31 (12.5% from 255 or 25.20% from 123); Green value is 54 (21.48% from 255 or 43.90% from 123); Blue value is 38 (15.23% from 255 or 30.89% from 123); Max value from RGB is 54 - color contains mainly: green. Hex color #1F3626 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3626 is #E0C9D9. Grayscale: #2D2D2D. Windows color (decimal): -14731738 or 2504223. OLE color: 2504223.
HSL color Cylindrical-coordinate representation of color #1F3626: hue angle of 138.26º degrees, saturation: 0.27, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1F3626 is Cyan = 0.43, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 31 | 54 | 38 | - |
| CMYK | 0.43 | 0 | 0.30 | 0.79 |
| HSL | 138.26º | 0.27% | 0.17% | - |
| HSV(B) | 138.26º | 0.43% | 0.21% | - |
| XYZ | 2.23 | 3.07 | 2.31 | - |
| YUV | 45.3 | 123.88 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 54 | 38 | 0.43 | 0 | 0.30 | 0.79 | 138.26 | 0.27 | 0.17 |
| Hex | 1F | 36 | 26 | 2B | 0 | 1E | 4F | 8A | 1B | 11 |
| Octal | 37 | 66 | 46 | 53 | 0 | 36 | 117 | 212 | 33 | 21 |
| Binary | 11111 | 110110 | 100110 | 101011 | 0 | 11110 | 1001111 | 10001010 | 11011 | 10001 |
Color Harmonies of #1F3626
Complementary color
Monochromatic Colors of #1F3626
Black with #1F3626
Text Example
Text Example
White with #1F3626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3626; }
p { color: rgb(31,54,38); }
H1.HeaderClassName
{
color: #1F3626;
}
.AnyTagClassName
{
color: #1F3626;
}
</style>
background-color css
<style>
a { background-color: #1F3626; }
a { background-color: rgb(31,54,38); }
div.DivClassName
{
background-color: #1F3626;
}
.BgClassName
{
background-color: #1F3626;
}
</style>
border-color css
<style>
span { border-color: #1F3626; }
span { border-color: rgb(31,54,38); }
td.TdClassName
{
border-color: #1F3626;
}
.TagClassName
{
border-color: #1F3626;
}
</style>