Shades of Deep Fir #183822
Tints of Deep Fir #183822
RGB
CMYK
RGB Variations
Color information
#183822 (or 0x183822) is known color: Deep Fir. HEX triplet: 18, 38 and 22. RGB value is (24,56,34). Sum of RGB (Red+Green+Blue) = 24+56+34=114 (15% of max value = 765). Red value is 24 (9.77% from 255 or 21.05% from 114); Green value is 56 (22.27% from 255 or 49.12% from 114); Blue value is 34 (13.67% from 255 or 29.82% from 114); Max value from RGB is 56 - color contains mainly: green. Hex color #183822 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183822 is #E7C7DD. Grayscale: #2B2B2B. Windows color (decimal): -15189982 or 2242584. OLE color: 2242584.
HSL color Cylindrical-coordinate representation of color #183822: hue angle of 138.75º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #183822 is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 24 | 56 | 34 | - |
| CMYK | 0.57 | 0 | 0.39 | 0.78 |
| HSL | 138.75º | 0.4% | 0.16% | - |
| HSV(B) | 138.75º | 0.57% | 0.22% | - |
| XYZ | 2.08 | 3.14 | 2.01 | - |
| YUV | 43.92 | 122.4 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 56 | 34 | 0.57 | 0 | 0.39 | 0.78 | 138.75 | 0.4 | 0.16 |
| Hex | 18 | 38 | 22 | 39 | 0 | 27 | 4E | 8B | 28 | 10 |
| Octal | 30 | 70 | 42 | 71 | 0 | 47 | 116 | 213 | 50 | 20 |
| Binary | 11000 | 111000 | 100010 | 111001 | 0 | 100111 | 1001110 | 10001011 | 101000 | 10000 |
Color Harmonies of #183822
Complementary color
Monochromatic Colors of #183822
Black with #183822
Text Example
Text Example
White with #183822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183822; }
p { color: rgb(24,56,34); }
H1.HeaderClassName
{
color: #183822;
}
.AnyTagClassName
{
color: #183822;
}
</style>
background-color css
<style>
a { background-color: #183822; }
a { background-color: rgb(24,56,34); }
div.DivClassName
{
background-color: #183822;
}
.BgClassName
{
background-color: #183822;
}
</style>
border-color css
<style>
span { border-color: #183822; }
span { border-color: rgb(24,56,34); }
td.TdClassName
{
border-color: #183822;
}
.TagClassName
{
border-color: #183822;
}
</style>