Shades of Deep Fir #10431D
Tints of Deep Fir #10431D
RGB
CMYK
RGB Variations
Color information
#10431D (or 0x10431D) is known color: Deep Fir. HEX triplet: 10, 43 and 1D. RGB value is (16,67,29). Sum of RGB (Red+Green+Blue) = 16+67+29=112 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.29% from 112); Green value is 67 (26.56% from 255 or 59.82% from 112); Blue value is 29 (11.72% from 255 or 25.89% from 112); Max value from RGB is 67 - color contains mainly: green. Hex color #10431D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10431D is #EFBCE2. Grayscale: #2F2F2F. Windows color (decimal): -15711459 or 1917712. OLE color: 1917712.
HSL color Cylindrical-coordinate representation of color #10431D: hue angle of 135.29º 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 #10431D is Cyan = 0.76, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 16 | 67 | 29 | - |
| CMYK | 0.76 | 0 | 0.57 | 0.74 |
| HSL | 135.29º | 0.61% | 0.16% | - |
| HSV(B) | 135.29º | 0.76% | 0.26% | - |
| XYZ | 2.44 | 4.21 | 1.85 | - |
| YUV | 47.42 | 117.6 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 67 | 29 | 0.76 | 0 | 0.57 | 0.74 | 135.29 | 0.61 | 0.16 |
| Hex | 10 | 43 | 1D | 4C | 0 | 39 | 4A | 87 | 3D | 10 |
| Octal | 20 | 103 | 35 | 114 | 0 | 71 | 112 | 207 | 75 | 20 |
| Binary | 10000 | 1000011 | 11101 | 1001100 | 0 | 111001 | 1001010 | 10000111 | 111101 | 10000 |
Color Harmonies of #10431D
Complementary color
Monochromatic Colors of #10431D
Black with #10431D
Text Example
Text Example
White with #10431D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10431D; }
p { color: rgb(16,67,29); }
H1.HeaderClassName
{
color: #10431D;
}
.AnyTagClassName
{
color: #10431D;
}
</style>
background-color css
<style>
a { background-color: #10431D; }
a { background-color: rgb(16,67,29); }
div.DivClassName
{
background-color: #10431D;
}
.BgClassName
{
background-color: #10431D;
}
</style>
border-color css
<style>
span { border-color: #10431D; }
span { border-color: rgb(16,67,29); }
td.TdClassName
{
border-color: #10431D;
}
.TagClassName
{
border-color: #10431D;
}
</style>