Shades of Black Forest #1E271A
Tints of Black Forest #1E271A
RGB
CMYK
RGB Variations
Color information
#1E271A (or 0x1E271A) is known color: Black Forest. HEX triplet: 1E, 27 and 1A. RGB value is (30,39,26). Sum of RGB (Red+Green+Blue) = 30+39+26=95 (12% of max value = 765). Red value is 30 (12.11% from 255 or 31.58% from 95); Green value is 39 (15.62% from 255 or 41.05% from 95); Blue value is 26 (10.55% from 255 or 27.37% from 95); Max value from RGB is 39 - color contains mainly: green. Hex color #1E271A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E271A is #E1D8E5. Grayscale: #222222. Windows color (decimal): -14801126 or 1713950. OLE color: 1713950.
HSL color Cylindrical-coordinate representation of color #1E271A: hue angle of 101.54º degrees, saturation: 0.2, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #1E271A is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 30 | 39 | 26 | - |
| CMYK | 0.23 | 0 | 0.33 | 0.85 |
| HSL | 101.54º | 0.2% | 0.13% | - |
| HSV(B) | 101.54º | 0.33% | 0.15% | - |
| XYZ | 1.45 | 1.8 | 1.25 | - |
| YUV | 34.83 | 123.02 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 39 | 26 | 0.23 | 0 | 0.33 | 0.85 | 101.54 | 0.2 | 0.13 |
| Hex | 1E | 27 | 1A | 17 | 0 | 21 | 55 | 66 | 14 | D |
| Octal | 36 | 47 | 32 | 27 | 0 | 41 | 125 | 146 | 24 | 15 |
| Binary | 11110 | 100111 | 11010 | 10111 | 0 | 100001 | 1010101 | 1100110 | 10100 | 1101 |
Color Harmonies of #1E271A
Complementary color
Monochromatic Colors of #1E271A
Black with #1E271A
Text Example
Text Example
White with #1E271A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E271A; }
p { color: rgb(30,39,26); }
H1.HeaderClassName
{
color: #1E271A;
}
.AnyTagClassName
{
color: #1E271A;
}
</style>
background-color css
<style>
a { background-color: #1E271A; }
a { background-color: rgb(30,39,26); }
div.DivClassName
{
background-color: #1E271A;
}
.BgClassName
{
background-color: #1E271A;
}
</style>
border-color css
<style>
span { border-color: #1E271A; }
span { border-color: rgb(30,39,26); }
td.TdClassName
{
border-color: #1E271A;
}
.TagClassName
{
border-color: #1E271A;
}
</style>