Shades of Deep Fir #013510
Tints of Deep Fir #013510
RGB
CMYK
RGB Variations
Color information
#013510 (or 0x013510) is known color: Deep Fir. HEX triplet: 01, 35 and 10. RGB value is (1,53,16). Sum of RGB (Red+Green+Blue) = 1+53+16=70 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.43% from 70); Green value is 53 (21.09% from 255 or 75.71% from 70); Blue value is 16 (6.64% from 255 or 22.86% from 70); Max value from RGB is 53 - color contains mainly: green. Hex color #013510 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013510 is #FECAEF. Grayscale: #212121. Windows color (decimal): -16698096 or 1062145. OLE color: 1062145.
HSL color Cylindrical-coordinate representation of color #013510: hue angle of 137.31º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013510 is Cyan = 0.98, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 1 | 53 | 16 | - |
| CMYK | 0.98 | 0 | 0.70 | 0.79 |
| HSL | 137.31º | 0.96% | 0.11% | - |
| HSV(B) | 137.31º | 0.98% | 0.21% | - |
| XYZ | 1.38 | 2.59 | 0.92 | - |
| YUV | 33.23 | 118.27 | 105.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 53 | 16 | 0.98 | 0 | 0.70 | 0.79 | 137.31 | 0.96 | 0.11 |
| Hex | 1 | 35 | 10 | 62 | 0 | 46 | 4F | 89 | 60 | B |
| Octal | 1 | 65 | 20 | 142 | 0 | 106 | 117 | 211 | 140 | 13 |
| Binary | 1 | 110101 | 10000 | 1100010 | 0 | 1000110 | 1001111 | 10001001 | 1100000 | 1011 |
Color Harmonies of #013510
Complementary color
Monochromatic Colors of #013510
Black with #013510
Text Example
Text Example
White with #013510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013510; }
p { color: rgb(1,53,16); }
H1.HeaderClassName
{
color: #013510;
}
.AnyTagClassName
{
color: #013510;
}
</style>
background-color css
<style>
a { background-color: #013510; }
a { background-color: rgb(1,53,16); }
div.DivClassName
{
background-color: #013510;
}
.BgClassName
{
background-color: #013510;
}
</style>
border-color css
<style>
span { border-color: #013510; }
span { border-color: rgb(1,53,16); }
td.TdClassName
{
border-color: #013510;
}
.TagClassName
{
border-color: #013510;
}
</style>