Shades of Deep Fir #11361B
Tints of Deep Fir #11361B
RGB
CMYK
RGB Variations
Color information
#11361B (or 0x11361B) is known color: Deep Fir. HEX triplet: 11, 36 and 1B. RGB value is (17,54,27). Sum of RGB (Red+Green+Blue) = 17+54+27=98 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.35% from 98); Green value is 54 (21.48% from 255 or 55.10% from 98); Blue value is 27 (10.94% from 255 or 27.55% from 98); Max value from RGB is 54 - color contains mainly: green. Hex color #11361B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11361B is #EEC9E4. Grayscale: #272727. Windows color (decimal): -15649253 or 1783313. OLE color: 1783313.
HSL color Cylindrical-coordinate representation of color #11361B: hue angle of 136.22º 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 #11361B is Cyan = 0.69, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 17 | 54 | 27 | - |
| CMYK | 0.69 | 0 | 0.5 | 0.79 |
| HSL | 136.22º | 0.52% | 0.14% | - |
| HSV(B) | 136.22º | 0.69% | 0.21% | - |
| XYZ | 1.75 | 2.84 | 1.49 | - |
| YUV | 39.86 | 120.74 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 54 | 27 | 0.69 | 0 | 0.5 | 0.79 | 136.22 | 0.52 | 0.14 |
| Hex | 11 | 36 | 1B | 45 | 0 | 32 | 4F | 88 | 34 | E |
| Octal | 21 | 66 | 33 | 105 | 0 | 62 | 117 | 210 | 64 | 16 |
| Binary | 10001 | 110110 | 11011 | 1000101 | 0 | 110010 | 1001111 | 10001000 | 110100 | 1110 |
Color Harmonies of #11361B
Complementary color
Monochromatic Colors of #11361B
Black with #11361B
Text Example
Text Example
White with #11361B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11361B; }
p { color: rgb(17,54,27); }
H1.HeaderClassName
{
color: #11361B;
}
.AnyTagClassName
{
color: #11361B;
}
</style>
background-color css
<style>
a { background-color: #11361B; }
a { background-color: rgb(17,54,27); }
div.DivClassName
{
background-color: #11361B;
}
.BgClassName
{
background-color: #11361B;
}
</style>
border-color css
<style>
span { border-color: #11361B; }
span { border-color: rgb(17,54,27); }
td.TdClassName
{
border-color: #11361B;
}
.TagClassName
{
border-color: #11361B;
}
</style>