Shades of Black Forest #213017
Tints of Black Forest #213017
RGB
CMYK
RGB Variations
Color information
#213017 (or 0x213017) is known color: Black Forest. HEX triplet: 21, 30 and 17. RGB value is (33,48,23). Sum of RGB (Red+Green+Blue) = 33+48+23=104 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.73% from 104); Green value is 48 (19.14% from 255 or 46.15% from 104); Blue value is 23 (9.38% from 255 or 22.12% from 104); Max value from RGB is 48 - color contains mainly: green. Hex color #213017 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213017 is #DECFE8. Grayscale: #282828. Windows color (decimal): -14602217 or 1519649. OLE color: 1519649.
HSL color Cylindrical-coordinate representation of color #213017: hue angle of 96º degrees, saturation: 0.35, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #213017 is Cyan = 0.31, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 33 | 48 | 23 | - |
| CMYK | 0.31 | 0 | 0.52 | 0.81 |
| HSL | 96º | 0.35% | 0.14% | - |
| HSV(B) | 96º | 0.52% | 0.19% | - |
| XYZ | 1.84 | 2.5 | 1.2 | - |
| YUV | 40.67 | 118.03 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 48 | 23 | 0.31 | 0 | 0.52 | 0.81 | 96 | 0.35 | 0.14 |
| Hex | 21 | 30 | 17 | 1F | 0 | 34 | 51 | 60 | 23 | E |
| Octal | 41 | 60 | 27 | 37 | 0 | 64 | 121 | 140 | 43 | 16 |
| Binary | 100001 | 110000 | 10111 | 11111 | 0 | 110100 | 1010001 | 1100000 | 100011 | 1110 |
Color Harmonies of #213017
Complementary color
Monochromatic Colors of #213017
Black with #213017
Text Example
Text Example
White with #213017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213017; }
p { color: rgb(33,48,23); }
H1.HeaderClassName
{
color: #213017;
}
.AnyTagClassName
{
color: #213017;
}
</style>
background-color css
<style>
a { background-color: #213017; }
a { background-color: rgb(33,48,23); }
div.DivClassName
{
background-color: #213017;
}
.BgClassName
{
background-color: #213017;
}
</style>
border-color css
<style>
span { border-color: #213017; }
span { border-color: rgb(33,48,23); }
td.TdClassName
{
border-color: #213017;
}
.TagClassName
{
border-color: #213017;
}
</style>