Shades of Black Forest #213319
Tints of Black Forest #213319
RGB
CMYK
RGB Variations
Color information
#213319 (or 0x213319) is known color: Black Forest. HEX triplet: 21, 33 and 19. RGB value is (33,51,25). Sum of RGB (Red+Green+Blue) = 33+51+25=109 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.28% from 109); Green value is 51 (20.31% from 255 or 46.79% from 109); Blue value is 25 (10.16% from 255 or 22.94% from 109); Max value from RGB is 51 - color contains mainly: green. Hex color #213319 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213319 is #DECCE6. Grayscale: #2A2A2A. Windows color (decimal): -14601447 or 1651489. OLE color: 1651489.
HSL color Cylindrical-coordinate representation of color #213319: hue angle of 101.54º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #213319 is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 33 | 51 | 25 | - |
| CMYK | 0.35 | 0 | 0.51 | 0.8 |
| HSL | 101.54º | 0.34% | 0.15% | - |
| HSV(B) | 101.54º | 0.51% | 0.2% | - |
| XYZ | 1.99 | 2.76 | 1.35 | - |
| YUV | 42.65 | 118.04 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 51 | 25 | 0.35 | 0 | 0.51 | 0.8 | 101.54 | 0.34 | 0.15 |
| Hex | 21 | 33 | 19 | 23 | 0 | 33 | 50 | 66 | 22 | F |
| Octal | 41 | 63 | 31 | 43 | 0 | 63 | 120 | 146 | 42 | 17 |
| Binary | 100001 | 110011 | 11001 | 100011 | 0 | 110011 | 1010000 | 1100110 | 100010 | 1111 |
Color Harmonies of #213319
Complementary color
Monochromatic Colors of #213319
Black with #213319
Text Example
Text Example
White with #213319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213319; }
p { color: rgb(33,51,25); }
H1.HeaderClassName
{
color: #213319;
}
.AnyTagClassName
{
color: #213319;
}
</style>
background-color css
<style>
a { background-color: #213319; }
a { background-color: rgb(33,51,25); }
div.DivClassName
{
background-color: #213319;
}
.BgClassName
{
background-color: #213319;
}
</style>
border-color css
<style>
span { border-color: #213319; }
span { border-color: rgb(33,51,25); }
td.TdClassName
{
border-color: #213319;
}
.TagClassName
{
border-color: #213319;
}
</style>