Shades of Deep Fir #15411F
Tints of Deep Fir #15411F
RGB
CMYK
RGB Variations
Color information
#15411F (or 0x15411F) is known color: Deep Fir. HEX triplet: 15, 41 and 1F. RGB value is (21,65,31). Sum of RGB (Red+Green+Blue) = 21+65+31=117 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.95% from 117); Green value is 65 (25.78% from 255 or 55.56% from 117); Blue value is 31 (12.5% from 255 or 26.50% from 117); Max value from RGB is 65 - color contains mainly: green. Hex color #15411F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15411F is #EABEE0. Grayscale: #303030. Windows color (decimal): -15384289 or 2048277. OLE color: 2048277.
HSL color Cylindrical-coordinate representation of color #15411F: hue angle of 133.64º 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 #15411F is Cyan = 0.68, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 65 | 31 | - |
| CMYK | 0.68 | 0 | 0.52 | 0.75 |
| HSL | 133.64º | 0.51% | 0.17% | - |
| HSV(B) | 133.64º | 0.68% | 0.25% | - |
| XYZ | 2.45 | 4.04 | 1.95 | - |
| YUV | 47.97 | 118.42 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 65 | 31 | 0.68 | 0 | 0.52 | 0.75 | 133.64 | 0.51 | 0.17 |
| Hex | 15 | 41 | 1F | 44 | 0 | 34 | 4B | 86 | 33 | 11 |
| Octal | 25 | 101 | 37 | 104 | 0 | 64 | 113 | 206 | 63 | 21 |
| Binary | 10101 | 1000001 | 11111 | 1000100 | 0 | 110100 | 1001011 | 10000110 | 110011 | 10001 |
Color Harmonies of #15411F
Complementary color
Monochromatic Colors of #15411F
Black with #15411F
Text Example
Text Example
White with #15411F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15411F; }
p { color: rgb(21,65,31); }
H1.HeaderClassName
{
color: #15411F;
}
.AnyTagClassName
{
color: #15411F;
}
</style>
background-color css
<style>
a { background-color: #15411F; }
a { background-color: rgb(21,65,31); }
div.DivClassName
{
background-color: #15411F;
}
.BgClassName
{
background-color: #15411F;
}
</style>
border-color css
<style>
span { border-color: #15411F; }
span { border-color: rgb(21,65,31); }
td.TdClassName
{
border-color: #15411F;
}
.TagClassName
{
border-color: #15411F;
}
</style>