Shades of Black Forest #203213
Tints of Black Forest #203213
RGB
CMYK
RGB Variations
Color information
#203213 (or 0x203213) is known color: Black Forest. HEX triplet: 20, 32 and 13. RGB value is (32,50,19). Sum of RGB (Red+Green+Blue) = 32+50+19=101 (13% of max value = 765). Red value is 32 (12.89% from 255 or 31.68% from 101); Green value is 50 (19.92% from 255 or 49.50% from 101); Blue value is 19 (7.81% from 255 or 18.81% from 101); Max value from RGB is 50 - color contains mainly: green. Hex color #203213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #203213 is #DFCDEC. Grayscale: #292929. Windows color (decimal): -14667245 or 1258016. OLE color: 1258016.
HSL color Cylindrical-coordinate representation of color #203213: hue angle of 94.84º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #203213 is Cyan = 0.36, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 32 | 50 | 19 | - |
| CMYK | 0.36 | 0 | 0.62 | 0.80 |
| HSL | 94.84º | 0.45% | 0.14% | - |
| HSV(B) | 94.84º | 0.62% | 0.2% | - |
| XYZ | 1.85 | 2.64 | 1.03 | - |
| YUV | 41.08 | 115.54 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 50 | 19 | 0.36 | 0 | 0.62 | 0.80 | 94.84 | 0.45 | 0.14 |
| Hex | 20 | 32 | 13 | 24 | 0 | 3E | 50 | 5F | 2D | E |
| Octal | 40 | 62 | 23 | 44 | 0 | 76 | 120 | 137 | 55 | 16 |
| Binary | 100000 | 110010 | 10011 | 100100 | 0 | 111110 | 1010000 | 1011111 | 101101 | 1110 |
Color Harmonies of #203213
Complementary color
Monochromatic Colors of #203213
Black with #203213
Text Example
Text Example
White with #203213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203213; }
p { color: rgb(32,50,19); }
H1.HeaderClassName
{
color: #203213;
}
.AnyTagClassName
{
color: #203213;
}
</style>
background-color css
<style>
a { background-color: #203213; }
a { background-color: rgb(32,50,19); }
div.DivClassName
{
background-color: #203213;
}
.BgClassName
{
background-color: #203213;
}
</style>
border-color css
<style>
span { border-color: #203213; }
span { border-color: rgb(32,50,19); }
td.TdClassName
{
border-color: #203213;
}
.TagClassName
{
border-color: #203213;
}
</style>