Shades of Deep Fir #18321F
Tints of Deep Fir #18321F
RGB
CMYK
RGB Variations
Color information
#18321F (or 0x18321F) is known color: Deep Fir. HEX triplet: 18, 32 and 1F. RGB value is (24,50,31). Sum of RGB (Red+Green+Blue) = 24+50+31=105 (13% of max value = 765). Red value is 24 (9.77% from 255 or 22.86% from 105); Green value is 50 (19.92% from 255 or 47.62% from 105); Blue value is 31 (12.5% from 255 or 29.52% from 105); Max value from RGB is 50 - color contains mainly: green. Hex color #18321F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18321F is #E7CDE0. Grayscale: #282828. Windows color (decimal): -15191521 or 2044440. OLE color: 2044440.
HSL color Cylindrical-coordinate representation of color #18321F: hue angle of 136.15º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #18321F is Cyan = 0.52, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 24 | 50 | 31 | - |
| CMYK | 0.52 | 0 | 0.38 | 0.80 |
| HSL | 136.15º | 0.35% | 0.15% | - |
| HSV(B) | 136.15º | 0.52% | 0.2% | - |
| XYZ | 1.76 | 2.57 | 1.7 | - |
| YUV | 40.06 | 122.89 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 50 | 31 | 0.52 | 0 | 0.38 | 0.80 | 136.15 | 0.35 | 0.15 |
| Hex | 18 | 32 | 1F | 34 | 0 | 26 | 50 | 88 | 23 | F |
| Octal | 30 | 62 | 37 | 64 | 0 | 46 | 120 | 210 | 43 | 17 |
| Binary | 11000 | 110010 | 11111 | 110100 | 0 | 100110 | 1010000 | 10001000 | 100011 | 1111 |
Color Harmonies of #18321F
Complementary color
Monochromatic Colors of #18321F
Black with #18321F
Text Example
Text Example
White with #18321F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18321F; }
p { color: rgb(24,50,31); }
H1.HeaderClassName
{
color: #18321F;
}
.AnyTagClassName
{
color: #18321F;
}
</style>
background-color css
<style>
a { background-color: #18321F; }
a { background-color: rgb(24,50,31); }
div.DivClassName
{
background-color: #18321F;
}
.BgClassName
{
background-color: #18321F;
}
</style>
border-color css
<style>
span { border-color: #18321F; }
span { border-color: rgb(24,50,31); }
td.TdClassName
{
border-color: #18321F;
}
.TagClassName
{
border-color: #18321F;
}
</style>