Shades of Deep Fir #183122
Tints of Deep Fir #183122
RGB
CMYK
RGB Variations
Color information
#183122 (or 0x183122) is known color: Deep Fir. HEX triplet: 18, 31 and 22. RGB value is (24,49,34). Sum of RGB (Red+Green+Blue) = 24+49+34=107 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.43% from 107); Green value is 49 (19.53% from 255 or 45.79% from 107); Blue value is 34 (13.67% from 255 or 31.78% from 107); Max value from RGB is 49 - color contains mainly: green. Hex color #183122 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183122 is #E7CEDD. Grayscale: #272727. Windows color (decimal): -15191774 or 2240792. OLE color: 2240792.
HSL color Cylindrical-coordinate representation of color #183122: hue angle of 144º degrees, saturation: 0.34, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #183122 is Cyan = 0.51, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 24 | 49 | 34 | - |
| CMYK | 0.51 | 0 | 0.31 | 0.81 |
| HSL | 144º | 0.34% | 0.14% | - |
| HSV(B) | 144º | 0.51% | 0.19% | - |
| XYZ | 1.76 | 2.51 | 1.9 | - |
| YUV | 39.82 | 124.72 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 49 | 34 | 0.51 | 0 | 0.31 | 0.81 | 144 | 0.34 | 0.14 |
| Hex | 18 | 31 | 22 | 33 | 0 | 1F | 51 | 90 | 22 | E |
| Octal | 30 | 61 | 42 | 63 | 0 | 37 | 121 | 220 | 42 | 16 |
| Binary | 11000 | 110001 | 100010 | 110011 | 0 | 11111 | 1010001 | 10010000 | 100010 | 1110 |
Color Harmonies of #183122
Complementary color
Monochromatic Colors of #183122
Black with #183122
Text Example
Text Example
White with #183122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183122; }
p { color: rgb(24,49,34); }
H1.HeaderClassName
{
color: #183122;
}
.AnyTagClassName
{
color: #183122;
}
</style>
background-color css
<style>
a { background-color: #183122; }
a { background-color: rgb(24,49,34); }
div.DivClassName
{
background-color: #183122;
}
.BgClassName
{
background-color: #183122;
}
</style>
border-color css
<style>
span { border-color: #183122; }
span { border-color: rgb(24,49,34); }
td.TdClassName
{
border-color: #183122;
}
.TagClassName
{
border-color: #183122;
}
</style>