Shades of Black Forest #202B19
Tints of Black Forest #202B19
RGB
CMYK
RGB Variations
Color information
#202B19 (or 0x202B19) is known color: Black Forest. HEX triplet: 20, 2B and 19. RGB value is (32,43,25). Sum of RGB (Red+Green+Blue) = 32+43+25=100 (13% of max value = 765). Red value is 32 (12.89% from 255 or 32% from 100); Green value is 43 (17.19% from 255 or 43% from 100); Blue value is 25 (10.16% from 255 or 25% from 100); Max value from RGB is 43 - color contains mainly: green. Hex color #202B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202B19 is #DFD4E6. Grayscale: #252525. Windows color (decimal): -14669031 or 1649440. OLE color: 1649440.
HSL color Cylindrical-coordinate representation of color #202B19: hue angle of 96.67º degrees, saturation: 0.26, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #202B19 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 32 | 43 | 25 | - |
| CMYK | 0.26 | 0 | 0.42 | 0.83 |
| HSL | 96.67º | 0.26% | 0.13% | - |
| HSV(B) | 96.67º | 0.42% | 0.17% | - |
| XYZ | 1.64 | 2.11 | 1.24 | - |
| YUV | 37.66 | 120.86 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 43 | 25 | 0.26 | 0 | 0.42 | 0.83 | 96.67 | 0.26 | 0.13 |
| Hex | 20 | 2B | 19 | 1A | 0 | 2A | 53 | 61 | 1A | D |
| Octal | 40 | 53 | 31 | 32 | 0 | 52 | 123 | 141 | 32 | 15 |
| Binary | 100000 | 101011 | 11001 | 11010 | 0 | 101010 | 1010011 | 1100001 | 11010 | 1101 |
Color Harmonies of #202B19
Complementary color
Monochromatic Colors of #202B19
Black with #202B19
Text Example
Text Example
White with #202B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202B19; }
p { color: rgb(32,43,25); }
H1.HeaderClassName
{
color: #202B19;
}
.AnyTagClassName
{
color: #202B19;
}
</style>
background-color css
<style>
a { background-color: #202B19; }
a { background-color: rgb(32,43,25); }
div.DivClassName
{
background-color: #202B19;
}
.BgClassName
{
background-color: #202B19;
}
</style>
border-color css
<style>
span { border-color: #202B19; }
span { border-color: rgb(32,43,25); }
td.TdClassName
{
border-color: #202B19;
}
.TagClassName
{
border-color: #202B19;
}
</style>