Shades of Deep Fir #11431A
Tints of Deep Fir #11431A
RGB
CMYK
RGB Variations
Color information
#11431A (or 0x11431A) is known color: Deep Fir. HEX triplet: 11, 43 and 1A. RGB value is (17,67,26). Sum of RGB (Red+Green+Blue) = 17+67+26=110 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.45% from 110); Green value is 67 (26.56% from 255 or 60.91% from 110); Blue value is 26 (10.55% from 255 or 23.64% from 110); Max value from RGB is 67 - color contains mainly: green. Hex color #11431A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11431A is #EEBCE5. Grayscale: #2F2F2F. Windows color (decimal): -15645926 or 1721105. OLE color: 1721105.
HSL color Cylindrical-coordinate representation of color #11431A: hue angle of 130.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 #11431A is Cyan = 0.75, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 17 | 67 | 26 | - |
| CMYK | 0.75 | 0 | 0.61 | 0.74 |
| HSL | 130.8º | 0.6% | 0.16% | - |
| HSV(B) | 130.8º | 0.75% | 0.26% | - |
| XYZ | 2.42 | 4.21 | 1.66 | - |
| YUV | 47.38 | 115.94 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 67 | 26 | 0.75 | 0 | 0.61 | 0.74 | 130.8 | 0.6 | 0.16 |
| Hex | 11 | 43 | 1A | 4B | 0 | 3D | 4A | 83 | 3C | 10 |
| Octal | 21 | 103 | 32 | 113 | 0 | 75 | 112 | 203 | 74 | 20 |
| Binary | 10001 | 1000011 | 11010 | 1001011 | 0 | 111101 | 1001010 | 10000011 | 111100 | 10000 |
Color Harmonies of #11431A
Complementary color
Monochromatic Colors of #11431A
Black with #11431A
Text Example
Text Example
White with #11431A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11431A; }
p { color: rgb(17,67,26); }
H1.HeaderClassName
{
color: #11431A;
}
.AnyTagClassName
{
color: #11431A;
}
</style>
background-color css
<style>
a { background-color: #11431A; }
a { background-color: rgb(17,67,26); }
div.DivClassName
{
background-color: #11431A;
}
.BgClassName
{
background-color: #11431A;
}
</style>
border-color css
<style>
span { border-color: #11431A; }
span { border-color: rgb(17,67,26); }
td.TdClassName
{
border-color: #11431A;
}
.TagClassName
{
border-color: #11431A;
}
</style>