Shades of Deep Fir #13321D
Tints of Deep Fir #13321D
RGB
CMYK
RGB Variations
Color information
#13321D (or 0x13321D) is known color: Deep Fir. HEX triplet: 13, 32 and 1D. RGB value is (19,50,29). Sum of RGB (Red+Green+Blue) = 19+50+29=98 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.39% from 98); Green value is 50 (19.92% from 255 or 51.02% from 98); Blue value is 29 (11.72% from 255 or 29.59% from 98); Max value from RGB is 50 - color contains mainly: green. Hex color #13321D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13321D is #ECCDE2. Grayscale: #262626. Windows color (decimal): -15519203 or 1913363. OLE color: 1913363.
HSL color Cylindrical-coordinate representation of color #13321D: hue angle of 139.35º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #13321D is Cyan = 0.62, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 19 | 50 | 29 | - |
| CMYK | 0.62 | 0 | 0.42 | 0.80 |
| HSL | 139.35º | 0.45% | 0.14% | - |
| HSV(B) | 139.35º | 0.62% | 0.2% | - |
| XYZ | 1.63 | 2.51 | 1.56 | - |
| YUV | 38.34 | 122.73 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 50 | 29 | 0.62 | 0 | 0.42 | 0.80 | 139.35 | 0.45 | 0.14 |
| Hex | 13 | 32 | 1D | 3E | 0 | 2A | 50 | 8B | 2D | E |
| Octal | 23 | 62 | 35 | 76 | 0 | 52 | 120 | 213 | 55 | 16 |
| Binary | 10011 | 110010 | 11101 | 111110 | 0 | 101010 | 1010000 | 10001011 | 101101 | 1110 |
Color Harmonies of #13321D
Complementary color
Monochromatic Colors of #13321D
Black with #13321D
Text Example
Text Example
White with #13321D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13321D; }
p { color: rgb(19,50,29); }
H1.HeaderClassName
{
color: #13321D;
}
.AnyTagClassName
{
color: #13321D;
}
</style>
background-color css
<style>
a { background-color: #13321D; }
a { background-color: rgb(19,50,29); }
div.DivClassName
{
background-color: #13321D;
}
.BgClassName
{
background-color: #13321D;
}
</style>
border-color css
<style>
span { border-color: #13321D; }
span { border-color: rgb(19,50,29); }
td.TdClassName
{
border-color: #13321D;
}
.TagClassName
{
border-color: #13321D;
}
</style>