Shades of Deep Fir #13381F
Tints of Deep Fir #13381F
RGB
CMYK
RGB Variations
Color information
#13381F (or 0x13381F) is known color: Deep Fir. HEX triplet: 13, 38 and 1F. RGB value is (19,56,31). Sum of RGB (Red+Green+Blue) = 19+56+31=106 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.92% from 106); Green value is 56 (22.27% from 255 or 52.83% from 106); Blue value is 31 (12.5% from 255 or 29.25% from 106); Max value from RGB is 56 - color contains mainly: green. Hex color #13381F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13381F is #ECC7E0. Grayscale: #2A2A2A. Windows color (decimal): -15517665 or 2045971. OLE color: 2045971.
HSL color Cylindrical-coordinate representation of color #13381F: hue angle of 139.46º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #13381F is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 19 | 56 | 31 | - |
| CMYK | 0.66 | 0 | 0.45 | 0.78 |
| HSL | 139.46º | 0.49% | 0.15% | - |
| HSV(B) | 139.46º | 0.66% | 0.22% | - |
| XYZ | 1.93 | 3.07 | 1.79 | - |
| YUV | 42.09 | 121.74 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 56 | 31 | 0.66 | 0 | 0.45 | 0.78 | 139.46 | 0.49 | 0.15 |
| Hex | 13 | 38 | 1F | 42 | 0 | 2D | 4E | 8B | 31 | F |
| Octal | 23 | 70 | 37 | 102 | 0 | 55 | 116 | 213 | 61 | 17 |
| Binary | 10011 | 111000 | 11111 | 1000010 | 0 | 101101 | 1001110 | 10001011 | 110001 | 1111 |
Color Harmonies of #13381F
Complementary color
Monochromatic Colors of #13381F
Black with #13381F
Text Example
Text Example
White with #13381F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13381F; }
p { color: rgb(19,56,31); }
H1.HeaderClassName
{
color: #13381F;
}
.AnyTagClassName
{
color: #13381F;
}
</style>
background-color css
<style>
a { background-color: #13381F; }
a { background-color: rgb(19,56,31); }
div.DivClassName
{
background-color: #13381F;
}
.BgClassName
{
background-color: #13381F;
}
</style>
border-color css
<style>
span { border-color: #13381F; }
span { border-color: rgb(19,56,31); }
td.TdClassName
{
border-color: #13381F;
}
.TagClassName
{
border-color: #13381F;
}
</style>