Shades of Deep Fir #10421E
Tints of Deep Fir #10421E
RGB
CMYK
RGB Variations
Color information
#10421E (or 0x10421E) is known color: Deep Fir. HEX triplet: 10, 42 and 1E. RGB value is (16,66,30). Sum of RGB (Red+Green+Blue) = 16+66+30=112 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.29% from 112); Green value is 66 (26.17% from 255 or 58.93% from 112); Blue value is 30 (12.11% from 255 or 26.79% from 112); Max value from RGB is 66 - color contains mainly: green. Hex color #10421E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10421E is #EFBDE1. Grayscale: #2F2F2F. Windows color (decimal): -15711714 or 1982992. OLE color: 1982992.
HSL color Cylindrical-coordinate representation of color #10421E: hue angle of 136.8º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #10421E is Cyan = 0.76, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 16 | 66 | 30 | - |
| CMYK | 0.76 | 0 | 0.55 | 0.74 |
| HSL | 136.8º | 0.61% | 0.16% | - |
| HSV(B) | 136.8º | 0.76% | 0.26% | - |
| XYZ | 2.4 | 4.1 | 1.89 | - |
| YUV | 46.95 | 118.44 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 66 | 30 | 0.76 | 0 | 0.55 | 0.74 | 136.8 | 0.61 | 0.16 |
| Hex | 10 | 42 | 1E | 4C | 0 | 37 | 4A | 89 | 3D | 10 |
| Octal | 20 | 102 | 36 | 114 | 0 | 67 | 112 | 211 | 75 | 20 |
| Binary | 10000 | 1000010 | 11110 | 1001100 | 0 | 110111 | 1001010 | 10001001 | 111101 | 10000 |
Color Harmonies of #10421E
Complementary color
Monochromatic Colors of #10421E
Black with #10421E
Text Example
Text Example
White with #10421E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10421E; }
p { color: rgb(16,66,30); }
H1.HeaderClassName
{
color: #10421E;
}
.AnyTagClassName
{
color: #10421E;
}
</style>
background-color css
<style>
a { background-color: #10421E; }
a { background-color: rgb(16,66,30); }
div.DivClassName
{
background-color: #10421E;
}
.BgClassName
{
background-color: #10421E;
}
</style>
border-color css
<style>
span { border-color: #10421E; }
span { border-color: rgb(16,66,30); }
td.TdClassName
{
border-color: #10421E;
}
.TagClassName
{
border-color: #10421E;
}
</style>