Shades of Black Forest #203015
Tints of Black Forest #203015
RGB
CMYK
RGB Variations
Color information
#203015 (or 0x203015) is known color: Black Forest. HEX triplet: 20, 30 and 15. RGB value is (32,48,21). Sum of RGB (Red+Green+Blue) = 32+48+21=101 (13% of max value = 765). Red value is 32 (12.89% from 255 or 31.68% from 101); Green value is 48 (19.14% from 255 or 47.52% from 101); Blue value is 21 (8.59% from 255 or 20.79% from 101); Max value from RGB is 48 - color contains mainly: green. Hex color #203015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #203015 is #DFCFEA. Grayscale: #282828. Windows color (decimal): -14667755 or 1388576. OLE color: 1388576.
HSL color Cylindrical-coordinate representation of color #203015: hue angle of 95.56º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #203015 is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 32 | 48 | 21 | - |
| CMYK | 0.33 | 0 | 0.56 | 0.81 |
| HSL | 95.56º | 0.39% | 0.14% | - |
| HSV(B) | 95.56º | 0.56% | 0.19% | - |
| XYZ | 1.79 | 2.48 | 1.09 | - |
| YUV | 40.14 | 117.2 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 48 | 21 | 0.33 | 0 | 0.56 | 0.81 | 95.56 | 0.39 | 0.14 |
| Hex | 20 | 30 | 15 | 21 | 0 | 38 | 51 | 60 | 27 | E |
| Octal | 40 | 60 | 25 | 41 | 0 | 70 | 121 | 140 | 47 | 16 |
| Binary | 100000 | 110000 | 10101 | 100001 | 0 | 111000 | 1010001 | 1100000 | 100111 | 1110 |
Color Harmonies of #203015
Complementary color
Monochromatic Colors of #203015
Black with #203015
Text Example
Text Example
White with #203015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203015; }
p { color: rgb(32,48,21); }
H1.HeaderClassName
{
color: #203015;
}
.AnyTagClassName
{
color: #203015;
}
</style>
background-color css
<style>
a { background-color: #203015; }
a { background-color: rgb(32,48,21); }
div.DivClassName
{
background-color: #203015;
}
.BgClassName
{
background-color: #203015;
}
</style>
border-color css
<style>
span { border-color: #203015; }
span { border-color: rgb(32,48,21); }
td.TdClassName
{
border-color: #203015;
}
.TagClassName
{
border-color: #203015;
}
</style>