Shades of Deep Fir #13391A
Tints of Deep Fir #13391A
RGB
CMYK
RGB Variations
Color information
#13391A (or 0x13391A) is known color: Deep Fir. HEX triplet: 13, 39 and 1A. RGB value is (19,57,26). Sum of RGB (Red+Green+Blue) = 19+57+26=102 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.63% from 102); Green value is 57 (22.66% from 255 or 55.88% from 102); Blue value is 26 (10.55% from 255 or 25.49% from 102); Max value from RGB is 57 - color contains mainly: green. Hex color #13391A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13391A is #ECC6E5. Grayscale: #2A2A2A. Windows color (decimal): -15517414 or 1718547. OLE color: 1718547.
HSL color Cylindrical-coordinate representation of color #13391A: hue angle of 131.05º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #13391A is Cyan = 0.67, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 19 | 57 | 26 | - |
| CMYK | 0.67 | 0 | 0.54 | 0.78 |
| HSL | 131.05º | 0.5% | 0.15% | - |
| HSV(B) | 131.05º | 0.67% | 0.22% | - |
| XYZ | 1.92 | 3.14 | 1.48 | - |
| YUV | 42.1 | 118.91 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 57 | 26 | 0.67 | 0 | 0.54 | 0.78 | 131.05 | 0.5 | 0.15 |
| Hex | 13 | 39 | 1A | 43 | 0 | 36 | 4E | 83 | 32 | F |
| Octal | 23 | 71 | 32 | 103 | 0 | 66 | 116 | 203 | 62 | 17 |
| Binary | 10011 | 111001 | 11010 | 1000011 | 0 | 110110 | 1001110 | 10000011 | 110010 | 1111 |
Color Harmonies of #13391A
Complementary color
Monochromatic Colors of #13391A
Black with #13391A
Text Example
Text Example
White with #13391A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13391A; }
p { color: rgb(19,57,26); }
H1.HeaderClassName
{
color: #13391A;
}
.AnyTagClassName
{
color: #13391A;
}
</style>
background-color css
<style>
a { background-color: #13391A; }
a { background-color: rgb(19,57,26); }
div.DivClassName
{
background-color: #13391A;
}
.BgClassName
{
background-color: #13391A;
}
</style>
border-color css
<style>
span { border-color: #13391A; }
span { border-color: rgb(19,57,26); }
td.TdClassName
{
border-color: #13391A;
}
.TagClassName
{
border-color: #13391A;
}
</style>