Shades of Black Forest #203313
Tints of Black Forest #203313
RGB
CMYK
RGB Variations
Color information
#203313 (or 0x203313) is known color: Black Forest. HEX triplet: 20, 33 and 13. RGB value is (32,51,19). Sum of RGB (Red+Green+Blue) = 32+51+19=102 (13% of max value = 765). Red value is 32 (12.89% from 255 or 31.37% from 102); Green value is 51 (20.31% from 255 or 50% from 102); Blue value is 19 (7.81% from 255 or 18.63% from 102); Max value from RGB is 51 - color contains mainly: green. Hex color #203313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #203313 is #DFCCEC. Grayscale: #292929. Windows color (decimal): -14666989 or 1258272. OLE color: 1258272.
HSL color Cylindrical-coordinate representation of color #203313: hue angle of 95.62º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #203313 is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 32 | 51 | 19 | - |
| CMYK | 0.37 | 0 | 0.63 | 0.8 |
| HSL | 95.63º | 0.46% | 0.14% | - |
| HSV(B) | 95.63º | 0.63% | 0.2% | - |
| XYZ | 1.9 | 2.72 | 1.04 | - |
| YUV | 41.67 | 115.21 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 51 | 19 | 0.37 | 0 | 0.63 | 0.8 | 95.63 | 0.46 | 0.14 |
| Hex | 20 | 33 | 13 | 25 | 0 | 3F | 50 | 60 | 2E | E |
| Octal | 40 | 63 | 23 | 45 | 0 | 77 | 120 | 140 | 56 | 16 |
| Binary | 100000 | 110011 | 10011 | 100101 | 0 | 111111 | 1010000 | 1100000 | 101110 | 1110 |
Color Harmonies of #203313
Complementary color
Monochromatic Colors of #203313
Black with #203313
Text Example
Text Example
White with #203313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203313; }
p { color: rgb(32,51,19); }
H1.HeaderClassName
{
color: #203313;
}
.AnyTagClassName
{
color: #203313;
}
</style>
background-color css
<style>
a { background-color: #203313; }
a { background-color: rgb(32,51,19); }
div.DivClassName
{
background-color: #203313;
}
.BgClassName
{
background-color: #203313;
}
</style>
border-color css
<style>
span { border-color: #203313; }
span { border-color: rgb(32,51,19); }
td.TdClassName
{
border-color: #203313;
}
.TagClassName
{
border-color: #203313;
}
</style>