Shades of Deep Fir #183921
Tints of Deep Fir #183921
RGB
CMYK
RGB Variations
Color information
#183921 (or 0x183921) is known color: Deep Fir. HEX triplet: 18, 39 and 21. RGB value is (24,57,33). Sum of RGB (Red+Green+Blue) = 24+57+33=114 (15% of max value = 765). Red value is 24 (9.77% from 255 or 21.05% from 114); Green value is 57 (22.66% from 255 or 50% from 114); Blue value is 33 (13.28% from 255 or 28.95% from 114); Max value from RGB is 57 - color contains mainly: green. Hex color #183921 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183921 is #E7C6DE. Grayscale: #2C2C2C. Windows color (decimal): -15189727 or 2177304. OLE color: 2177304.
HSL color Cylindrical-coordinate representation of color #183921: hue angle of 136.36º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #183921 is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 24 | 57 | 33 | - |
| CMYK | 0.58 | 0 | 0.42 | 0.78 |
| HSL | 136.36º | 0.41% | 0.16% | - |
| HSV(B) | 136.36º | 0.58% | 0.22% | - |
| XYZ | 2.11 | 3.23 | 1.95 | - |
| YUV | 44.4 | 121.57 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 57 | 33 | 0.58 | 0 | 0.42 | 0.78 | 136.36 | 0.41 | 0.16 |
| Hex | 18 | 39 | 21 | 3A | 0 | 2A | 4E | 88 | 29 | 10 |
| Octal | 30 | 71 | 41 | 72 | 0 | 52 | 116 | 210 | 51 | 20 |
| Binary | 11000 | 111001 | 100001 | 111010 | 0 | 101010 | 1001110 | 10001000 | 101001 | 10000 |
Color Harmonies of #183921
Complementary color
Monochromatic Colors of #183921
Black with #183921
Text Example
Text Example
White with #183921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183921; }
p { color: rgb(24,57,33); }
H1.HeaderClassName
{
color: #183921;
}
.AnyTagClassName
{
color: #183921;
}
</style>
background-color css
<style>
a { background-color: #183921; }
a { background-color: rgb(24,57,33); }
div.DivClassName
{
background-color: #183921;
}
.BgClassName
{
background-color: #183921;
}
</style>
border-color css
<style>
span { border-color: #183921; }
span { border-color: rgb(24,57,33); }
td.TdClassName
{
border-color: #183921;
}
.TagClassName
{
border-color: #183921;
}
</style>