Shades of Deep Fir #13301C
Tints of Deep Fir #13301C
RGB
CMYK
RGB Variations
Color information
#13301C (or 0x13301C) is known color: Deep Fir. HEX triplet: 13, 30 and 1C. RGB value is (19,48,28). Sum of RGB (Red+Green+Blue) = 19+48+28=95 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20% from 95); Green value is 48 (19.14% from 255 or 50.53% from 95); Blue value is 28 (11.33% from 255 or 29.47% from 95); Max value from RGB is 48 - color contains mainly: green. Hex color #13301C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13301C is #ECCFE3. Grayscale: #252525. Windows color (decimal): -15519716 or 1847315. OLE color: 1847315.
HSL color Cylindrical-coordinate representation of color #13301C: hue angle of 138.62º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #13301C is Cyan = 0.60, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 19 | 48 | 28 | - |
| CMYK | 0.60 | 0 | 0.42 | 0.81 |
| HSL | 138.62º | 0.43% | 0.13% | - |
| HSV(B) | 138.62º | 0.6% | 0.19% | - |
| XYZ | 1.54 | 2.34 | 1.47 | - |
| YUV | 37.05 | 122.89 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 48 | 28 | 0.60 | 0 | 0.42 | 0.81 | 138.62 | 0.43 | 0.13 |
| Hex | 13 | 30 | 1C | 3C | 0 | 2A | 51 | 8B | 2B | D |
| Octal | 23 | 60 | 34 | 74 | 0 | 52 | 121 | 213 | 53 | 15 |
| Binary | 10011 | 110000 | 11100 | 111100 | 0 | 101010 | 1010001 | 10001011 | 101011 | 1101 |
Color Harmonies of #13301C
Complementary color
Monochromatic Colors of #13301C
Black with #13301C
Text Example
Text Example
White with #13301C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13301C; }
p { color: rgb(19,48,28); }
H1.HeaderClassName
{
color: #13301C;
}
.AnyTagClassName
{
color: #13301C;
}
</style>
background-color css
<style>
a { background-color: #13301C; }
a { background-color: rgb(19,48,28); }
div.DivClassName
{
background-color: #13301C;
}
.BgClassName
{
background-color: #13301C;
}
</style>
border-color css
<style>
span { border-color: #13301C; }
span { border-color: rgb(19,48,28); }
td.TdClassName
{
border-color: #13301C;
}
.TagClassName
{
border-color: #13301C;
}
</style>