Shades of Deep Fir #15371B
Tints of Deep Fir #15371B
RGB
CMYK
RGB Variations
Color information
#15371B (or 0x15371B) is known color: Deep Fir. HEX triplet: 15, 37 and 1B. RGB value is (21,55,27). Sum of RGB (Red+Green+Blue) = 21+55+27=103 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.39% from 103); Green value is 55 (21.88% from 255 or 53.40% from 103); Blue value is 27 (10.94% from 255 or 26.21% from 103); Max value from RGB is 55 - color contains mainly: green. Hex color #15371B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15371B is #EAC8E4. Grayscale: #292929. Windows color (decimal): -15386853 or 1783573. OLE color: 1783573.
HSL color Cylindrical-coordinate representation of color #15371B: hue angle of 130.59º 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 #15371B is Cyan = 0.62, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 21 | 55 | 27 | - |
| CMYK | 0.62 | 0 | 0.51 | 0.78 |
| HSL | 130.59º | 0.45% | 0.15% | - |
| HSV(B) | 130.59º | 0.62% | 0.22% | - |
| XYZ | 1.87 | 2.97 | 1.51 | - |
| YUV | 41.64 | 119.74 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 55 | 27 | 0.62 | 0 | 0.51 | 0.78 | 130.59 | 0.45 | 0.15 |
| Hex | 15 | 37 | 1B | 3E | 0 | 33 | 4E | 83 | 2D | F |
| Octal | 25 | 67 | 33 | 76 | 0 | 63 | 116 | 203 | 55 | 17 |
| Binary | 10101 | 110111 | 11011 | 111110 | 0 | 110011 | 1001110 | 10000011 | 101101 | 1111 |
Color Harmonies of #15371B
Complementary color
Monochromatic Colors of #15371B
Black with #15371B
Text Example
Text Example
White with #15371B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15371B; }
p { color: rgb(21,55,27); }
H1.HeaderClassName
{
color: #15371B;
}
.AnyTagClassName
{
color: #15371B;
}
</style>
background-color css
<style>
a { background-color: #15371B; }
a { background-color: rgb(21,55,27); }
div.DivClassName
{
background-color: #15371B;
}
.BgClassName
{
background-color: #15371B;
}
</style>
border-color css
<style>
span { border-color: #15371B; }
span { border-color: rgb(21,55,27); }
td.TdClassName
{
border-color: #15371B;
}
.TagClassName
{
border-color: #15371B;
}
</style>