Shades of Deep Fir #13361C
Tints of Deep Fir #13361C
RGB
CMYK
RGB Variations
Color information
#13361C (or 0x13361C) is known color: Deep Fir. HEX triplet: 13, 36 and 1C. RGB value is (19,54,28). Sum of RGB (Red+Green+Blue) = 19+54+28=101 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.81% from 101); Green value is 54 (21.48% from 255 or 53.47% from 101); Blue value is 28 (11.33% from 255 or 27.72% from 101); Max value from RGB is 54 - color contains mainly: green. Hex color #13361C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13361C is #ECC9E3. Grayscale: #282828. Windows color (decimal): -15518180 or 1848851. OLE color: 1848851.
HSL color Cylindrical-coordinate representation of color #13361C: hue angle of 135.43º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #13361C is Cyan = 0.65, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 19 | 54 | 28 | - |
| CMYK | 0.65 | 0 | 0.48 | 0.79 |
| HSL | 135.43º | 0.48% | 0.14% | - |
| HSV(B) | 135.43º | 0.65% | 0.21% | - |
| XYZ | 1.8 | 2.86 | 1.56 | - |
| YUV | 40.57 | 120.9 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 54 | 28 | 0.65 | 0 | 0.48 | 0.79 | 135.43 | 0.48 | 0.14 |
| Hex | 13 | 36 | 1C | 41 | 0 | 30 | 4F | 87 | 30 | E |
| Octal | 23 | 66 | 34 | 101 | 0 | 60 | 117 | 207 | 60 | 16 |
| Binary | 10011 | 110110 | 11100 | 1000001 | 0 | 110000 | 1001111 | 10000111 | 110000 | 1110 |
Color Harmonies of #13361C
Complementary color
Monochromatic Colors of #13361C
Black with #13361C
Text Example
Text Example
White with #13361C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13361C; }
p { color: rgb(19,54,28); }
H1.HeaderClassName
{
color: #13361C;
}
.AnyTagClassName
{
color: #13361C;
}
</style>
background-color css
<style>
a { background-color: #13361C; }
a { background-color: rgb(19,54,28); }
div.DivClassName
{
background-color: #13361C;
}
.BgClassName
{
background-color: #13361C;
}
</style>
border-color css
<style>
span { border-color: #13361C; }
span { border-color: rgb(19,54,28); }
td.TdClassName
{
border-color: #13361C;
}
.TagClassName
{
border-color: #13361C;
}
</style>