Shades of Deep Fir #11331A
Tints of Deep Fir #11331A
RGB
CMYK
RGB Variations
Color information
#11331A (or 0x11331A) is known color: Deep Fir. HEX triplet: 11, 33 and 1A. RGB value is (17,51,26). Sum of RGB (Red+Green+Blue) = 17+51+26=94 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.09% from 94); Green value is 51 (20.31% from 255 or 54.26% from 94); Blue value is 26 (10.55% from 255 or 27.66% from 94); Max value from RGB is 51 - color contains mainly: green. Hex color #11331A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11331A is #EECCE5. Grayscale: #262626. Windows color (decimal): -15650022 or 1717009. OLE color: 1717009.
HSL color Cylindrical-coordinate representation of color #11331A: hue angle of 135.88º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #11331A is Cyan = 0.67, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 17 | 51 | 26 | - |
| CMYK | 0.67 | 0 | 0.49 | 0.8 |
| HSL | 135.88º | 0.5% | 0.13% | - |
| HSV(B) | 135.88º | 0.67% | 0.2% | - |
| XYZ | 1.6 | 2.56 | 1.39 | - |
| YUV | 37.98 | 121.24 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 51 | 26 | 0.67 | 0 | 0.49 | 0.8 | 135.88 | 0.5 | 0.13 |
| Hex | 11 | 33 | 1A | 43 | 0 | 31 | 50 | 88 | 32 | D |
| Octal | 21 | 63 | 32 | 103 | 0 | 61 | 120 | 210 | 62 | 15 |
| Binary | 10001 | 110011 | 11010 | 1000011 | 0 | 110001 | 1010000 | 10001000 | 110010 | 1101 |
Color Harmonies of #11331A
Complementary color
Monochromatic Colors of #11331A
Black with #11331A
Text Example
Text Example
White with #11331A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11331A; }
p { color: rgb(17,51,26); }
H1.HeaderClassName
{
color: #11331A;
}
.AnyTagClassName
{
color: #11331A;
}
</style>
background-color css
<style>
a { background-color: #11331A; }
a { background-color: rgb(17,51,26); }
div.DivClassName
{
background-color: #11331A;
}
.BgClassName
{
background-color: #11331A;
}
</style>
border-color css
<style>
span { border-color: #11331A; }
span { border-color: rgb(17,51,26); }
td.TdClassName
{
border-color: #11331A;
}
.TagClassName
{
border-color: #11331A;
}
</style>