Shades of Deep Fir #11431B
Tints of Deep Fir #11431B
RGB
CMYK
RGB Variations
Color information
#11431B (or 0x11431B) is known color: Deep Fir. HEX triplet: 11, 43 and 1B. RGB value is (17,67,27). Sum of RGB (Red+Green+Blue) = 17+67+27=111 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.32% from 111); Green value is 67 (26.56% from 255 or 60.36% from 111); Blue value is 27 (10.94% from 255 or 24.32% from 111); Max value from RGB is 67 - color contains mainly: green. Hex color #11431B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11431B is #EEBCE4. Grayscale: #2F2F2F. Windows color (decimal): -15645925 or 1786641. OLE color: 1786641.
HSL color Cylindrical-coordinate representation of color #11431B: hue angle of 132º 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 #11431B is Cyan = 0.75, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 17 | 67 | 27 | - |
| CMYK | 0.75 | 0 | 0.60 | 0.74 |
| HSL | 132º | 0.6% | 0.16% | - |
| HSV(B) | 132º | 0.75% | 0.26% | - |
| XYZ | 2.44 | 4.21 | 1.72 | - |
| YUV | 47.49 | 116.44 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 67 | 27 | 0.75 | 0 | 0.60 | 0.74 | 132 | 0.6 | 0.16 |
| Hex | 11 | 43 | 1B | 4B | 0 | 3C | 4A | 84 | 3C | 10 |
| Octal | 21 | 103 | 33 | 113 | 0 | 74 | 112 | 204 | 74 | 20 |
| Binary | 10001 | 1000011 | 11011 | 1001011 | 0 | 111100 | 1001010 | 10000100 | 111100 | 10000 |
Color Harmonies of #11431B
Complementary color
Monochromatic Colors of #11431B
Black with #11431B
Text Example
Text Example
White with #11431B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11431B; }
p { color: rgb(17,67,27); }
H1.HeaderClassName
{
color: #11431B;
}
.AnyTagClassName
{
color: #11431B;
}
</style>
background-color css
<style>
a { background-color: #11431B; }
a { background-color: rgb(17,67,27); }
div.DivClassName
{
background-color: #11431B;
}
.BgClassName
{
background-color: #11431B;
}
</style>
border-color css
<style>
span { border-color: #11431B; }
span { border-color: rgb(17,67,27); }
td.TdClassName
{
border-color: #11431B;
}
.TagClassName
{
border-color: #11431B;
}
</style>