Shades of Deep Fir #11361C
Tints of Deep Fir #11361C
RGB
CMYK
RGB Variations
Color information
#11361C (or 0x11361C) is known color: Deep Fir. HEX triplet: 11, 36 and 1C. RGB value is (17,54,28). Sum of RGB (Red+Green+Blue) = 17+54+28=99 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17.17% from 99); Green value is 54 (21.48% from 255 or 54.55% from 99); Blue value is 28 (11.33% from 255 or 28.28% from 99); Max value from RGB is 54 - color contains mainly: green. Hex color #11361C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11361C is #EEC9E3. Grayscale: #282828. Windows color (decimal): -15649252 or 1848849. OLE color: 1848849.
HSL color Cylindrical-coordinate representation of color #11361C: hue angle of 137.84º degrees, saturation: 0.52, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #11361C is Cyan = 0.69, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 17 | 54 | 28 | - |
| CMYK | 0.69 | 0 | 0.48 | 0.79 |
| HSL | 137.84º | 0.52% | 0.14% | - |
| HSV(B) | 137.84º | 0.69% | 0.21% | - |
| XYZ | 1.76 | 2.84 | 1.55 | - |
| YUV | 39.97 | 121.24 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 54 | 28 | 0.69 | 0 | 0.48 | 0.79 | 137.84 | 0.52 | 0.14 |
| Hex | 11 | 36 | 1C | 45 | 0 | 30 | 4F | 8A | 34 | E |
| Octal | 21 | 66 | 34 | 105 | 0 | 60 | 117 | 212 | 64 | 16 |
| Binary | 10001 | 110110 | 11100 | 1000101 | 0 | 110000 | 1001111 | 10001010 | 110100 | 1110 |
Color Harmonies of #11361C
Complementary color
Monochromatic Colors of #11361C
Black with #11361C
Text Example
Text Example
White with #11361C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11361C; }
p { color: rgb(17,54,28); }
H1.HeaderClassName
{
color: #11361C;
}
.AnyTagClassName
{
color: #11361C;
}
</style>
background-color css
<style>
a { background-color: #11361C; }
a { background-color: rgb(17,54,28); }
div.DivClassName
{
background-color: #11361C;
}
.BgClassName
{
background-color: #11361C;
}
</style>
border-color css
<style>
span { border-color: #11361C; }
span { border-color: rgb(17,54,28); }
td.TdClassName
{
border-color: #11361C;
}
.TagClassName
{
border-color: #11361C;
}
</style>