Shades of Deep Fir #17331F
Tints of Deep Fir #17331F
RGB
CMYK
RGB Variations
Color information
#17331F (or 0x17331F) is known color: Deep Fir. HEX triplet: 17, 33 and 1F. RGB value is (23,51,31). Sum of RGB (Red+Green+Blue) = 23+51+31=105 (13% of max value = 765). Red value is 23 (9.38% from 255 or 21.90% from 105); Green value is 51 (20.31% from 255 or 48.57% from 105); Blue value is 31 (12.5% from 255 or 29.52% from 105); Max value from RGB is 51 - color contains mainly: green. Hex color #17331F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17331F is #E8CCE0. Grayscale: #282828. Windows color (decimal): -15256801 or 2044695. OLE color: 2044695.
HSL color Cylindrical-coordinate representation of color #17331F: hue angle of 137.14º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #17331F is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 23 | 51 | 31 | - |
| CMYK | 0.55 | 0 | 0.39 | 0.8 |
| HSL | 137.14º | 0.38% | 0.15% | - |
| HSV(B) | 137.14º | 0.55% | 0.2% | - |
| XYZ | 1.78 | 2.65 | 1.71 | - |
| YUV | 40.35 | 122.72 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 51 | 31 | 0.55 | 0 | 0.39 | 0.8 | 137.14 | 0.38 | 0.15 |
| Hex | 17 | 33 | 1F | 37 | 0 | 27 | 50 | 89 | 26 | F |
| Octal | 27 | 63 | 37 | 67 | 0 | 47 | 120 | 211 | 46 | 17 |
| Binary | 10111 | 110011 | 11111 | 110111 | 0 | 100111 | 1010000 | 10001001 | 100110 | 1111 |
Color Harmonies of #17331F
Complementary color
Monochromatic Colors of #17331F
Black with #17331F
Text Example
Text Example
White with #17331F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17331F; }
p { color: rgb(23,51,31); }
H1.HeaderClassName
{
color: #17331F;
}
.AnyTagClassName
{
color: #17331F;
}
</style>
background-color css
<style>
a { background-color: #17331F; }
a { background-color: rgb(23,51,31); }
div.DivClassName
{
background-color: #17331F;
}
.BgClassName
{
background-color: #17331F;
}
</style>
border-color css
<style>
span { border-color: #17331F; }
span { border-color: rgb(23,51,31); }
td.TdClassName
{
border-color: #17331F;
}
.TagClassName
{
border-color: #17331F;
}
</style>