Shades of Black Forest #203B10
Tints of Black Forest #203B10
RGB
CMYK
RGB Variations
Color information
#203B10 (or 0x203B10) is known color: Black Forest. HEX triplet: 20, 3B and 10. RGB value is (32,59,16). Sum of RGB (Red+Green+Blue) = 32+59+16=107 (14% of max value = 765). Red value is 32 (12.89% from 255 or 29.91% from 107); Green value is 59 (23.44% from 255 or 55.14% from 107); Blue value is 16 (6.64% from 255 or 14.95% from 107); Max value from RGB is 59 - color contains mainly: green. Hex color #203B10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #203B10 is #DFC4EF. Grayscale: #2E2E2E. Windows color (decimal): -14664944 or 1063712. OLE color: 1063712.
HSL color Cylindrical-coordinate representation of color #203B10: hue angle of 97.67º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #203B10 is Cyan = 0.46, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 32 | 59 | 16 | - |
| CMYK | 0.46 | 0 | 0.73 | 0.77 |
| HSL | 97.67º | 0.57% | 0.15% | - |
| HSV(B) | 97.67º | 0.73% | 0.23% | - |
| XYZ | 2.25 | 3.47 | 1.04 | - |
| YUV | 46.03 | 111.05 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 59 | 16 | 0.46 | 0 | 0.73 | 0.77 | 97.67 | 0.57 | 0.15 |
| Hex | 20 | 3B | 10 | 2E | 0 | 49 | 4D | 62 | 39 | F |
| Octal | 40 | 73 | 20 | 56 | 0 | 111 | 115 | 142 | 71 | 17 |
| Binary | 100000 | 111011 | 10000 | 101110 | 0 | 1001001 | 1001101 | 1100010 | 111001 | 1111 |
Color Harmonies of #203B10
Complementary color
Monochromatic Colors of #203B10
Black with #203B10
Text Example
Text Example
White with #203B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203B10; }
p { color: rgb(32,59,16); }
H1.HeaderClassName
{
color: #203B10;
}
.AnyTagClassName
{
color: #203B10;
}
</style>
background-color css
<style>
a { background-color: #203B10; }
a { background-color: rgb(32,59,16); }
div.DivClassName
{
background-color: #203B10;
}
.BgClassName
{
background-color: #203B10;
}
</style>
border-color css
<style>
span { border-color: #203B10; }
span { border-color: rgb(32,59,16); }
td.TdClassName
{
border-color: #203B10;
}
.TagClassName
{
border-color: #203B10;
}
</style>