Shades of Deep Fir #15351F
Tints of Deep Fir #15351F
RGB
CMYK
RGB Variations
Color information
#15351F (or 0x15351F) is known color: Deep Fir. HEX triplet: 15, 35 and 1F. RGB value is (21,53,31). Sum of RGB (Red+Green+Blue) = 21+53+31=105 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20% from 105); Green value is 53 (21.09% from 255 or 50.48% from 105); Blue value is 31 (12.5% from 255 or 29.52% from 105); Max value from RGB is 53 - color contains mainly: green. Hex color #15351F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15351F is #EACAE0. Grayscale: #282828. Windows color (decimal): -15387361 or 2045205. OLE color: 2045205.
HSL color Cylindrical-coordinate representation of color #15351F: hue angle of 138.75º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #15351F is Cyan = 0.60, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 21 | 53 | 31 | - |
| CMYK | 0.60 | 0 | 0.42 | 0.79 |
| HSL | 138.75º | 0.43% | 0.15% | - |
| HSV(B) | 138.75º | 0.6% | 0.21% | - |
| XYZ | 1.83 | 2.8 | 1.74 | - |
| YUV | 40.92 | 122.4 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 53 | 31 | 0.60 | 0 | 0.42 | 0.79 | 138.75 | 0.43 | 0.15 |
| Hex | 15 | 35 | 1F | 3C | 0 | 2A | 4F | 8B | 2B | F |
| Octal | 25 | 65 | 37 | 74 | 0 | 52 | 117 | 213 | 53 | 17 |
| Binary | 10101 | 110101 | 11111 | 111100 | 0 | 101010 | 1001111 | 10001011 | 101011 | 1111 |
Color Harmonies of #15351F
Complementary color
Monochromatic Colors of #15351F
Black with #15351F
Text Example
Text Example
White with #15351F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15351F; }
p { color: rgb(21,53,31); }
H1.HeaderClassName
{
color: #15351F;
}
.AnyTagClassName
{
color: #15351F;
}
</style>
background-color css
<style>
a { background-color: #15351F; }
a { background-color: rgb(21,53,31); }
div.DivClassName
{
background-color: #15351F;
}
.BgClassName
{
background-color: #15351F;
}
</style>
border-color css
<style>
span { border-color: #15351F; }
span { border-color: rgb(21,53,31); }
td.TdClassName
{
border-color: #15351F;
}
.TagClassName
{
border-color: #15351F;
}
</style>