Shades of Deep Fir #18371E
Tints of Deep Fir #18371E
RGB
CMYK
RGB Variations
Color information
#18371E (or 0x18371E) is known color: Deep Fir. HEX triplet: 18, 37 and 1E. RGB value is (24,55,30). Sum of RGB (Red+Green+Blue) = 24+55+30=109 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.02% from 109); Green value is 55 (21.88% from 255 or 50.46% from 109); Blue value is 30 (12.11% from 255 or 27.52% from 109); Max value from RGB is 55 - color contains mainly: green. Hex color #18371E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18371E is #E7C8E1. Grayscale: #2A2A2A. Windows color (decimal): -15190242 or 1980184. OLE color: 1980184.
HSL color Cylindrical-coordinate representation of color #18371E: hue angle of 131.61º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #18371E is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 24 | 55 | 30 | - |
| CMYK | 0.56 | 0 | 0.45 | 0.78 |
| HSL | 131.61º | 0.39% | 0.15% | - |
| HSV(B) | 131.61º | 0.56% | 0.22% | - |
| XYZ | 1.98 | 3.02 | 1.71 | - |
| YUV | 42.88 | 120.73 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 55 | 30 | 0.56 | 0 | 0.45 | 0.78 | 131.61 | 0.39 | 0.15 |
| Hex | 18 | 37 | 1E | 38 | 0 | 2D | 4E | 84 | 27 | F |
| Octal | 30 | 67 | 36 | 70 | 0 | 55 | 116 | 204 | 47 | 17 |
| Binary | 11000 | 110111 | 11110 | 111000 | 0 | 101101 | 1001110 | 10000100 | 100111 | 1111 |
Color Harmonies of #18371E
Complementary color
Monochromatic Colors of #18371E
Black with #18371E
Text Example
Text Example
White with #18371E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18371E; }
p { color: rgb(24,55,30); }
H1.HeaderClassName
{
color: #18371E;
}
.AnyTagClassName
{
color: #18371E;
}
</style>
background-color css
<style>
a { background-color: #18371E; }
a { background-color: rgb(24,55,30); }
div.DivClassName
{
background-color: #18371E;
}
.BgClassName
{
background-color: #18371E;
}
</style>
border-color css
<style>
span { border-color: #18371E; }
span { border-color: rgb(24,55,30); }
td.TdClassName
{
border-color: #18371E;
}
.TagClassName
{
border-color: #18371E;
}
</style>