Shades of Black Forest #283222
Tints of Black Forest #283222
RGB
CMYK
RGB Variations
Color information
#283222 (or 0x283222) is known color: Black Forest. HEX triplet: 28, 32 and 22. RGB value is (40,50,34). Sum of RGB (Red+Green+Blue) = 40+50+34=124 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.26% from 124); Green value is 50 (19.92% from 255 or 40.32% from 124); Blue value is 34 (13.67% from 255 or 27.42% from 124); Max value from RGB is 50 - color contains mainly: green. Hex color #283222 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283222 is #D7CDDD. Grayscale: #2D2D2D. Windows color (decimal): -14142942 or 2241064. OLE color: 2241064.
HSL color Cylindrical-coordinate representation of color #283222: hue angle of 97.5º degrees, saturation: 0.19, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #283222 is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 40 | 50 | 34 | - |
| CMYK | 0.20 | 0 | 0.32 | 0.80 |
| HSL | 97.5º | 0.19% | 0.16% | - |
| HSV(B) | 97.5º | 0.32% | 0.2% | - |
| XYZ | 2.3 | 2.85 | 1.94 | - |
| YUV | 45.19 | 121.69 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 50 | 34 | 0.20 | 0 | 0.32 | 0.80 | 97.5 | 0.19 | 0.16 |
| Hex | 28 | 32 | 22 | 14 | 0 | 20 | 50 | 62 | 13 | 10 |
| Octal | 50 | 62 | 42 | 24 | 0 | 40 | 120 | 142 | 23 | 20 |
| Binary | 101000 | 110010 | 100010 | 10100 | 0 | 100000 | 1010000 | 1100010 | 10011 | 10000 |
Color Harmonies of #283222
Complementary color
Monochromatic Colors of #283222
Black with #283222
Text Example
Text Example
White with #283222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283222; }
p { color: rgb(40,50,34); }
H1.HeaderClassName
{
color: #283222;
}
.AnyTagClassName
{
color: #283222;
}
</style>
background-color css
<style>
a { background-color: #283222; }
a { background-color: rgb(40,50,34); }
div.DivClassName
{
background-color: #283222;
}
.BgClassName
{
background-color: #283222;
}
</style>
border-color css
<style>
span { border-color: #283222; }
span { border-color: rgb(40,50,34); }
td.TdClassName
{
border-color: #283222;
}
.TagClassName
{
border-color: #283222;
}
</style>