Shades of Deep Fir #203828
Tints of Deep Fir #203828
RGB
CMYK
RGB Variations
Color information
#203828 (or 0x203828) is known color: Deep Fir. HEX triplet: 20, 38 and 28. RGB value is (32,56,40). Sum of RGB (Red+Green+Blue) = 32+56+40=128 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25% from 128); Green value is 56 (22.27% from 255 or 43.75% from 128); Blue value is 40 (16.02% from 255 or 31.25% from 128); Max value from RGB is 56 - color contains mainly: green. Hex color #203828 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203828 is #DFC7D7. Grayscale: #2F2F2F. Windows color (decimal): -14665688 or 2635808. OLE color: 2635808.
HSL color Cylindrical-coordinate representation of color #203828: hue angle of 140º degrees, saturation: 0.27, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #203828 is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 32 | 56 | 40 | - |
| CMYK | 0.43 | 0 | 0.29 | 0.78 |
| HSL | 140º | 0.27% | 0.17% | - |
| HSV(B) | 140º | 0.43% | 0.22% | - |
| XYZ | 2.39 | 3.29 | 2.52 | - |
| YUV | 47 | 124.05 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 56 | 40 | 0.43 | 0 | 0.29 | 0.78 | 140 | 0.27 | 0.17 |
| Hex | 20 | 38 | 28 | 2B | 0 | 1D | 4E | 8C | 1B | 11 |
| Octal | 40 | 70 | 50 | 53 | 0 | 35 | 116 | 214 | 33 | 21 |
| Binary | 100000 | 111000 | 101000 | 101011 | 0 | 11101 | 1001110 | 10001100 | 11011 | 10001 |
Color Harmonies of #203828
Complementary color
Monochromatic Colors of #203828
Black with #203828
Text Example
Text Example
White with #203828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203828; }
p { color: rgb(32,56,40); }
H1.HeaderClassName
{
color: #203828;
}
.AnyTagClassName
{
color: #203828;
}
</style>
background-color css
<style>
a { background-color: #203828; }
a { background-color: rgb(32,56,40); }
div.DivClassName
{
background-color: #203828;
}
.BgClassName
{
background-color: #203828;
}
</style>
border-color css
<style>
span { border-color: #203828; }
span { border-color: rgb(32,56,40); }
td.TdClassName
{
border-color: #203828;
}
.TagClassName
{
border-color: #203828;
}
</style>