Shades of Deep Fir #11351A
Tints of Deep Fir #11351A
RGB
CMYK
RGB Variations
Color information
#11351A (or 0x11351A) is known color: Deep Fir. HEX triplet: 11, 35 and 1A. RGB value is (17,53,26). Sum of RGB (Red+Green+Blue) = 17+53+26=96 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.71% from 96); Green value is 53 (21.09% from 255 or 55.21% from 96); Blue value is 26 (10.55% from 255 or 27.08% from 96); Max value from RGB is 53 - color contains mainly: green. Hex color #11351A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11351A is #EECAE5. Grayscale: #272727. Windows color (decimal): -15649510 or 1717521. OLE color: 1717521.
HSL color Cylindrical-coordinate representation of color #11351A: hue angle of 135º 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 #11351A is Cyan = 0.68, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 17 | 53 | 26 | - |
| CMYK | 0.68 | 0 | 0.51 | 0.79 |
| HSL | 135º | 0.51% | 0.14% | - |
| HSV(B) | 135º | 0.68% | 0.21% | - |
| XYZ | 1.69 | 2.74 | 1.42 | - |
| YUV | 39.16 | 120.57 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 53 | 26 | 0.68 | 0 | 0.51 | 0.79 | 135 | 0.51 | 0.14 |
| Hex | 11 | 35 | 1A | 44 | 0 | 33 | 4F | 87 | 33 | E |
| Octal | 21 | 65 | 32 | 104 | 0 | 63 | 117 | 207 | 63 | 16 |
| Binary | 10001 | 110101 | 11010 | 1000100 | 0 | 110011 | 1001111 | 10000111 | 110011 | 1110 |
Color Harmonies of #11351A
Complementary color
Monochromatic Colors of #11351A
Black with #11351A
Text Example
Text Example
White with #11351A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11351A; }
p { color: rgb(17,53,26); }
H1.HeaderClassName
{
color: #11351A;
}
.AnyTagClassName
{
color: #11351A;
}
</style>
background-color css
<style>
a { background-color: #11351A; }
a { background-color: rgb(17,53,26); }
div.DivClassName
{
background-color: #11351A;
}
.BgClassName
{
background-color: #11351A;
}
</style>
border-color css
<style>
span { border-color: #11351A; }
span { border-color: rgb(17,53,26); }
td.TdClassName
{
border-color: #11351A;
}
.TagClassName
{
border-color: #11351A;
}
</style>