Shades of Deep Fir #15411D
Tints of Deep Fir #15411D
RGB
CMYK
RGB Variations
Color information
#15411D (or 0x15411D) is known color: Deep Fir. HEX triplet: 15, 41 and 1D. RGB value is (21,65,29). Sum of RGB (Red+Green+Blue) = 21+65+29=115 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.26% from 115); Green value is 65 (25.78% from 255 or 56.52% from 115); Blue value is 29 (11.72% from 255 or 25.22% from 115); Max value from RGB is 65 - color contains mainly: green. Hex color #15411D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15411D is #EABEE2. Grayscale: #2F2F2F. Windows color (decimal): -15384291 or 1917205. OLE color: 1917205.
HSL color Cylindrical-coordinate representation of color #15411D: hue angle of 130.91º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #15411D is Cyan = 0.68, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 65 | 29 | - |
| CMYK | 0.68 | 0 | 0.55 | 0.75 |
| HSL | 130.91º | 0.51% | 0.17% | - |
| HSV(B) | 130.91º | 0.68% | 0.25% | - |
| XYZ | 2.42 | 4.03 | 1.81 | - |
| YUV | 47.74 | 117.42 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 65 | 29 | 0.68 | 0 | 0.55 | 0.75 | 130.91 | 0.51 | 0.17 |
| Hex | 15 | 41 | 1D | 44 | 0 | 37 | 4B | 83 | 33 | 11 |
| Octal | 25 | 101 | 35 | 104 | 0 | 67 | 113 | 203 | 63 | 21 |
| Binary | 10101 | 1000001 | 11101 | 1000100 | 0 | 110111 | 1001011 | 10000011 | 110011 | 10001 |
Color Harmonies of #15411D
Complementary color
Monochromatic Colors of #15411D
Black with #15411D
Text Example
Text Example
White with #15411D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15411D; }
p { color: rgb(21,65,29); }
H1.HeaderClassName
{
color: #15411D;
}
.AnyTagClassName
{
color: #15411D;
}
</style>
background-color css
<style>
a { background-color: #15411D; }
a { background-color: rgb(21,65,29); }
div.DivClassName
{
background-color: #15411D;
}
.BgClassName
{
background-color: #15411D;
}
</style>
border-color css
<style>
span { border-color: #15411D; }
span { border-color: rgb(21,65,29); }
td.TdClassName
{
border-color: #15411D;
}
.TagClassName
{
border-color: #15411D;
}
</style>