Shades of Deep Fir #183F1F
Tints of Deep Fir #183F1F
RGB
CMYK
RGB Variations
Color information
#183F1F (or 0x183F1F) is known color: Deep Fir. HEX triplet: 18, 3F and 1F. RGB value is (24,63,31). Sum of RGB (Red+Green+Blue) = 24+63+31=118 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.34% from 118); Green value is 63 (25% from 255 or 53.39% from 118); Blue value is 31 (12.5% from 255 or 26.27% from 118); Max value from RGB is 63 - color contains mainly: green. Hex color #183F1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183F1F is #E7C0E0. Grayscale: #2F2F2F. Windows color (decimal): -15188193 or 2047768. OLE color: 2047768.
HSL color Cylindrical-coordinate representation of color #183F1F: hue angle of 130.77º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #183F1F is Cyan = 0.62, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 24 | 63 | 31 | - |
| CMYK | 0.62 | 0 | 0.51 | 0.75 |
| HSL | 130.77º | 0.45% | 0.17% | - |
| HSV(B) | 130.77º | 0.62% | 0.25% | - |
| XYZ | 2.4 | 3.85 | 1.91 | - |
| YUV | 47.69 | 118.58 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 63 | 31 | 0.62 | 0 | 0.51 | 0.75 | 130.77 | 0.45 | 0.17 |
| Hex | 18 | 3F | 1F | 3E | 0 | 33 | 4B | 83 | 2D | 11 |
| Octal | 30 | 77 | 37 | 76 | 0 | 63 | 113 | 203 | 55 | 21 |
| Binary | 11000 | 111111 | 11111 | 111110 | 0 | 110011 | 1001011 | 10000011 | 101101 | 10001 |
Color Harmonies of #183F1F
Complementary color
Monochromatic Colors of #183F1F
Black with #183F1F
Text Example
Text Example
White with #183F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183F1F; }
p { color: rgb(24,63,31); }
H1.HeaderClassName
{
color: #183F1F;
}
.AnyTagClassName
{
color: #183F1F;
}
</style>
background-color css
<style>
a { background-color: #183F1F; }
a { background-color: rgb(24,63,31); }
div.DivClassName
{
background-color: #183F1F;
}
.BgClassName
{
background-color: #183F1F;
}
</style>
border-color css
<style>
span { border-color: #183F1F; }
span { border-color: rgb(24,63,31); }
td.TdClassName
{
border-color: #183F1F;
}
.TagClassName
{
border-color: #183F1F;
}
</style>