Shades of Black Forest #21311B
Tints of Black Forest #21311B
RGB
CMYK
RGB Variations
Color information
#21311B (or 0x21311B) is known color: Black Forest. HEX triplet: 21, 31 and 1B. RGB value is (33,49,27). Sum of RGB (Red+Green+Blue) = 33+49+27=109 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.28% from 109); Green value is 49 (19.53% from 255 or 44.95% from 109); Blue value is 27 (10.94% from 255 or 24.77% from 109); Max value from RGB is 49 - color contains mainly: green. Hex color #21311B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21311B is #DECEE4. Grayscale: #292929. Windows color (decimal): -14601957 or 1782049. OLE color: 1782049.
HSL color Cylindrical-coordinate representation of color #21311B: hue angle of 103.64º degrees, saturation: 0.29, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #21311B is Cyan = 0.33, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 33 | 49 | 27 | - |
| CMYK | 0.33 | 0 | 0.45 | 0.81 |
| HSL | 103.64º | 0.29% | 0.15% | - |
| HSV(B) | 103.64º | 0.45% | 0.19% | - |
| XYZ | 1.92 | 2.6 | 1.44 | - |
| YUV | 41.71 | 119.7 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 49 | 27 | 0.33 | 0 | 0.45 | 0.81 | 103.64 | 0.29 | 0.15 |
| Hex | 21 | 31 | 1B | 21 | 0 | 2D | 51 | 68 | 1D | F |
| Octal | 41 | 61 | 33 | 41 | 0 | 55 | 121 | 150 | 35 | 17 |
| Binary | 100001 | 110001 | 11011 | 100001 | 0 | 101101 | 1010001 | 1101000 | 11101 | 1111 |
Color Harmonies of #21311B
Complementary color
Monochromatic Colors of #21311B
Black with #21311B
Text Example
Text Example
White with #21311B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21311B; }
p { color: rgb(33,49,27); }
H1.HeaderClassName
{
color: #21311B;
}
.AnyTagClassName
{
color: #21311B;
}
</style>
background-color css
<style>
a { background-color: #21311B; }
a { background-color: rgb(33,49,27); }
div.DivClassName
{
background-color: #21311B;
}
.BgClassName
{
background-color: #21311B;
}
</style>
border-color css
<style>
span { border-color: #21311B; }
span { border-color: rgb(33,49,27); }
td.TdClassName
{
border-color: #21311B;
}
.TagClassName
{
border-color: #21311B;
}
</style>