Shades of Deep Fir #183321
Tints of Deep Fir #183321
RGB
CMYK
RGB Variations
Color information
#183321 (or 0x183321) is known color: Deep Fir. HEX triplet: 18, 33 and 21. RGB value is (24,51,33). Sum of RGB (Red+Green+Blue) = 24+51+33=108 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.22% from 108); Green value is 51 (20.31% from 255 or 47.22% from 108); Blue value is 33 (13.28% from 255 or 30.56% from 108); Max value from RGB is 51 - color contains mainly: green. Hex color #183321 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183321 is #E7CCDE. Grayscale: #282828. Windows color (decimal): -15191263 or 2175768. OLE color: 2175768.
HSL color Cylindrical-coordinate representation of color #183321: hue angle of 140º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #183321 is Cyan = 0.53, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 24 | 51 | 33 | - |
| CMYK | 0.53 | 0 | 0.35 | 0.8 |
| HSL | 140º | 0.36% | 0.15% | - |
| HSV(B) | 140º | 0.53% | 0.2% | - |
| XYZ | 1.84 | 2.67 | 1.86 | - |
| YUV | 40.88 | 123.55 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 51 | 33 | 0.53 | 0 | 0.35 | 0.8 | 140 | 0.36 | 0.15 |
| Hex | 18 | 33 | 21 | 35 | 0 | 23 | 50 | 8C | 24 | F |
| Octal | 30 | 63 | 41 | 65 | 0 | 43 | 120 | 214 | 44 | 17 |
| Binary | 11000 | 110011 | 100001 | 110101 | 0 | 100011 | 1010000 | 10001100 | 100100 | 1111 |
Color Harmonies of #183321
Complementary color
Monochromatic Colors of #183321
Black with #183321
Text Example
Text Example
White with #183321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183321; }
p { color: rgb(24,51,33); }
H1.HeaderClassName
{
color: #183321;
}
.AnyTagClassName
{
color: #183321;
}
</style>
background-color css
<style>
a { background-color: #183321; }
a { background-color: rgb(24,51,33); }
div.DivClassName
{
background-color: #183321;
}
.BgClassName
{
background-color: #183321;
}
</style>
border-color css
<style>
span { border-color: #183321; }
span { border-color: rgb(24,51,33); }
td.TdClassName
{
border-color: #183321;
}
.TagClassName
{
border-color: #183321;
}
</style>