Shades of Deep Fir #15391F
Tints of Deep Fir #15391F
RGB
CMYK
RGB Variations
Color information
#15391F (or 0x15391F) is known color: Deep Fir. HEX triplet: 15, 39 and 1F. RGB value is (21,57,31). Sum of RGB (Red+Green+Blue) = 21+57+31=109 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.27% from 109); Green value is 57 (22.66% from 255 or 52.29% from 109); Blue value is 31 (12.5% from 255 or 28.44% from 109); Max value from RGB is 57 - color contains mainly: green. Hex color #15391F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15391F is #EAC6E0. Grayscale: #2B2B2B. Windows color (decimal): -15386337 or 2046229. OLE color: 2046229.
HSL color Cylindrical-coordinate representation of color #15391F: hue angle of 136.67º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #15391F is Cyan = 0.63, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 21 | 57 | 31 | - |
| CMYK | 0.63 | 0 | 0.46 | 0.78 |
| HSL | 136.67º | 0.46% | 0.15% | - |
| HSV(B) | 136.67º | 0.63% | 0.22% | - |
| XYZ | 2.02 | 3.18 | 1.8 | - |
| YUV | 43.27 | 121.07 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 57 | 31 | 0.63 | 0 | 0.46 | 0.78 | 136.67 | 0.46 | 0.15 |
| Hex | 15 | 39 | 1F | 3F | 0 | 2E | 4E | 89 | 2E | F |
| Octal | 25 | 71 | 37 | 77 | 0 | 56 | 116 | 211 | 56 | 17 |
| Binary | 10101 | 111001 | 11111 | 111111 | 0 | 101110 | 1001110 | 10001001 | 101110 | 1111 |
Color Harmonies of #15391F
Complementary color
Monochromatic Colors of #15391F
Black with #15391F
Text Example
Text Example
White with #15391F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15391F; }
p { color: rgb(21,57,31); }
H1.HeaderClassName
{
color: #15391F;
}
.AnyTagClassName
{
color: #15391F;
}
</style>
background-color css
<style>
a { background-color: #15391F; }
a { background-color: rgb(21,57,31); }
div.DivClassName
{
background-color: #15391F;
}
.BgClassName
{
background-color: #15391F;
}
</style>
border-color css
<style>
span { border-color: #15391F; }
span { border-color: rgb(21,57,31); }
td.TdClassName
{
border-color: #15391F;
}
.TagClassName
{
border-color: #15391F;
}
</style>