Shades of Deep Fir #10321D
Tints of Deep Fir #10321D
RGB
CMYK
RGB Variations
Color information
#10321D (or 0x10321D) is known color: Deep Fir. HEX triplet: 10, 32 and 1D. RGB value is (16,50,29). Sum of RGB (Red+Green+Blue) = 16+50+29=95 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.84% from 95); Green value is 50 (19.92% from 255 or 52.63% from 95); Blue value is 29 (11.72% from 255 or 30.53% from 95); Max value from RGB is 50 - color contains mainly: green. Hex color #10321D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10321D is #EFCDE2. Grayscale: #252525. Windows color (decimal): -15715811 or 1913360. OLE color: 1913360.
HSL color Cylindrical-coordinate representation of color #10321D: hue angle of 142.94º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #10321D is Cyan = 0.68, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 16 | 50 | 29 | - |
| CMYK | 0.68 | 0 | 0.42 | 0.80 |
| HSL | 142.94º | 0.52% | 0.13% | - |
| HSV(B) | 142.94º | 0.68% | 0.2% | - |
| XYZ | 1.58 | 2.48 | 1.56 | - |
| YUV | 37.44 | 123.24 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 50 | 29 | 0.68 | 0 | 0.42 | 0.80 | 142.94 | 0.52 | 0.13 |
| Hex | 10 | 32 | 1D | 44 | 0 | 2A | 50 | 8F | 34 | D |
| Octal | 20 | 62 | 35 | 104 | 0 | 52 | 120 | 217 | 64 | 15 |
| Binary | 10000 | 110010 | 11101 | 1000100 | 0 | 101010 | 1010000 | 10001111 | 110100 | 1101 |
Color Harmonies of #10321D
Complementary color
Monochromatic Colors of #10321D
Black with #10321D
Text Example
Text Example
White with #10321D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10321D; }
p { color: rgb(16,50,29); }
H1.HeaderClassName
{
color: #10321D;
}
.AnyTagClassName
{
color: #10321D;
}
</style>
background-color css
<style>
a { background-color: #10321D; }
a { background-color: rgb(16,50,29); }
div.DivClassName
{
background-color: #10321D;
}
.BgClassName
{
background-color: #10321D;
}
</style>
border-color css
<style>
span { border-color: #10321D; }
span { border-color: rgb(16,50,29); }
td.TdClassName
{
border-color: #10321D;
}
.TagClassName
{
border-color: #10321D;
}
</style>