Shades of Deep Fir #11321B
Tints of Deep Fir #11321B
RGB
CMYK
RGB Variations
Color information
#11321B (or 0x11321B) is known color: Deep Fir. HEX triplet: 11, 32 and 1B. RGB value is (17,50,27). Sum of RGB (Red+Green+Blue) = 17+50+27=94 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.09% from 94); Green value is 50 (19.92% from 255 or 53.19% from 94); Blue value is 27 (10.94% from 255 or 28.72% from 94); Max value from RGB is 50 - color contains mainly: green. Hex color #11321B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11321B is #EECDE4. Grayscale: #252525. Windows color (decimal): -15650277 or 1782289. OLE color: 1782289.
HSL color Cylindrical-coordinate representation of color #11321B: hue angle of 138.18º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #11321B is Cyan = 0.66, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 17 | 50 | 27 | - |
| CMYK | 0.66 | 0 | 0.46 | 0.80 |
| HSL | 138.18º | 0.49% | 0.13% | - |
| HSV(B) | 138.18º | 0.66% | 0.2% | - |
| XYZ | 1.57 | 2.48 | 1.43 | - |
| YUV | 37.51 | 122.07 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 50 | 27 | 0.66 | 0 | 0.46 | 0.80 | 138.18 | 0.49 | 0.13 |
| Hex | 11 | 32 | 1B | 42 | 0 | 2E | 50 | 8A | 31 | D |
| Octal | 21 | 62 | 33 | 102 | 0 | 56 | 120 | 212 | 61 | 15 |
| Binary | 10001 | 110010 | 11011 | 1000010 | 0 | 101110 | 1010000 | 10001010 | 110001 | 1101 |
Color Harmonies of #11321B
Complementary color
Monochromatic Colors of #11321B
Black with #11321B
Text Example
Text Example
White with #11321B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11321B; }
p { color: rgb(17,50,27); }
H1.HeaderClassName
{
color: #11321B;
}
.AnyTagClassName
{
color: #11321B;
}
</style>
background-color css
<style>
a { background-color: #11321B; }
a { background-color: rgb(17,50,27); }
div.DivClassName
{
background-color: #11321B;
}
.BgClassName
{
background-color: #11321B;
}
</style>
border-color css
<style>
span { border-color: #11321B; }
span { border-color: rgb(17,50,27); }
td.TdClassName
{
border-color: #11321B;
}
.TagClassName
{
border-color: #11321B;
}
</style>