Shades of Deep Fir #13381A
Tints of Deep Fir #13381A
RGB
CMYK
RGB Variations
Color information
#13381A (or 0x13381A) is known color: Deep Fir. HEX triplet: 13, 38 and 1A. RGB value is (19,56,26). Sum of RGB (Red+Green+Blue) = 19+56+26=101 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.81% from 101); Green value is 56 (22.27% from 255 or 55.45% from 101); Blue value is 26 (10.55% from 255 or 25.74% from 101); Max value from RGB is 56 - color contains mainly: green. Hex color #13381A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13381A is #ECC7E5. Grayscale: #292929. Windows color (decimal): -15517670 or 1718291. OLE color: 1718291.
HSL color Cylindrical-coordinate representation of color #13381A: hue angle of 131.35º 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 #13381A is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 19 | 56 | 26 | - |
| CMYK | 0.66 | 0 | 0.54 | 0.78 |
| HSL | 131.35º | 0.49% | 0.15% | - |
| HSV(B) | 131.35º | 0.66% | 0.22% | - |
| XYZ | 1.87 | 3.04 | 1.47 | - |
| YUV | 41.52 | 119.24 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 56 | 26 | 0.66 | 0 | 0.54 | 0.78 | 131.35 | 0.49 | 0.15 |
| Hex | 13 | 38 | 1A | 42 | 0 | 36 | 4E | 83 | 31 | F |
| Octal | 23 | 70 | 32 | 102 | 0 | 66 | 116 | 203 | 61 | 17 |
| Binary | 10011 | 111000 | 11010 | 1000010 | 0 | 110110 | 1001110 | 10000011 | 110001 | 1111 |
Color Harmonies of #13381A
Complementary color
Monochromatic Colors of #13381A
Black with #13381A
Text Example
Text Example
White with #13381A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13381A; }
p { color: rgb(19,56,26); }
H1.HeaderClassName
{
color: #13381A;
}
.AnyTagClassName
{
color: #13381A;
}
</style>
background-color css
<style>
a { background-color: #13381A; }
a { background-color: rgb(19,56,26); }
div.DivClassName
{
background-color: #13381A;
}
.BgClassName
{
background-color: #13381A;
}
</style>
border-color css
<style>
span { border-color: #13381A; }
span { border-color: rgb(19,56,26); }
td.TdClassName
{
border-color: #13381A;
}
.TagClassName
{
border-color: #13381A;
}
</style>