Shades of Deep Fir #11431F
Tints of Deep Fir #11431F
RGB
CMYK
RGB Variations
Color information
#11431F (or 0x11431F) is known color: Deep Fir. HEX triplet: 11, 43 and 1F. RGB value is (17,67,31). Sum of RGB (Red+Green+Blue) = 17+67+31=115 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.78% from 115); Green value is 67 (26.56% from 255 or 58.26% from 115); Blue value is 31 (12.5% from 255 or 26.96% from 115); Max value from RGB is 67 - color contains mainly: green. Hex color #11431F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11431F is #EEBCE0. Grayscale: #303030. Windows color (decimal): -15645921 or 2048785. OLE color: 2048785.
HSL color Cylindrical-coordinate representation of color #11431F: hue angle of 136.8º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #11431F is Cyan = 0.75, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 17 | 67 | 31 | - |
| CMYK | 0.75 | 0 | 0.54 | 0.74 |
| HSL | 136.8º | 0.6% | 0.16% | - |
| HSV(B) | 136.8º | 0.75% | 0.26% | - |
| XYZ | 2.49 | 4.23 | 1.98 | - |
| YUV | 47.95 | 118.44 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 67 | 31 | 0.75 | 0 | 0.54 | 0.74 | 136.8 | 0.6 | 0.16 |
| Hex | 11 | 43 | 1F | 4B | 0 | 36 | 4A | 89 | 3C | 10 |
| Octal | 21 | 103 | 37 | 113 | 0 | 66 | 112 | 211 | 74 | 20 |
| Binary | 10001 | 1000011 | 11111 | 1001011 | 0 | 110110 | 1001010 | 10001001 | 111100 | 10000 |
Color Harmonies of #11431F
Complementary color
Monochromatic Colors of #11431F
Black with #11431F
Text Example
Text Example
White with #11431F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11431F; }
p { color: rgb(17,67,31); }
H1.HeaderClassName
{
color: #11431F;
}
.AnyTagClassName
{
color: #11431F;
}
</style>
background-color css
<style>
a { background-color: #11431F; }
a { background-color: rgb(17,67,31); }
div.DivClassName
{
background-color: #11431F;
}
.BgClassName
{
background-color: #11431F;
}
</style>
border-color css
<style>
span { border-color: #11431F; }
span { border-color: rgb(17,67,31); }
td.TdClassName
{
border-color: #11431F;
}
.TagClassName
{
border-color: #11431F;
}
</style>