Shades of Deep Fir #21442C
Tints of Deep Fir #21442C
RGB
CMYK
RGB Variations
Color information
#21442C (or 0x21442C) is known color: Deep Fir. HEX triplet: 21, 44 and 2C. RGB value is (33,68,44). Sum of RGB (Red+Green+Blue) = 33+68+44=145 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.76% from 145); Green value is 68 (26.95% from 255 or 46.90% from 145); Blue value is 44 (17.58% from 255 or 30.34% from 145); Max value from RGB is 68 - color contains mainly: green. Hex color #21442C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21442C is #DEBBD3. Grayscale: #363636. Windows color (decimal): -14597076 or 2901025. OLE color: 2901025.
HSL color Cylindrical-coordinate representation of color #21442C: hue angle of 138.86º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #21442C is Cyan = 0.51, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 33 | 68 | 44 | - |
| CMYK | 0.51 | 0 | 0.35 | 0.73 |
| HSL | 138.86º | 0.35% | 0.2% | - |
| HSV(B) | 138.86º | 0.51% | 0.27% | - |
| XYZ | 3.15 | 4.64 | 3.11 | - |
| YUV | 54.8 | 121.9 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 68 | 44 | 0.51 | 0 | 0.35 | 0.73 | 138.86 | 0.35 | 0.2 |
| Hex | 21 | 44 | 2C | 33 | 0 | 23 | 49 | 8B | 23 | 14 |
| Octal | 41 | 104 | 54 | 63 | 0 | 43 | 111 | 213 | 43 | 24 |
| Binary | 100001 | 1000100 | 101100 | 110011 | 0 | 100011 | 1001001 | 10001011 | 100011 | 10100 |
Color Harmonies of #21442C
Complementary color
Monochromatic Colors of #21442C
Black with #21442C
Text Example
Text Example
White with #21442C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21442C; }
p { color: rgb(33,68,44); }
H1.HeaderClassName
{
color: #21442C;
}
.AnyTagClassName
{
color: #21442C;
}
</style>
background-color css
<style>
a { background-color: #21442C; }
a { background-color: rgb(33,68,44); }
div.DivClassName
{
background-color: #21442C;
}
.BgClassName
{
background-color: #21442C;
}
</style>
border-color css
<style>
span { border-color: #21442C; }
span { border-color: rgb(33,68,44); }
td.TdClassName
{
border-color: #21442C;
}
.TagClassName
{
border-color: #21442C;
}
</style>