Shades of Deep Fir #15371C
Tints of Deep Fir #15371C
RGB
CMYK
RGB Variations
Color information
#15371C (or 0x15371C) is known color: Deep Fir. HEX triplet: 15, 37 and 1C. RGB value is (21,55,28). Sum of RGB (Red+Green+Blue) = 21+55+28=104 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.19% from 104); Green value is 55 (21.88% from 255 or 52.88% from 104); Blue value is 28 (11.33% from 255 or 26.92% from 104); Max value from RGB is 55 - color contains mainly: green. Hex color #15371C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15371C is #EAC8E3. Grayscale: #292929. Windows color (decimal): -15386852 or 1849109. OLE color: 1849109.
HSL color Cylindrical-coordinate representation of color #15371C: hue angle of 132.35º 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 #15371C is Cyan = 0.62, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 21 | 55 | 28 | - |
| CMYK | 0.62 | 0 | 0.49 | 0.78 |
| HSL | 132.35º | 0.45% | 0.15% | - |
| HSV(B) | 132.35º | 0.62% | 0.22% | - |
| XYZ | 1.89 | 2.98 | 1.57 | - |
| YUV | 41.76 | 120.24 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 55 | 28 | 0.62 | 0 | 0.49 | 0.78 | 132.35 | 0.45 | 0.15 |
| Hex | 15 | 37 | 1C | 3E | 0 | 31 | 4E | 84 | 2D | F |
| Octal | 25 | 67 | 34 | 76 | 0 | 61 | 116 | 204 | 55 | 17 |
| Binary | 10101 | 110111 | 11100 | 111110 | 0 | 110001 | 1001110 | 10000100 | 101101 | 1111 |
Color Harmonies of #15371C
Complementary color
Monochromatic Colors of #15371C
Black with #15371C
Text Example
Text Example
White with #15371C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15371C; }
p { color: rgb(21,55,28); }
H1.HeaderClassName
{
color: #15371C;
}
.AnyTagClassName
{
color: #15371C;
}
</style>
background-color css
<style>
a { background-color: #15371C; }
a { background-color: rgb(21,55,28); }
div.DivClassName
{
background-color: #15371C;
}
.BgClassName
{
background-color: #15371C;
}
</style>
border-color css
<style>
span { border-color: #15371C; }
span { border-color: rgb(21,55,28); }
td.TdClassName
{
border-color: #15371C;
}
.TagClassName
{
border-color: #15371C;
}
</style>