Shades of Black Forest #202E1B
Tints of Black Forest #202E1B
RGB
CMYK
RGB Variations
Color information
#202E1B (or 0x202E1B) is known color: Black Forest. HEX triplet: 20, 2E and 1B. RGB value is (32,46,27). Sum of RGB (Red+Green+Blue) = 32+46+27=105 (13% of max value = 765). Red value is 32 (12.89% from 255 or 30.48% from 105); Green value is 46 (18.36% from 255 or 43.81% from 105); Blue value is 27 (10.94% from 255 or 25.71% from 105); Max value from RGB is 46 - color contains mainly: green. Hex color #202E1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202E1B is #DFD1E4. Grayscale: #272727. Windows color (decimal): -14668261 or 1781280. OLE color: 1781280.
HSL color Cylindrical-coordinate representation of color #202E1B: hue angle of 104.21º degrees, saturation: 0.26, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #202E1B is Cyan = 0.30, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 32 | 46 | 27 | - |
| CMYK | 0.30 | 0 | 0.41 | 0.82 |
| HSL | 104.21º | 0.26% | 0.14% | - |
| HSV(B) | 104.21º | 0.41% | 0.18% | - |
| XYZ | 1.77 | 2.34 | 1.4 | - |
| YUV | 39.65 | 120.86 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 46 | 27 | 0.30 | 0 | 0.41 | 0.82 | 104.21 | 0.26 | 0.14 |
| Hex | 20 | 2E | 1B | 1E | 0 | 29 | 52 | 68 | 1A | E |
| Octal | 40 | 56 | 33 | 36 | 0 | 51 | 122 | 150 | 32 | 16 |
| Binary | 100000 | 101110 | 11011 | 11110 | 0 | 101001 | 1010010 | 1101000 | 11010 | 1110 |
Color Harmonies of #202E1B
Complementary color
Monochromatic Colors of #202E1B
Black with #202E1B
Text Example
Text Example
White with #202E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202E1B; }
p { color: rgb(32,46,27); }
H1.HeaderClassName
{
color: #202E1B;
}
.AnyTagClassName
{
color: #202E1B;
}
</style>
background-color css
<style>
a { background-color: #202E1B; }
a { background-color: rgb(32,46,27); }
div.DivClassName
{
background-color: #202E1B;
}
.BgClassName
{
background-color: #202E1B;
}
</style>
border-color css
<style>
span { border-color: #202E1B; }
span { border-color: rgb(32,46,27); }
td.TdClassName
{
border-color: #202E1B;
}
.TagClassName
{
border-color: #202E1B;
}
</style>