Shades of Black Forest #203117
Tints of Black Forest #203117
RGB
CMYK
RGB Variations
Color information
#203117 (or 0x203117) is known color: Black Forest. HEX triplet: 20, 31 and 17. RGB value is (32,49,23). Sum of RGB (Red+Green+Blue) = 32+49+23=104 (13% of max value = 765). Red value is 32 (12.89% from 255 or 30.77% from 104); Green value is 49 (19.53% from 255 or 47.12% from 104); Blue value is 23 (9.38% from 255 or 22.12% from 104); Max value from RGB is 49 - color contains mainly: green. Hex color #203117 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #203117 is #DFCEE8. Grayscale: #292929. Windows color (decimal): -14667497 or 1519904. OLE color: 1519904.
HSL color Cylindrical-coordinate representation of color #203117: hue angle of 99.23º degrees, saturation: 0.36, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #203117 is Cyan = 0.35, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 32 | 49 | 23 | - |
| CMYK | 0.35 | 0 | 0.53 | 0.81 |
| HSL | 99.23º | 0.36% | 0.14% | - |
| HSV(B) | 99.23º | 0.53% | 0.19% | - |
| XYZ | 1.85 | 2.57 | 1.21 | - |
| YUV | 40.95 | 117.87 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 49 | 23 | 0.35 | 0 | 0.53 | 0.81 | 99.23 | 0.36 | 0.14 |
| Hex | 20 | 31 | 17 | 23 | 0 | 35 | 51 | 63 | 24 | E |
| Octal | 40 | 61 | 27 | 43 | 0 | 65 | 121 | 143 | 44 | 16 |
| Binary | 100000 | 110001 | 10111 | 100011 | 0 | 110101 | 1010001 | 1100011 | 100100 | 1110 |
Color Harmonies of #203117
Complementary color
Monochromatic Colors of #203117
Black with #203117
Text Example
Text Example
White with #203117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203117; }
p { color: rgb(32,49,23); }
H1.HeaderClassName
{
color: #203117;
}
.AnyTagClassName
{
color: #203117;
}
</style>
background-color css
<style>
a { background-color: #203117; }
a { background-color: rgb(32,49,23); }
div.DivClassName
{
background-color: #203117;
}
.BgClassName
{
background-color: #203117;
}
</style>
border-color css
<style>
span { border-color: #203117; }
span { border-color: rgb(32,49,23); }
td.TdClassName
{
border-color: #203117;
}
.TagClassName
{
border-color: #203117;
}
</style>