Shades of Deep Fir #15381C
Tints of Deep Fir #15381C
RGB
CMYK
RGB Variations
Color information
#15381C (or 0x15381C) is known color: Deep Fir. HEX triplet: 15, 38 and 1C. RGB value is (21,56,28). Sum of RGB (Red+Green+Blue) = 21+56+28=105 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20% from 105); Green value is 56 (22.27% from 255 or 53.33% from 105); Blue value is 28 (11.33% from 255 or 26.67% from 105); Max value from RGB is 56 - color contains mainly: green. Hex color #15381C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15381C is #EAC7E3. Grayscale: #2A2A2A. Windows color (decimal): -15386596 or 1849365. OLE color: 1849365.
HSL color Cylindrical-coordinate representation of color #15381C: hue angle of 132º 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 #15381C is Cyan = 0.63, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 21 | 56 | 28 | - |
| CMYK | 0.63 | 0 | 0.50 | 0.78 |
| HSL | 132º | 0.45% | 0.15% | - |
| HSV(B) | 132º | 0.63% | 0.22% | - |
| XYZ | 1.93 | 3.07 | 1.59 | - |
| YUV | 42.34 | 119.9 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 56 | 28 | 0.63 | 0 | 0.50 | 0.78 | 132 | 0.45 | 0.15 |
| Hex | 15 | 38 | 1C | 3F | 0 | 32 | 4E | 84 | 2D | F |
| Octal | 25 | 70 | 34 | 77 | 0 | 62 | 116 | 204 | 55 | 17 |
| Binary | 10101 | 111000 | 11100 | 111111 | 0 | 110010 | 1001110 | 10000100 | 101101 | 1111 |
Color Harmonies of #15381C
Complementary color
Monochromatic Colors of #15381C
Black with #15381C
Text Example
Text Example
White with #15381C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15381C; }
p { color: rgb(21,56,28); }
H1.HeaderClassName
{
color: #15381C;
}
.AnyTagClassName
{
color: #15381C;
}
</style>
background-color css
<style>
a { background-color: #15381C; }
a { background-color: rgb(21,56,28); }
div.DivClassName
{
background-color: #15381C;
}
.BgClassName
{
background-color: #15381C;
}
</style>
border-color css
<style>
span { border-color: #15381C; }
span { border-color: rgb(21,56,28); }
td.TdClassName
{
border-color: #15381C;
}
.TagClassName
{
border-color: #15381C;
}
</style>