Shades of Deep Fir #13381B
Tints of Deep Fir #13381B
RGB
CMYK
RGB Variations
Color information
#13381B (or 0x13381B) is known color: Deep Fir. HEX triplet: 13, 38 and 1B. RGB value is (19,56,27). Sum of RGB (Red+Green+Blue) = 19+56+27=102 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.63% from 102); Green value is 56 (22.27% from 255 or 54.90% from 102); Blue value is 27 (10.94% from 255 or 26.47% from 102); Max value from RGB is 56 - color contains mainly: green. Hex color #13381B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13381B is #ECC7E4. Grayscale: #292929. Windows color (decimal): -15517669 or 1783827. OLE color: 1783827.
HSL color Cylindrical-coordinate representation of color #13381B: hue angle of 132.97º 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 #13381B is Cyan = 0.66, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 19 | 56 | 27 | - |
| CMYK | 0.66 | 0 | 0.52 | 0.78 |
| HSL | 132.97º | 0.49% | 0.15% | - |
| HSV(B) | 132.97º | 0.66% | 0.22% | - |
| XYZ | 1.88 | 3.05 | 1.53 | - |
| YUV | 41.63 | 119.74 | 111.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 56 | 27 | 0.66 | 0 | 0.52 | 0.78 | 132.97 | 0.49 | 0.15 |
| Hex | 13 | 38 | 1B | 42 | 0 | 34 | 4E | 85 | 31 | F |
| Octal | 23 | 70 | 33 | 102 | 0 | 64 | 116 | 205 | 61 | 17 |
| Binary | 10011 | 111000 | 11011 | 1000010 | 0 | 110100 | 1001110 | 10000101 | 110001 | 1111 |
Color Harmonies of #13381B
Complementary color
Monochromatic Colors of #13381B
Black with #13381B
Text Example
Text Example
White with #13381B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13381B; }
p { color: rgb(19,56,27); }
H1.HeaderClassName
{
color: #13381B;
}
.AnyTagClassName
{
color: #13381B;
}
</style>
background-color css
<style>
a { background-color: #13381B; }
a { background-color: rgb(19,56,27); }
div.DivClassName
{
background-color: #13381B;
}
.BgClassName
{
background-color: #13381B;
}
</style>
border-color css
<style>
span { border-color: #13381B; }
span { border-color: rgb(19,56,27); }
td.TdClassName
{
border-color: #13381B;
}
.TagClassName
{
border-color: #13381B;
}
</style>