Shades of Deep Fir #15381E
Tints of Deep Fir #15381E
RGB
CMYK
RGB Variations
Color information
#15381E (or 0x15381E) is known color: Deep Fir. HEX triplet: 15, 38 and 1E. RGB value is (21,56,30). Sum of RGB (Red+Green+Blue) = 21+56+30=107 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.63% from 107); Green value is 56 (22.27% from 255 or 52.34% from 107); Blue value is 30 (12.11% from 255 or 28.04% from 107); Max value from RGB is 56 - color contains mainly: green. Hex color #15381E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15381E is #EAC7E1. Grayscale: #2A2A2A. Windows color (decimal): -15386594 or 1980437. OLE color: 1980437.
HSL color Cylindrical-coordinate representation of color #15381E: hue angle of 135.43º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #15381E is Cyan = 0.63, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 21 | 56 | 30 | - |
| CMYK | 0.63 | 0 | 0.46 | 0.78 |
| HSL | 135.43º | 0.45% | 0.15% | - |
| HSV(B) | 135.43º | 0.63% | 0.22% | - |
| XYZ | 1.96 | 3.08 | 1.72 | - |
| YUV | 42.57 | 120.9 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 56 | 30 | 0.63 | 0 | 0.46 | 0.78 | 135.43 | 0.45 | 0.15 |
| Hex | 15 | 38 | 1E | 3F | 0 | 2E | 4E | 87 | 2D | F |
| Octal | 25 | 70 | 36 | 77 | 0 | 56 | 116 | 207 | 55 | 17 |
| Binary | 10101 | 111000 | 11110 | 111111 | 0 | 101110 | 1001110 | 10000111 | 101101 | 1111 |
Color Harmonies of #15381E
Complementary color
Monochromatic Colors of #15381E
Black with #15381E
Text Example
Text Example
White with #15381E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15381E; }
p { color: rgb(21,56,30); }
H1.HeaderClassName
{
color: #15381E;
}
.AnyTagClassName
{
color: #15381E;
}
</style>
background-color css
<style>
a { background-color: #15381E; }
a { background-color: rgb(21,56,30); }
div.DivClassName
{
background-color: #15381E;
}
.BgClassName
{
background-color: #15381E;
}
</style>
border-color css
<style>
span { border-color: #15381E; }
span { border-color: rgb(21,56,30); }
td.TdClassName
{
border-color: #15381E;
}
.TagClassName
{
border-color: #15381E;
}
</style>