Shades of Deep Fir #15361E
Tints of Deep Fir #15361E
RGB
CMYK
RGB Variations
Color information
#15361E (or 0x15361E) is known color: Deep Fir. HEX triplet: 15, 36 and 1E. RGB value is (21,54,30). Sum of RGB (Red+Green+Blue) = 21+54+30=105 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20% from 105); Green value is 54 (21.48% from 255 or 51.43% from 105); Blue value is 30 (12.11% from 255 or 28.57% from 105); Max value from RGB is 54 - color contains mainly: green. Hex color #15361E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15361E is #EAC9E1. Grayscale: #292929. Windows color (decimal): -15387106 or 1979925. OLE color: 1979925.
HSL color Cylindrical-coordinate representation of color #15361E: hue angle of 136.36º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #15361E is Cyan = 0.61, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 21 | 54 | 30 | - |
| CMYK | 0.61 | 0 | 0.44 | 0.79 |
| HSL | 136.36º | 0.44% | 0.15% | - |
| HSV(B) | 136.36º | 0.61% | 0.21% | - |
| XYZ | 1.86 | 2.89 | 1.69 | - |
| YUV | 41.4 | 121.57 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 54 | 30 | 0.61 | 0 | 0.44 | 0.79 | 136.36 | 0.44 | 0.15 |
| Hex | 15 | 36 | 1E | 3D | 0 | 2C | 4F | 88 | 2C | F |
| Octal | 25 | 66 | 36 | 75 | 0 | 54 | 117 | 210 | 54 | 17 |
| Binary | 10101 | 110110 | 11110 | 111101 | 0 | 101100 | 1001111 | 10001000 | 101100 | 1111 |
Color Harmonies of #15361E
Complementary color
Monochromatic Colors of #15361E
Black with #15361E
Text Example
Text Example
White with #15361E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15361E; }
p { color: rgb(21,54,30); }
H1.HeaderClassName
{
color: #15361E;
}
.AnyTagClassName
{
color: #15361E;
}
</style>
background-color css
<style>
a { background-color: #15361E; }
a { background-color: rgb(21,54,30); }
div.DivClassName
{
background-color: #15361E;
}
.BgClassName
{
background-color: #15361E;
}
</style>
border-color css
<style>
span { border-color: #15361E; }
span { border-color: rgb(21,54,30); }
td.TdClassName
{
border-color: #15361E;
}
.TagClassName
{
border-color: #15361E;
}
</style>