Shades of Deep Fir #13391D
Tints of Deep Fir #13391D
RGB
CMYK
RGB Variations
Color information
#13391D (or 0x13391D) is known color: Deep Fir. HEX triplet: 13, 39 and 1D. RGB value is (19,57,29). Sum of RGB (Red+Green+Blue) = 19+57+29=105 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.10% from 105); Green value is 57 (22.66% from 255 or 54.29% from 105); Blue value is 29 (11.72% from 255 or 27.62% from 105); Max value from RGB is 57 - color contains mainly: green. Hex color #13391D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13391D is #ECC6E2. Grayscale: #2A2A2A. Windows color (decimal): -15517411 or 1915155. OLE color: 1915155.
HSL color Cylindrical-coordinate representation of color #13391D: hue angle of 135.79º 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 #13391D is Cyan = 0.67, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 19 | 57 | 29 | - |
| CMYK | 0.67 | 0 | 0.49 | 0.78 |
| HSL | 135.79º | 0.5% | 0.15% | - |
| HSV(B) | 135.79º | 0.67% | 0.22% | - |
| XYZ | 1.95 | 3.15 | 1.67 | - |
| YUV | 42.45 | 120.41 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 57 | 29 | 0.67 | 0 | 0.49 | 0.78 | 135.79 | 0.5 | 0.15 |
| Hex | 13 | 39 | 1D | 43 | 0 | 31 | 4E | 88 | 32 | F |
| Octal | 23 | 71 | 35 | 103 | 0 | 61 | 116 | 210 | 62 | 17 |
| Binary | 10011 | 111001 | 11101 | 1000011 | 0 | 110001 | 1001110 | 10001000 | 110010 | 1111 |
Color Harmonies of #13391D
Complementary color
Monochromatic Colors of #13391D
Black with #13391D
Text Example
Text Example
White with #13391D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13391D; }
p { color: rgb(19,57,29); }
H1.HeaderClassName
{
color: #13391D;
}
.AnyTagClassName
{
color: #13391D;
}
</style>
background-color css
<style>
a { background-color: #13391D; }
a { background-color: rgb(19,57,29); }
div.DivClassName
{
background-color: #13391D;
}
.BgClassName
{
background-color: #13391D;
}
</style>
border-color css
<style>
span { border-color: #13391D; }
span { border-color: rgb(19,57,29); }
td.TdClassName
{
border-color: #13391D;
}
.TagClassName
{
border-color: #13391D;
}
</style>