Shades of Deep Fir #1C3525
Tints of Deep Fir #1C3525
RGB
CMYK
RGB Variations
Color information
#1C3525 (or 0x1C3525) is known color: Deep Fir. HEX triplet: 1C, 35 and 25. RGB value is (28,53,37). Sum of RGB (Red+Green+Blue) = 28+53+37=118 (15% of max value = 765). Red value is 28 (11.33% from 255 or 23.73% from 118); Green value is 53 (21.09% from 255 or 44.92% from 118); Blue value is 37 (14.84% from 255 or 31.36% from 118); Max value from RGB is 53 - color contains mainly: green. Hex color #1C3525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3525 is #E3CADA. Grayscale: #2B2B2B. Windows color (decimal): -14928603 or 2438428. OLE color: 2438428.
HSL color Cylindrical-coordinate representation of color #1C3525: hue angle of 141.6º degrees, saturation: 0.31, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1C3525 is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 28 | 53 | 37 | - |
| CMYK | 0.47 | 0 | 0.30 | 0.79 |
| HSL | 141.6º | 0.31% | 0.16% | - |
| HSV(B) | 141.6º | 0.47% | 0.21% | - |
| XYZ | 2.09 | 2.93 | 2.21 | - |
| YUV | 43.7 | 124.22 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 53 | 37 | 0.47 | 0 | 0.30 | 0.79 | 141.6 | 0.31 | 0.16 |
| Hex | 1C | 35 | 25 | 2F | 0 | 1E | 4F | 8E | 1F | 10 |
| Octal | 34 | 65 | 45 | 57 | 0 | 36 | 117 | 216 | 37 | 20 |
| Binary | 11100 | 110101 | 100101 | 101111 | 0 | 11110 | 1001111 | 10001110 | 11111 | 10000 |
Color Harmonies of #1C3525
Complementary color
Monochromatic Colors of #1C3525
Black with #1C3525
Text Example
Text Example
White with #1C3525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3525; }
p { color: rgb(28,53,37); }
H1.HeaderClassName
{
color: #1C3525;
}
.AnyTagClassName
{
color: #1C3525;
}
</style>
background-color css
<style>
a { background-color: #1C3525; }
a { background-color: rgb(28,53,37); }
div.DivClassName
{
background-color: #1C3525;
}
.BgClassName
{
background-color: #1C3525;
}
</style>
border-color css
<style>
span { border-color: #1C3525; }
span { border-color: rgb(28,53,37); }
td.TdClassName
{
border-color: #1C3525;
}
.TagClassName
{
border-color: #1C3525;
}
</style>