Shades of Deep Fir #1C3124
Tints of Deep Fir #1C3124
RGB
CMYK
RGB Variations
Color information
#1C3124 (or 0x1C3124) is known color: Deep Fir. HEX triplet: 1C, 31 and 24. RGB value is (28,49,36). Sum of RGB (Red+Green+Blue) = 28+49+36=113 (14% of max value = 765). Red value is 28 (11.33% from 255 or 24.78% from 113); Green value is 49 (19.53% from 255 or 43.36% from 113); Blue value is 36 (14.45% from 255 or 31.86% from 113); Max value from RGB is 49 - color contains mainly: green. Hex color #1C3124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3124 is #E3CEDB. Grayscale: #292929. Windows color (decimal): -14929628 or 2371868. OLE color: 2371868.
HSL color Cylindrical-coordinate representation of color #1C3124: hue angle of 142.86º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1C3124 is Cyan = 0.43, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 28 | 49 | 36 | - |
| CMYK | 0.43 | 0 | 0.27 | 0.81 |
| HSL | 142.86º | 0.27% | 0.15% | - |
| HSV(B) | 142.86º | 0.43% | 0.19% | - |
| XYZ | 1.9 | 2.57 | 2.07 | - |
| YUV | 41.24 | 125.04 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 49 | 36 | 0.43 | 0 | 0.27 | 0.81 | 142.86 | 0.27 | 0.15 |
| Hex | 1C | 31 | 24 | 2B | 0 | 1B | 51 | 8F | 1B | F |
| Octal | 34 | 61 | 44 | 53 | 0 | 33 | 121 | 217 | 33 | 17 |
| Binary | 11100 | 110001 | 100100 | 101011 | 0 | 11011 | 1010001 | 10001111 | 11011 | 1111 |
Color Harmonies of #1C3124
Complementary color
Monochromatic Colors of #1C3124
Black with #1C3124
Text Example
Text Example
White with #1C3124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3124; }
p { color: rgb(28,49,36); }
H1.HeaderClassName
{
color: #1C3124;
}
.AnyTagClassName
{
color: #1C3124;
}
</style>
background-color css
<style>
a { background-color: #1C3124; }
a { background-color: rgb(28,49,36); }
div.DivClassName
{
background-color: #1C3124;
}
.BgClassName
{
background-color: #1C3124;
}
</style>
border-color css
<style>
span { border-color: #1C3124; }
span { border-color: rgb(28,49,36); }
td.TdClassName
{
border-color: #1C3124;
}
.TagClassName
{
border-color: #1C3124;
}
</style>