Shades of Black Forest #203613
Tints of Black Forest #203613
RGB
CMYK
RGB Variations
Color information
#203613 (or 0x203613) is known color: Black Forest. HEX triplet: 20, 36 and 13. RGB value is (32,54,19). Sum of RGB (Red+Green+Blue) = 32+54+19=105 (13% of max value = 765). Red value is 32 (12.89% from 255 or 30.48% from 105); Green value is 54 (21.48% from 255 or 51.43% from 105); Blue value is 19 (7.81% from 255 or 18.10% from 105); Max value from RGB is 54 - color contains mainly: green. Hex color #203613 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #203613 is #DFC9EC. Grayscale: #2B2B2B. Windows color (decimal): -14666221 or 1259040. OLE color: 1259040.
HSL color Cylindrical-coordinate representation of color #203613: hue angle of 97.71º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #203613 is Cyan = 0.41, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 32 | 54 | 19 | - |
| CMYK | 0.41 | 0 | 0.65 | 0.79 |
| HSL | 97.71º | 0.48% | 0.14% | - |
| HSV(B) | 97.71º | 0.65% | 0.21% | - |
| XYZ | 2.03 | 2.99 | 1.09 | - |
| YUV | 43.43 | 114.21 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 54 | 19 | 0.41 | 0 | 0.65 | 0.79 | 97.71 | 0.48 | 0.14 |
| Hex | 20 | 36 | 13 | 29 | 0 | 41 | 4F | 62 | 30 | E |
| Octal | 40 | 66 | 23 | 51 | 0 | 101 | 117 | 142 | 60 | 16 |
| Binary | 100000 | 110110 | 10011 | 101001 | 0 | 1000001 | 1001111 | 1100010 | 110000 | 1110 |
Color Harmonies of #203613
Complementary color
Monochromatic Colors of #203613
Black with #203613
Text Example
Text Example
White with #203613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203613; }
p { color: rgb(32,54,19); }
H1.HeaderClassName
{
color: #203613;
}
.AnyTagClassName
{
color: #203613;
}
</style>
background-color css
<style>
a { background-color: #203613; }
a { background-color: rgb(32,54,19); }
div.DivClassName
{
background-color: #203613;
}
.BgClassName
{
background-color: #203613;
}
</style>
border-color css
<style>
span { border-color: #203613; }
span { border-color: rgb(32,54,19); }
td.TdClassName
{
border-color: #203613;
}
.TagClassName
{
border-color: #203613;
}
</style>