Shades of Deep Fir #153321
Tints of Deep Fir #153321
RGB
CMYK
RGB Variations
Color information
#153321 (or 0x153321) is known color: Deep Fir. HEX triplet: 15, 33 and 21. RGB value is (21,51,33). Sum of RGB (Red+Green+Blue) = 21+51+33=105 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20% from 105); Green value is 51 (20.31% from 255 or 48.57% from 105); Blue value is 33 (13.28% from 255 or 31.43% from 105); Max value from RGB is 51 - color contains mainly: green. Hex color #153321 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153321 is #EACCDE. Grayscale: #282828. Windows color (decimal): -15387871 or 2175765. OLE color: 2175765.
HSL color Cylindrical-coordinate representation of color #153321: hue angle of 144º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #153321 is Cyan = 0.59, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 21 | 51 | 33 | - |
| CMYK | 0.59 | 0 | 0.35 | 0.8 |
| HSL | 144º | 0.42% | 0.14% | - |
| HSV(B) | 144º | 0.59% | 0.2% | - |
| XYZ | 1.77 | 2.64 | 1.85 | - |
| YUV | 39.98 | 124.06 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 51 | 33 | 0.59 | 0 | 0.35 | 0.8 | 144 | 0.42 | 0.14 |
| Hex | 15 | 33 | 21 | 3B | 0 | 23 | 50 | 90 | 2A | E |
| Octal | 25 | 63 | 41 | 73 | 0 | 43 | 120 | 220 | 52 | 16 |
| Binary | 10101 | 110011 | 100001 | 111011 | 0 | 100011 | 1010000 | 10010000 | 101010 | 1110 |
Color Harmonies of #153321
Complementary color
Monochromatic Colors of #153321
Black with #153321
Text Example
Text Example
White with #153321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153321; }
p { color: rgb(21,51,33); }
H1.HeaderClassName
{
color: #153321;
}
.AnyTagClassName
{
color: #153321;
}
</style>
background-color css
<style>
a { background-color: #153321; }
a { background-color: rgb(21,51,33); }
div.DivClassName
{
background-color: #153321;
}
.BgClassName
{
background-color: #153321;
}
</style>
border-color css
<style>
span { border-color: #153321; }
span { border-color: rgb(21,51,33); }
td.TdClassName
{
border-color: #153321;
}
.TagClassName
{
border-color: #153321;
}
</style>