Shades of Black Forest #1E211C
Tints of Black Forest #1E211C
RGB
CMYK
RGB Variations
Color information
#1E211C (or 0x1E211C) is known color: Black Forest. HEX triplet: 1E, 21 and 1C. RGB value is (30,33,28). Sum of RGB (Red+Green+Blue) = 30+33+28=91 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.97% from 91); Green value is 33 (13.28% from 255 or 36.26% from 91); Blue value is 28 (11.33% from 255 or 30.77% from 91); Max value from RGB is 33 - color contains mainly: green. Hex color #1E211C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E211C is #E1DEE3. Grayscale: #1F1F1F. Windows color (decimal): -14802660 or 1843486. OLE color: 1843486.
HSL color Cylindrical-coordinate representation of color #1E211C: hue angle of 96º degrees, saturation: 0.08, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #1E211C is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 30 | 33 | 28 | - |
| CMYK | 0.09 | 0 | 0.15 | 0.87 |
| HSL | 96º | 0.08% | 0.12% | - |
| HSV(B) | 96º | 0.15% | 0.13% | - |
| XYZ | 1.29 | 1.45 | 1.31 | - |
| YUV | 31.53 | 126.01 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 33 | 28 | 0.09 | 0 | 0.15 | 0.87 | 96 | 0.08 | 0.12 |
| Hex | 1E | 21 | 1C | 9 | 0 | F | 57 | 60 | 8 | C |
| Octal | 36 | 41 | 34 | 11 | 0 | 17 | 127 | 140 | 10 | 14 |
| Binary | 11110 | 100001 | 11100 | 1001 | 0 | 1111 | 1010111 | 1100000 | 1000 | 1100 |
Color Harmonies of #1E211C
Complementary color
Monochromatic Colors of #1E211C
Black with #1E211C
Text Example
Text Example
White with #1E211C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E211C; }
p { color: rgb(30,33,28); }
H1.HeaderClassName
{
color: #1E211C;
}
.AnyTagClassName
{
color: #1E211C;
}
</style>
background-color css
<style>
a { background-color: #1E211C; }
a { background-color: rgb(30,33,28); }
div.DivClassName
{
background-color: #1E211C;
}
.BgClassName
{
background-color: #1E211C;
}
</style>
border-color css
<style>
span { border-color: #1E211C; }
span { border-color: rgb(30,33,28); }
td.TdClassName
{
border-color: #1E211C;
}
.TagClassName
{
border-color: #1E211C;
}
</style>