Shades of Deep Fir #15351B
Tints of Deep Fir #15351B
RGB
CMYK
RGB Variations
Color information
#15351B (or 0x15351B) is known color: Deep Fir. HEX triplet: 15, 35 and 1B. RGB value is (21,53,27). Sum of RGB (Red+Green+Blue) = 21+53+27=101 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.79% from 101); Green value is 53 (21.09% from 255 or 52.48% from 101); Blue value is 27 (10.94% from 255 or 26.73% from 101); Max value from RGB is 53 - color contains mainly: green. Hex color #15351B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15351B is #EACAE4. Grayscale: #282828. Windows color (decimal): -15387365 or 1783061. OLE color: 1783061.
HSL color Cylindrical-coordinate representation of color #15351B: hue angle of 131.25º 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 #15351B is Cyan = 0.60, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 21 | 53 | 27 | - |
| CMYK | 0.60 | 0 | 0.49 | 0.79 |
| HSL | 131.25º | 0.43% | 0.15% | - |
| HSV(B) | 131.25º | 0.6% | 0.21% | - |
| XYZ | 1.78 | 2.78 | 1.48 | - |
| YUV | 40.47 | 120.4 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 53 | 27 | 0.60 | 0 | 0.49 | 0.79 | 131.25 | 0.43 | 0.15 |
| Hex | 15 | 35 | 1B | 3C | 0 | 31 | 4F | 83 | 2B | F |
| Octal | 25 | 65 | 33 | 74 | 0 | 61 | 117 | 203 | 53 | 17 |
| Binary | 10101 | 110101 | 11011 | 111100 | 0 | 110001 | 1001111 | 10000011 | 101011 | 1111 |
Color Harmonies of #15351B
Complementary color
Monochromatic Colors of #15351B
Black with #15351B
Text Example
Text Example
White with #15351B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15351B; }
p { color: rgb(21,53,27); }
H1.HeaderClassName
{
color: #15351B;
}
.AnyTagClassName
{
color: #15351B;
}
</style>
background-color css
<style>
a { background-color: #15351B; }
a { background-color: rgb(21,53,27); }
div.DivClassName
{
background-color: #15351B;
}
.BgClassName
{
background-color: #15351B;
}
</style>
border-color css
<style>
span { border-color: #15351B; }
span { border-color: rgb(21,53,27); }
td.TdClassName
{
border-color: #15351B;
}
.TagClassName
{
border-color: #15351B;
}
</style>