Shades of Deep Fir #11351C
Tints of Deep Fir #11351C
RGB
CMYK
RGB Variations
Color information
#11351C (or 0x11351C) is known color: Deep Fir. HEX triplet: 11, 35 and 1C. RGB value is (17,53,28). Sum of RGB (Red+Green+Blue) = 17+53+28=98 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.35% from 98); Green value is 53 (21.09% from 255 or 54.08% from 98); Blue value is 28 (11.33% from 255 or 28.57% from 98); Max value from RGB is 53 - color contains mainly: green. Hex color #11351C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11351C is #EECAE3. Grayscale: #272727. Windows color (decimal): -15649508 or 1848593. OLE color: 1848593.
HSL color Cylindrical-coordinate representation of color #11351C: hue angle of 138.33º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #11351C is Cyan = 0.68, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 17 | 53 | 28 | - |
| CMYK | 0.68 | 0 | 0.47 | 0.79 |
| HSL | 138.33º | 0.51% | 0.14% | - |
| HSV(B) | 138.33º | 0.68% | 0.21% | - |
| XYZ | 1.71 | 2.75 | 1.54 | - |
| YUV | 39.39 | 121.57 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 53 | 28 | 0.68 | 0 | 0.47 | 0.79 | 138.33 | 0.51 | 0.14 |
| Hex | 11 | 35 | 1C | 44 | 0 | 2F | 4F | 8A | 33 | E |
| Octal | 21 | 65 | 34 | 104 | 0 | 57 | 117 | 212 | 63 | 16 |
| Binary | 10001 | 110101 | 11100 | 1000100 | 0 | 101111 | 1001111 | 10001010 | 110011 | 1110 |
Color Harmonies of #11351C
Complementary color
Monochromatic Colors of #11351C
Black with #11351C
Text Example
Text Example
White with #11351C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11351C; }
p { color: rgb(17,53,28); }
H1.HeaderClassName
{
color: #11351C;
}
.AnyTagClassName
{
color: #11351C;
}
</style>
background-color css
<style>
a { background-color: #11351C; }
a { background-color: rgb(17,53,28); }
div.DivClassName
{
background-color: #11351C;
}
.BgClassName
{
background-color: #11351C;
}
</style>
border-color css
<style>
span { border-color: #11351C; }
span { border-color: rgb(17,53,28); }
td.TdClassName
{
border-color: #11351C;
}
.TagClassName
{
border-color: #11351C;
}
</style>