Shades of Deep Fir #182B1F
Tints of Deep Fir #182B1F
RGB
CMYK
RGB Variations
Color information
#182B1F (or 0x182B1F) is known color: Deep Fir. HEX triplet: 18, 2B and 1F. RGB value is (24,43,31). Sum of RGB (Red+Green+Blue) = 24+43+31=98 (12% of max value = 765). Red value is 24 (9.77% from 255 or 24.49% from 98); Green value is 43 (17.19% from 255 or 43.88% from 98); Blue value is 31 (12.5% from 255 or 31.63% from 98); Max value from RGB is 43 - color contains mainly: green. Hex color #182B1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182B1F is #E7D4E0. Grayscale: #232323. Windows color (decimal): -15193313 or 2042648. OLE color: 2042648.
HSL color Cylindrical-coordinate representation of color #182B1F: hue angle of 142.11º degrees, saturation: 0.28, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #182B1F is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 24 | 43 | 31 | - |
| CMYK | 0.44 | 0 | 0.28 | 0.83 |
| HSL | 142.11º | 0.28% | 0.13% | - |
| HSV(B) | 142.11º | 0.44% | 0.17% | - |
| XYZ | 1.49 | 2.02 | 1.61 | - |
| YUV | 35.95 | 125.21 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 43 | 31 | 0.44 | 0 | 0.28 | 0.83 | 142.11 | 0.28 | 0.13 |
| Hex | 18 | 2B | 1F | 2C | 0 | 1C | 53 | 8E | 1C | D |
| Octal | 30 | 53 | 37 | 54 | 0 | 34 | 123 | 216 | 34 | 15 |
| Binary | 11000 | 101011 | 11111 | 101100 | 0 | 11100 | 1010011 | 10001110 | 11100 | 1101 |
Color Harmonies of #182B1F
Complementary color
Monochromatic Colors of #182B1F
Black with #182B1F
Text Example
Text Example
White with #182B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182B1F; }
p { color: rgb(24,43,31); }
H1.HeaderClassName
{
color: #182B1F;
}
.AnyTagClassName
{
color: #182B1F;
}
</style>
background-color css
<style>
a { background-color: #182B1F; }
a { background-color: rgb(24,43,31); }
div.DivClassName
{
background-color: #182B1F;
}
.BgClassName
{
background-color: #182B1F;
}
</style>
border-color css
<style>
span { border-color: #182B1F; }
span { border-color: rgb(24,43,31); }
td.TdClassName
{
border-color: #182B1F;
}
.TagClassName
{
border-color: #182B1F;
}
</style>