Shades of Deep Fir #15321D
Tints of Deep Fir #15321D
RGB
CMYK
RGB Variations
Color information
#15321D (or 0x15321D) is known color: Deep Fir. HEX triplet: 15, 32 and 1D. RGB value is (21,50,29). Sum of RGB (Red+Green+Blue) = 21+50+29=100 (13% of max value = 765). Red value is 21 (8.59% from 255 or 21% from 100); Green value is 50 (19.92% from 255 or 50% from 100); Blue value is 29 (11.72% from 255 or 29% from 100); Max value from RGB is 50 - color contains mainly: green. Hex color #15321D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15321D is #EACDE2. Grayscale: #262626. Windows color (decimal): -15388131 or 1913365. OLE color: 1913365.
HSL color Cylindrical-coordinate representation of color #15321D: hue angle of 136.55º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #15321D is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 21 | 50 | 29 | - |
| CMYK | 0.58 | 0 | 0.42 | 0.80 |
| HSL | 136.55º | 0.41% | 0.14% | - |
| HSV(B) | 136.55º | 0.58% | 0.2% | - |
| XYZ | 1.67 | 2.53 | 1.56 | - |
| YUV | 38.94 | 122.39 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 50 | 29 | 0.58 | 0 | 0.42 | 0.80 | 136.55 | 0.41 | 0.14 |
| Hex | 15 | 32 | 1D | 3A | 0 | 2A | 50 | 89 | 29 | E |
| Octal | 25 | 62 | 35 | 72 | 0 | 52 | 120 | 211 | 51 | 16 |
| Binary | 10101 | 110010 | 11101 | 111010 | 0 | 101010 | 1010000 | 10001001 | 101001 | 1110 |
Color Harmonies of #15321D
Complementary color
Monochromatic Colors of #15321D
Black with #15321D
Text Example
Text Example
White with #15321D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15321D; }
p { color: rgb(21,50,29); }
H1.HeaderClassName
{
color: #15321D;
}
.AnyTagClassName
{
color: #15321D;
}
</style>
background-color css
<style>
a { background-color: #15321D; }
a { background-color: rgb(21,50,29); }
div.DivClassName
{
background-color: #15321D;
}
.BgClassName
{
background-color: #15321D;
}
</style>
border-color css
<style>
span { border-color: #15321D; }
span { border-color: rgb(21,50,29); }
td.TdClassName
{
border-color: #15321D;
}
.TagClassName
{
border-color: #15321D;
}
</style>