Shades of Black Forest #1E251C
Tints of Black Forest #1E251C
RGB
CMYK
RGB Variations
Color information
#1E251C (or 0x1E251C) is known color: Black Forest. HEX triplet: 1E, 25 and 1C. RGB value is (30,37,28). Sum of RGB (Red+Green+Blue) = 30+37+28=95 (12% of max value = 765). Red value is 30 (12.11% from 255 or 31.58% from 95); Green value is 37 (14.84% from 255 or 38.95% from 95); Blue value is 28 (11.33% from 255 or 29.47% from 95); Max value from RGB is 37 - color contains mainly: green. Hex color #1E251C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E251C is #E1DAE3. Grayscale: #212121. Windows color (decimal): -14801636 or 1844510. OLE color: 1844510.
HSL color Cylindrical-coordinate representation of color #1E251C: hue angle of 106.67º degrees, saturation: 0.14, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #1E251C is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 30 | 37 | 28 | - |
| CMYK | 0.19 | 0 | 0.24 | 0.85 |
| HSL | 106.67º | 0.14% | 0.13% | - |
| HSV(B) | 106.67º | 0.24% | 0.15% | - |
| XYZ | 1.41 | 1.68 | 1.35 | - |
| YUV | 33.88 | 124.68 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 37 | 28 | 0.19 | 0 | 0.24 | 0.85 | 106.67 | 0.14 | 0.13 |
| Hex | 1E | 25 | 1C | 13 | 0 | 18 | 55 | 6B | E | D |
| Octal | 36 | 45 | 34 | 23 | 0 | 30 | 125 | 153 | 16 | 15 |
| Binary | 11110 | 100101 | 11100 | 10011 | 0 | 11000 | 1010101 | 1101011 | 1110 | 1101 |
Color Harmonies of #1E251C
Complementary color
Monochromatic Colors of #1E251C
Black with #1E251C
Text Example
Text Example
White with #1E251C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E251C; }
p { color: rgb(30,37,28); }
H1.HeaderClassName
{
color: #1E251C;
}
.AnyTagClassName
{
color: #1E251C;
}
</style>
background-color css
<style>
a { background-color: #1E251C; }
a { background-color: rgb(30,37,28); }
div.DivClassName
{
background-color: #1E251C;
}
.BgClassName
{
background-color: #1E251C;
}
</style>
border-color css
<style>
span { border-color: #1E251C; }
span { border-color: rgb(30,37,28); }
td.TdClassName
{
border-color: #1E251C;
}
.TagClassName
{
border-color: #1E251C;
}
</style>