Shades of Deep Fir #13311A
Tints of Deep Fir #13311A
RGB
CMYK
RGB Variations
Color information
#13311A (or 0x13311A) is known color: Deep Fir. HEX triplet: 13, 31 and 1A. RGB value is (19,49,26). Sum of RGB (Red+Green+Blue) = 19+49+26=94 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.21% from 94); Green value is 49 (19.53% from 255 or 52.13% from 94); Blue value is 26 (10.55% from 255 or 27.66% from 94); Max value from RGB is 49 - color contains mainly: green. Hex color #13311A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13311A is #ECCEE5. Grayscale: #252525. Windows color (decimal): -15519462 or 1716499. OLE color: 1716499.
HSL color Cylindrical-coordinate representation of color #13311A: hue angle of 134º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #13311A is Cyan = 0.61, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 19 | 49 | 26 | - |
| CMYK | 0.61 | 0 | 0.47 | 0.81 |
| HSL | 134º | 0.44% | 0.13% | - |
| HSV(B) | 134º | 0.61% | 0.19% | - |
| XYZ | 1.55 | 2.41 | 1.36 | - |
| YUV | 37.41 | 121.56 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 49 | 26 | 0.61 | 0 | 0.47 | 0.81 | 134 | 0.44 | 0.13 |
| Hex | 13 | 31 | 1A | 3D | 0 | 2F | 51 | 86 | 2C | D |
| Octal | 23 | 61 | 32 | 75 | 0 | 57 | 121 | 206 | 54 | 15 |
| Binary | 10011 | 110001 | 11010 | 111101 | 0 | 101111 | 1010001 | 10000110 | 101100 | 1101 |
Color Harmonies of #13311A
Complementary color
Monochromatic Colors of #13311A
Black with #13311A
Text Example
Text Example
White with #13311A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13311A; }
p { color: rgb(19,49,26); }
H1.HeaderClassName
{
color: #13311A;
}
.AnyTagClassName
{
color: #13311A;
}
</style>
background-color css
<style>
a { background-color: #13311A; }
a { background-color: rgb(19,49,26); }
div.DivClassName
{
background-color: #13311A;
}
.BgClassName
{
background-color: #13311A;
}
</style>
border-color css
<style>
span { border-color: #13311A; }
span { border-color: rgb(19,49,26); }
td.TdClassName
{
border-color: #13311A;
}
.TagClassName
{
border-color: #13311A;
}
</style>