Shades of Deep Fir #1B3B25
Tints of Deep Fir #1B3B25
RGB
CMYK
RGB Variations
Color information
#1B3B25 (or 0x1B3B25) is known color: Deep Fir. HEX triplet: 1B, 3B and 25. RGB value is (27,59,37). Sum of RGB (Red+Green+Blue) = 27+59+37=123 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.95% from 123); Green value is 59 (23.44% from 255 or 47.97% from 123); Blue value is 37 (14.84% from 255 or 30.08% from 123); Max value from RGB is 59 - color contains mainly: green. Hex color #1B3B25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3B25 is #E4C4DA. Grayscale: #2E2E2E. Windows color (decimal): -14992603 or 2439963. OLE color: 2439963.
HSL color Cylindrical-coordinate representation of color #1B3B25: hue angle of 138.75º degrees, saturation: 0.37, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1B3B25 is Cyan = 0.54, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 27 | 59 | 37 | - |
| CMYK | 0.54 | 0 | 0.37 | 0.77 |
| HSL | 138.75º | 0.37% | 0.17% | - |
| HSV(B) | 138.75º | 0.54% | 0.23% | - |
| XYZ | 2.35 | 3.49 | 2.3 | - |
| YUV | 46.92 | 122.4 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 59 | 37 | 0.54 | 0 | 0.37 | 0.77 | 138.75 | 0.37 | 0.17 |
| Hex | 1B | 3B | 25 | 36 | 0 | 25 | 4D | 8B | 25 | 11 |
| Octal | 33 | 73 | 45 | 66 | 0 | 45 | 115 | 213 | 45 | 21 |
| Binary | 11011 | 111011 | 100101 | 110110 | 0 | 100101 | 1001101 | 10001011 | 100101 | 10001 |
Color Harmonies of #1B3B25
Complementary color
Monochromatic Colors of #1B3B25
Black with #1B3B25
Text Example
Text Example
White with #1B3B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3B25; }
p { color: rgb(27,59,37); }
H1.HeaderClassName
{
color: #1B3B25;
}
.AnyTagClassName
{
color: #1B3B25;
}
</style>
background-color css
<style>
a { background-color: #1B3B25; }
a { background-color: rgb(27,59,37); }
div.DivClassName
{
background-color: #1B3B25;
}
.BgClassName
{
background-color: #1B3B25;
}
</style>
border-color css
<style>
span { border-color: #1B3B25; }
span { border-color: rgb(27,59,37); }
td.TdClassName
{
border-color: #1B3B25;
}
.TagClassName
{
border-color: #1B3B25;
}
</style>