Shades of Deep Fir #18411F
Tints of Deep Fir #18411F
RGB
CMYK
RGB Variations
Color information
#18411F (or 0x18411F) is known color: Deep Fir. HEX triplet: 18, 41 and 1F. RGB value is (24,65,31). Sum of RGB (Red+Green+Blue) = 24+65+31=120 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20% from 120); Green value is 65 (25.78% from 255 or 54.17% from 120); Blue value is 31 (12.5% from 255 or 25.83% from 120); Max value from RGB is 65 - color contains mainly: green. Hex color #18411F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18411F is #E7BEE0. Grayscale: #303030. Windows color (decimal): -15187681 or 2048280. OLE color: 2048280.
HSL color Cylindrical-coordinate representation of color #18411F: hue angle of 130.24º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #18411F is Cyan = 0.63, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 24 | 65 | 31 | - |
| CMYK | 0.63 | 0 | 0.52 | 0.75 |
| HSL | 130.24º | 0.46% | 0.17% | - |
| HSV(B) | 130.24º | 0.63% | 0.25% | - |
| XYZ | 2.51 | 4.07 | 1.95 | - |
| YUV | 48.87 | 117.92 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 65 | 31 | 0.63 | 0 | 0.52 | 0.75 | 130.24 | 0.46 | 0.17 |
| Hex | 18 | 41 | 1F | 3F | 0 | 34 | 4B | 82 | 2E | 11 |
| Octal | 30 | 101 | 37 | 77 | 0 | 64 | 113 | 202 | 56 | 21 |
| Binary | 11000 | 1000001 | 11111 | 111111 | 0 | 110100 | 1001011 | 10000010 | 101110 | 10001 |
Color Harmonies of #18411F
Complementary color
Monochromatic Colors of #18411F
Black with #18411F
Text Example
Text Example
White with #18411F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18411F; }
p { color: rgb(24,65,31); }
H1.HeaderClassName
{
color: #18411F;
}
.AnyTagClassName
{
color: #18411F;
}
</style>
background-color css
<style>
a { background-color: #18411F; }
a { background-color: rgb(24,65,31); }
div.DivClassName
{
background-color: #18411F;
}
.BgClassName
{
background-color: #18411F;
}
</style>
border-color css
<style>
span { border-color: #18411F; }
span { border-color: rgb(24,65,31); }
td.TdClassName
{
border-color: #18411F;
}
.TagClassName
{
border-color: #18411F;
}
</style>