Shades of Deep Fir #083118
Tints of Deep Fir #083118
RGB
CMYK
RGB Variations
Color information
#083118 (or 0x083118) is known color: Deep Fir. HEX triplet: 08, 31 and 18. RGB value is (8,49,24). Sum of RGB (Red+Green+Blue) = 8+49+24=81 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.88% from 81); Green value is 49 (19.53% from 255 or 60.49% from 81); Blue value is 24 (9.77% from 255 or 29.63% from 81); Max value from RGB is 49 - color contains mainly: green. Hex color #083118 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083118 is #F7CEE7. Grayscale: #212121. Windows color (decimal): -16240360 or 1585416. OLE color: 1585416.
HSL color Cylindrical-coordinate representation of color #083118: hue angle of 143.41º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #083118 is Cyan = 0.84, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 8 | 49 | 24 | - |
| CMYK | 0.84 | 0 | 0.51 | 0.81 |
| HSL | 143.41º | 0.72% | 0.11% | - |
| HSV(B) | 143.41º | 0.84% | 0.19% | - |
| XYZ | 1.36 | 2.31 | 1.24 | - |
| YUV | 33.89 | 122.42 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 49 | 24 | 0.84 | 0 | 0.51 | 0.81 | 143.41 | 0.72 | 0.11 |
| Hex | 8 | 31 | 18 | 54 | 0 | 33 | 51 | 8F | 48 | B |
| Octal | 10 | 61 | 30 | 124 | 0 | 63 | 121 | 217 | 110 | 13 |
| Binary | 1000 | 110001 | 11000 | 1010100 | 0 | 110011 | 1010001 | 10001111 | 1001000 | 1011 |
Color Harmonies of #083118
Complementary color
Monochromatic Colors of #083118
Black with #083118
Text Example
Text Example
White with #083118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083118; }
p { color: rgb(8,49,24); }
H1.HeaderClassName
{
color: #083118;
}
.AnyTagClassName
{
color: #083118;
}
</style>
background-color css
<style>
a { background-color: #083118; }
a { background-color: rgb(8,49,24); }
div.DivClassName
{
background-color: #083118;
}
.BgClassName
{
background-color: #083118;
}
</style>
border-color css
<style>
span { border-color: #083118; }
span { border-color: rgb(8,49,24); }
td.TdClassName
{
border-color: #083118;
}
.TagClassName
{
border-color: #083118;
}
</style>