Shades of Deep Fir #10371E
Tints of Deep Fir #10371E
RGB
CMYK
RGB Variations
Color information
#10371E (or 0x10371E) is known color: Deep Fir. HEX triplet: 10, 37 and 1E. RGB value is (16,55,30). Sum of RGB (Red+Green+Blue) = 16+55+30=101 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.84% from 101); Green value is 55 (21.88% from 255 or 54.46% from 101); Blue value is 30 (12.11% from 255 or 29.70% from 101); Max value from RGB is 55 - color contains mainly: green. Hex color #10371E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10371E is #EFC8E1. Grayscale: #282828. Windows color (decimal): -15714530 or 1980176. OLE color: 1980176.
HSL color Cylindrical-coordinate representation of color #10371E: hue angle of 141.54º degrees, saturation: 0.55, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #10371E is Cyan = 0.71, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 16 | 55 | 30 | - |
| CMYK | 0.71 | 0 | 0.45 | 0.78 |
| HSL | 141.54º | 0.55% | 0.14% | - |
| HSV(B) | 141.54º | 0.71% | 0.22% | - |
| XYZ | 1.81 | 2.94 | 1.7 | - |
| YUV | 40.49 | 122.08 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 55 | 30 | 0.71 | 0 | 0.45 | 0.78 | 141.54 | 0.55 | 0.14 |
| Hex | 10 | 37 | 1E | 47 | 0 | 2D | 4E | 8E | 37 | E |
| Octal | 20 | 67 | 36 | 107 | 0 | 55 | 116 | 216 | 67 | 16 |
| Binary | 10000 | 110111 | 11110 | 1000111 | 0 | 101101 | 1001110 | 10001110 | 110111 | 1110 |
Color Harmonies of #10371E
Complementary color
Monochromatic Colors of #10371E
Black with #10371E
Text Example
Text Example
White with #10371E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10371E; }
p { color: rgb(16,55,30); }
H1.HeaderClassName
{
color: #10371E;
}
.AnyTagClassName
{
color: #10371E;
}
</style>
background-color css
<style>
a { background-color: #10371E; }
a { background-color: rgb(16,55,30); }
div.DivClassName
{
background-color: #10371E;
}
.BgClassName
{
background-color: #10371E;
}
</style>
border-color css
<style>
span { border-color: #10371E; }
span { border-color: rgb(16,55,30); }
td.TdClassName
{
border-color: #10371E;
}
.TagClassName
{
border-color: #10371E;
}
</style>