Shades of Deep Fir #183B1F
Tints of Deep Fir #183B1F
RGB
CMYK
RGB Variations
Color information
#183B1F (or 0x183B1F) is known color: Deep Fir. HEX triplet: 18, 3B and 1F. RGB value is (24,59,31). Sum of RGB (Red+Green+Blue) = 24+59+31=114 (15% of max value = 765). Red value is 24 (9.77% from 255 or 21.05% from 114); Green value is 59 (23.44% from 255 or 51.75% from 114); Blue value is 31 (12.5% from 255 or 27.19% from 114); Max value from RGB is 59 - color contains mainly: green. Hex color #183B1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183B1F is #E7C4E0. Grayscale: #2D2D2D. Windows color (decimal): -15189217 or 2046744. OLE color: 2046744.
HSL color Cylindrical-coordinate representation of color #183B1F: hue angle of 132º degrees, saturation: 0.42, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #183B1F is Cyan = 0.59, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 24 | 59 | 31 | - |
| CMYK | 0.59 | 0 | 0.47 | 0.77 |
| HSL | 132º | 0.42% | 0.16% | - |
| HSV(B) | 132º | 0.59% | 0.23% | - |
| XYZ | 2.19 | 3.42 | 1.84 | - |
| YUV | 45.34 | 119.9 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 59 | 31 | 0.59 | 0 | 0.47 | 0.77 | 132 | 0.42 | 0.16 |
| Hex | 18 | 3B | 1F | 3B | 0 | 2F | 4D | 84 | 2A | 10 |
| Octal | 30 | 73 | 37 | 73 | 0 | 57 | 115 | 204 | 52 | 20 |
| Binary | 11000 | 111011 | 11111 | 111011 | 0 | 101111 | 1001101 | 10000100 | 101010 | 10000 |
Color Harmonies of #183B1F
Complementary color
Monochromatic Colors of #183B1F
Black with #183B1F
Text Example
Text Example
White with #183B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183B1F; }
p { color: rgb(24,59,31); }
H1.HeaderClassName
{
color: #183B1F;
}
.AnyTagClassName
{
color: #183B1F;
}
</style>
background-color css
<style>
a { background-color: #183B1F; }
a { background-color: rgb(24,59,31); }
div.DivClassName
{
background-color: #183B1F;
}
.BgClassName
{
background-color: #183B1F;
}
</style>
border-color css
<style>
span { border-color: #183B1F; }
span { border-color: rgb(24,59,31); }
td.TdClassName
{
border-color: #183B1F;
}
.TagClassName
{
border-color: #183B1F;
}
</style>