Shades of Deep Fir #10351A
Tints of Deep Fir #10351A
RGB
CMYK
RGB Variations
Color information
#10351A (or 0x10351A) is known color: Deep Fir. HEX triplet: 10, 35 and 1A. RGB value is (16,53,26). Sum of RGB (Red+Green+Blue) = 16+53+26=95 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.84% from 95); Green value is 53 (21.09% from 255 or 55.79% from 95); Blue value is 26 (10.55% from 255 or 27.37% from 95); Max value from RGB is 53 - color contains mainly: green. Hex color #10351A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10351A is #EFCAE5. Grayscale: #262626. Windows color (decimal): -15715046 or 1717520. OLE color: 1717520.
HSL color Cylindrical-coordinate representation of color #10351A: hue angle of 136.22º degrees, saturation: 0.54, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #10351A is Cyan = 0.70, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 16 | 53 | 26 | - |
| CMYK | 0.70 | 0 | 0.51 | 0.79 |
| HSL | 136.22º | 0.54% | 0.14% | - |
| HSV(B) | 136.22º | 0.7% | 0.21% | - |
| XYZ | 1.67 | 2.73 | 1.42 | - |
| YUV | 38.86 | 120.74 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 53 | 26 | 0.70 | 0 | 0.51 | 0.79 | 136.22 | 0.54 | 0.14 |
| Hex | 10 | 35 | 1A | 46 | 0 | 33 | 4F | 88 | 36 | E |
| Octal | 20 | 65 | 32 | 106 | 0 | 63 | 117 | 210 | 66 | 16 |
| Binary | 10000 | 110101 | 11010 | 1000110 | 0 | 110011 | 1001111 | 10001000 | 110110 | 1110 |
Color Harmonies of #10351A
Complementary color
Monochromatic Colors of #10351A
Black with #10351A
Text Example
Text Example
White with #10351A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10351A; }
p { color: rgb(16,53,26); }
H1.HeaderClassName
{
color: #10351A;
}
.AnyTagClassName
{
color: #10351A;
}
</style>
background-color css
<style>
a { background-color: #10351A; }
a { background-color: rgb(16,53,26); }
div.DivClassName
{
background-color: #10351A;
}
.BgClassName
{
background-color: #10351A;
}
</style>
border-color css
<style>
span { border-color: #10351A; }
span { border-color: rgb(16,53,26); }
td.TdClassName
{
border-color: #10351A;
}
.TagClassName
{
border-color: #10351A;
}
</style>