Shades of Deep Fir #15341C
Tints of Deep Fir #15341C
RGB
CMYK
RGB Variations
Color information
#15341C (or 0x15341C) is known color: Deep Fir. HEX triplet: 15, 34 and 1C. RGB value is (21,52,28). Sum of RGB (Red+Green+Blue) = 21+52+28=101 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.79% from 101); Green value is 52 (20.70% from 255 or 51.49% from 101); Blue value is 28 (11.33% from 255 or 27.72% from 101); Max value from RGB is 52 - color contains mainly: green. Hex color #15341C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15341C is #EACBE3. Grayscale: #282828. Windows color (decimal): -15387620 or 1848341. OLE color: 1848341.
HSL color Cylindrical-coordinate representation of color #15341C: hue angle of 133.55º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #15341C is Cyan = 0.60, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 21 | 52 | 28 | - |
| CMYK | 0.60 | 0 | 0.46 | 0.80 |
| HSL | 133.55º | 0.42% | 0.14% | - |
| HSV(B) | 133.55º | 0.6% | 0.2% | - |
| XYZ | 1.75 | 2.7 | 1.53 | - |
| YUV | 40 | 121.23 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 52 | 28 | 0.60 | 0 | 0.46 | 0.80 | 133.55 | 0.42 | 0.14 |
| Hex | 15 | 34 | 1C | 3C | 0 | 2E | 50 | 86 | 2A | E |
| Octal | 25 | 64 | 34 | 74 | 0 | 56 | 120 | 206 | 52 | 16 |
| Binary | 10101 | 110100 | 11100 | 111100 | 0 | 101110 | 1010000 | 10000110 | 101010 | 1110 |
Color Harmonies of #15341C
Complementary color
Monochromatic Colors of #15341C
Black with #15341C
Text Example
Text Example
White with #15341C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15341C; }
p { color: rgb(21,52,28); }
H1.HeaderClassName
{
color: #15341C;
}
.AnyTagClassName
{
color: #15341C;
}
</style>
background-color css
<style>
a { background-color: #15341C; }
a { background-color: rgb(21,52,28); }
div.DivClassName
{
background-color: #15341C;
}
.BgClassName
{
background-color: #15341C;
}
</style>
border-color css
<style>
span { border-color: #15341C; }
span { border-color: rgb(21,52,28); }
td.TdClassName
{
border-color: #15341C;
}
.TagClassName
{
border-color: #15341C;
}
</style>