Shades of Deep Fir #11331C
Tints of Deep Fir #11331C
RGB
CMYK
RGB Variations
Color information
#11331C (or 0x11331C) is known color: Deep Fir. HEX triplet: 11, 33 and 1C. RGB value is (17,51,28). Sum of RGB (Red+Green+Blue) = 17+51+28=96 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.71% from 96); Green value is 51 (20.31% from 255 or 53.12% from 96); Blue value is 28 (11.33% from 255 or 29.17% from 96); Max value from RGB is 51 - color contains mainly: green. Hex color #11331C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11331C is #EECCE3. Grayscale: #262626. Windows color (decimal): -15650020 or 1848081. OLE color: 1848081.
HSL color Cylindrical-coordinate representation of color #11331C: hue angle of 139.41º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #11331C is Cyan = 0.67, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 17 | 51 | 28 | - |
| CMYK | 0.67 | 0 | 0.45 | 0.8 |
| HSL | 139.41º | 0.5% | 0.13% | - |
| HSV(B) | 139.41º | 0.67% | 0.2% | - |
| XYZ | 1.62 | 2.57 | 1.51 | - |
| YUV | 38.21 | 122.24 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 51 | 28 | 0.67 | 0 | 0.45 | 0.8 | 139.41 | 0.5 | 0.13 |
| Hex | 11 | 33 | 1C | 43 | 0 | 2D | 50 | 8B | 32 | D |
| Octal | 21 | 63 | 34 | 103 | 0 | 55 | 120 | 213 | 62 | 15 |
| Binary | 10001 | 110011 | 11100 | 1000011 | 0 | 101101 | 1010000 | 10001011 | 110010 | 1101 |
Color Harmonies of #11331C
Complementary color
Monochromatic Colors of #11331C
Black with #11331C
Text Example
Text Example
White with #11331C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11331C; }
p { color: rgb(17,51,28); }
H1.HeaderClassName
{
color: #11331C;
}
.AnyTagClassName
{
color: #11331C;
}
</style>
background-color css
<style>
a { background-color: #11331C; }
a { background-color: rgb(17,51,28); }
div.DivClassName
{
background-color: #11331C;
}
.BgClassName
{
background-color: #11331C;
}
</style>
border-color css
<style>
span { border-color: #11331C; }
span { border-color: rgb(17,51,28); }
td.TdClassName
{
border-color: #11331C;
}
.TagClassName
{
border-color: #11331C;
}
</style>