Shades of Black Forest #283221
Tints of Black Forest #283221
RGB
CMYK
RGB Variations
Color information
#283221 (or 0x283221) is known color: Black Forest. HEX triplet: 28, 32 and 21. RGB value is (40,50,33). Sum of RGB (Red+Green+Blue) = 40+50+33=123 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.52% from 123); Green value is 50 (19.92% from 255 or 40.65% from 123); Blue value is 33 (13.28% from 255 or 26.83% from 123); Max value from RGB is 50 - color contains mainly: green. Hex color #283221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283221 is #D7CDDE. Grayscale: #2D2D2D. Windows color (decimal): -14142943 or 2175528. OLE color: 2175528.
HSL color Cylindrical-coordinate representation of color #283221: hue angle of 95.29º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #283221 is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 40 | 50 | 33 | - |
| CMYK | 0.20 | 0 | 0.34 | 0.80 |
| HSL | 95.29º | 0.2% | 0.16% | - |
| HSV(B) | 95.29º | 0.34% | 0.2% | - |
| XYZ | 2.29 | 2.84 | 1.87 | - |
| YUV | 45.07 | 121.19 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 50 | 33 | 0.20 | 0 | 0.34 | 0.80 | 95.29 | 0.2 | 0.16 |
| Hex | 28 | 32 | 21 | 14 | 0 | 22 | 50 | 5F | 14 | 10 |
| Octal | 50 | 62 | 41 | 24 | 0 | 42 | 120 | 137 | 24 | 20 |
| Binary | 101000 | 110010 | 100001 | 10100 | 0 | 100010 | 1010000 | 1011111 | 10100 | 10000 |
Color Harmonies of #283221
Complementary color
Monochromatic Colors of #283221
Black with #283221
Text Example
Text Example
White with #283221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283221; }
p { color: rgb(40,50,33); }
H1.HeaderClassName
{
color: #283221;
}
.AnyTagClassName
{
color: #283221;
}
</style>
background-color css
<style>
a { background-color: #283221; }
a { background-color: rgb(40,50,33); }
div.DivClassName
{
background-color: #283221;
}
.BgClassName
{
background-color: #283221;
}
</style>
border-color css
<style>
span { border-color: #283221; }
span { border-color: rgb(40,50,33); }
td.TdClassName
{
border-color: #283221;
}
.TagClassName
{
border-color: #283221;
}
</style>