Shades of Black Forest #283223
Tints of Black Forest #283223
RGB
CMYK
RGB Variations
Color information
#283223 (or 0x283223) is known color: Black Forest. HEX triplet: 28, 32 and 23. RGB value is (40,50,35). Sum of RGB (Red+Green+Blue) = 40+50+35=125 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32% from 125); Green value is 50 (19.92% from 255 or 40% from 125); Blue value is 35 (14.06% from 255 or 28% from 125); Max value from RGB is 50 - color contains mainly: green. Hex color #283223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283223 is #D7CDDC. Grayscale: #2D2D2D. Windows color (decimal): -14142941 or 2306600. OLE color: 2306600.
HSL color Cylindrical-coordinate representation of color #283223: hue angle of 100º degrees, saturation: 0.18, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #283223 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 40 | 50 | 35 | - |
| CMYK | 0.20 | 0 | 0.30 | 0.80 |
| HSL | 100º | 0.18% | 0.17% | - |
| HSV(B) | 100º | 0.3% | 0.2% | - |
| XYZ | 2.32 | 2.85 | 2.02 | - |
| YUV | 45.3 | 122.19 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 50 | 35 | 0.20 | 0 | 0.30 | 0.80 | 100 | 0.18 | 0.17 |
| Hex | 28 | 32 | 23 | 14 | 0 | 1E | 50 | 64 | 12 | 11 |
| Octal | 50 | 62 | 43 | 24 | 0 | 36 | 120 | 144 | 22 | 21 |
| Binary | 101000 | 110010 | 100011 | 10100 | 0 | 11110 | 1010000 | 1100100 | 10010 | 10001 |
Color Harmonies of #283223
Complementary color
Monochromatic Colors of #283223
Black with #283223
Text Example
Text Example
White with #283223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283223; }
p { color: rgb(40,50,35); }
H1.HeaderClassName
{
color: #283223;
}
.AnyTagClassName
{
color: #283223;
}
</style>
background-color css
<style>
a { background-color: #283223; }
a { background-color: rgb(40,50,35); }
div.DivClassName
{
background-color: #283223;
}
.BgClassName
{
background-color: #283223;
}
</style>
border-color css
<style>
span { border-color: #283223; }
span { border-color: rgb(40,50,35); }
td.TdClassName
{
border-color: #283223;
}
.TagClassName
{
border-color: #283223;
}
</style>