Shades of Deep Fir #13431E
Tints of Deep Fir #13431E
RGB
CMYK
RGB Variations
Color information
#13431E (or 0x13431E) is known color: Deep Fir. HEX triplet: 13, 43 and 1E. RGB value is (19,67,30). Sum of RGB (Red+Green+Blue) = 19+67+30=116 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.38% from 116); Green value is 67 (26.56% from 255 or 57.76% from 116); Blue value is 30 (12.11% from 255 or 25.86% from 116); Max value from RGB is 67 - color contains mainly: green. Hex color #13431E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13431E is #ECBCE1. Grayscale: #303030. Windows color (decimal): -15514850 or 1983251. OLE color: 1983251.
HSL color Cylindrical-coordinate representation of color #13431E: hue angle of 133.75º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #13431E is Cyan = 0.72, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 19 | 67 | 30 | - |
| CMYK | 0.72 | 0 | 0.55 | 0.74 |
| HSL | 133.75º | 0.56% | 0.17% | - |
| HSV(B) | 133.75º | 0.72% | 0.26% | - |
| XYZ | 2.51 | 4.25 | 1.92 | - |
| YUV | 48.43 | 117.6 | 107.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 67 | 30 | 0.72 | 0 | 0.55 | 0.74 | 133.75 | 0.56 | 0.17 |
| Hex | 13 | 43 | 1E | 48 | 0 | 37 | 4A | 86 | 38 | 11 |
| Octal | 23 | 103 | 36 | 110 | 0 | 67 | 112 | 206 | 70 | 21 |
| Binary | 10011 | 1000011 | 11110 | 1001000 | 0 | 110111 | 1001010 | 10000110 | 111000 | 10001 |
Color Harmonies of #13431E
Complementary color
Monochromatic Colors of #13431E
Black with #13431E
Text Example
Text Example
White with #13431E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13431E; }
p { color: rgb(19,67,30); }
H1.HeaderClassName
{
color: #13431E;
}
.AnyTagClassName
{
color: #13431E;
}
</style>
background-color css
<style>
a { background-color: #13431E; }
a { background-color: rgb(19,67,30); }
div.DivClassName
{
background-color: #13431E;
}
.BgClassName
{
background-color: #13431E;
}
</style>
border-color css
<style>
span { border-color: #13431E; }
span { border-color: rgb(19,67,30); }
td.TdClassName
{
border-color: #13431E;
}
.TagClassName
{
border-color: #13431E;
}
</style>