Shades of Deep Fir #10341B
Tints of Deep Fir #10341B
RGB
CMYK
RGB Variations
Color information
#10341B (or 0x10341B) is known color: Deep Fir. HEX triplet: 10, 34 and 1B. RGB value is (16,52,27). Sum of RGB (Red+Green+Blue) = 16+52+27=95 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.84% from 95); Green value is 52 (20.70% from 255 or 54.74% from 95); Blue value is 27 (10.94% from 255 or 28.42% from 95); Max value from RGB is 52 - color contains mainly: green. Hex color #10341B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10341B is #EFCBE4. Grayscale: #262626. Windows color (decimal): -15715301 or 1782800. OLE color: 1782800.
HSL color Cylindrical-coordinate representation of color #10341B: hue angle of 138.33º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #10341B is Cyan = 0.69, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 16 | 52 | 27 | - |
| CMYK | 0.69 | 0 | 0.48 | 0.80 |
| HSL | 138.33º | 0.53% | 0.13% | - |
| HSV(B) | 138.33º | 0.69% | 0.2% | - |
| XYZ | 1.64 | 2.65 | 1.46 | - |
| YUV | 38.39 | 121.57 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 52 | 27 | 0.69 | 0 | 0.48 | 0.80 | 138.33 | 0.53 | 0.13 |
| Hex | 10 | 34 | 1B | 45 | 0 | 30 | 50 | 8A | 35 | D |
| Octal | 20 | 64 | 33 | 105 | 0 | 60 | 120 | 212 | 65 | 15 |
| Binary | 10000 | 110100 | 11011 | 1000101 | 0 | 110000 | 1010000 | 10001010 | 110101 | 1101 |
Color Harmonies of #10341B
Complementary color
Monochromatic Colors of #10341B
Black with #10341B
Text Example
Text Example
White with #10341B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10341B; }
p { color: rgb(16,52,27); }
H1.HeaderClassName
{
color: #10341B;
}
.AnyTagClassName
{
color: #10341B;
}
</style>
background-color css
<style>
a { background-color: #10341B; }
a { background-color: rgb(16,52,27); }
div.DivClassName
{
background-color: #10341B;
}
.BgClassName
{
background-color: #10341B;
}
</style>
border-color css
<style>
span { border-color: #10341B; }
span { border-color: rgb(16,52,27); }
td.TdClassName
{
border-color: #10341B;
}
.TagClassName
{
border-color: #10341B;
}
</style>