Shades of Deep Fir #1B3D29
Tints of Deep Fir #1B3D29
RGB
CMYK
RGB Variations
Color information
#1B3D29 (or 0x1B3D29) is known color: Deep Fir. HEX triplet: 1B, 3D and 29. RGB value is (27,61,41). Sum of RGB (Red+Green+Blue) = 27+61+41=129 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20.93% from 129); Green value is 61 (24.22% from 255 or 47.29% from 129); Blue value is 41 (16.41% from 255 or 31.78% from 129); Max value from RGB is 61 - color contains mainly: green. Hex color #1B3D29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3D29 is #E4C2D6. Grayscale: #303030. Windows color (decimal): -14992087 or 2702619. OLE color: 2702619.
HSL color Cylindrical-coordinate representation of color #1B3D29: hue angle of 144.71º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1B3D29 is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 27 | 61 | 41 | - |
| CMYK | 0.56 | 0 | 0.33 | 0.76 |
| HSL | 144.71º | 0.39% | 0.17% | - |
| HSV(B) | 144.71º | 0.56% | 0.24% | - |
| XYZ | 2.52 | 3.73 | 2.69 | - |
| YUV | 48.55 | 123.74 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 61 | 41 | 0.56 | 0 | 0.33 | 0.76 | 144.71 | 0.39 | 0.17 |
| Hex | 1B | 3D | 29 | 38 | 0 | 21 | 4C | 91 | 27 | 11 |
| Octal | 33 | 75 | 51 | 70 | 0 | 41 | 114 | 221 | 47 | 21 |
| Binary | 11011 | 111101 | 101001 | 111000 | 0 | 100001 | 1001100 | 10010001 | 100111 | 10001 |
Color Harmonies of #1B3D29
Complementary color
Monochromatic Colors of #1B3D29
Black with #1B3D29
Text Example
Text Example
White with #1B3D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3D29; }
p { color: rgb(27,61,41); }
H1.HeaderClassName
{
color: #1B3D29;
}
.AnyTagClassName
{
color: #1B3D29;
}
</style>
background-color css
<style>
a { background-color: #1B3D29; }
a { background-color: rgb(27,61,41); }
div.DivClassName
{
background-color: #1B3D29;
}
.BgClassName
{
background-color: #1B3D29;
}
</style>
border-color css
<style>
span { border-color: #1B3D29; }
span { border-color: rgb(27,61,41); }
td.TdClassName
{
border-color: #1B3D29;
}
.TagClassName
{
border-color: #1B3D29;
}
</style>