Shades of Deep Fir #10371C
Tints of Deep Fir #10371C
RGB
CMYK
RGB Variations
Color information
#10371C (or 0x10371C) is known color: Deep Fir. HEX triplet: 10, 37 and 1C. RGB value is (16,55,28). Sum of RGB (Red+Green+Blue) = 16+55+28=99 (13% of max value = 765). Red value is 16 (6.64% from 255 or 16.16% from 99); Green value is 55 (21.88% from 255 or 55.56% from 99); Blue value is 28 (11.33% from 255 or 28.28% from 99); Max value from RGB is 55 - color contains mainly: green. Hex color #10371C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10371C is #EFC8E3. Grayscale: #282828. Windows color (decimal): -15714532 or 1849104. OLE color: 1849104.
HSL color Cylindrical-coordinate representation of color #10371C: hue angle of 138.46º 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 #10371C is Cyan = 0.71, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 16 | 55 | 28 | - |
| CMYK | 0.71 | 0 | 0.49 | 0.78 |
| HSL | 138.46º | 0.55% | 0.14% | - |
| HSV(B) | 138.46º | 0.71% | 0.22% | - |
| XYZ | 1.79 | 2.93 | 1.57 | - |
| YUV | 40.26 | 121.08 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 55 | 28 | 0.71 | 0 | 0.49 | 0.78 | 138.46 | 0.55 | 0.14 |
| Hex | 10 | 37 | 1C | 47 | 0 | 31 | 4E | 8A | 37 | E |
| Octal | 20 | 67 | 34 | 107 | 0 | 61 | 116 | 212 | 67 | 16 |
| Binary | 10000 | 110111 | 11100 | 1000111 | 0 | 110001 | 1001110 | 10001010 | 110111 | 1110 |
Color Harmonies of #10371C
Complementary color
Monochromatic Colors of #10371C
Black with #10371C
Text Example
Text Example
White with #10371C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10371C; }
p { color: rgb(16,55,28); }
H1.HeaderClassName
{
color: #10371C;
}
.AnyTagClassName
{
color: #10371C;
}
</style>
background-color css
<style>
a { background-color: #10371C; }
a { background-color: rgb(16,55,28); }
div.DivClassName
{
background-color: #10371C;
}
.BgClassName
{
background-color: #10371C;
}
</style>
border-color css
<style>
span { border-color: #10371C; }
span { border-color: rgb(16,55,28); }
td.TdClassName
{
border-color: #10371C;
}
.TagClassName
{
border-color: #10371C;
}
</style>