Shades of Black Forest #1E251B
Tints of Black Forest #1E251B
RGB
CMYK
RGB Variations
Color information
#1E251B (or 0x1E251B) is known color: Black Forest. HEX triplet: 1E, 25 and 1B. RGB value is (30,37,27). Sum of RGB (Red+Green+Blue) = 30+37+27=94 (12% of max value = 765). Red value is 30 (12.11% from 255 or 31.91% from 94); Green value is 37 (14.84% from 255 or 39.36% from 94); Blue value is 27 (10.94% from 255 or 28.72% from 94); Max value from RGB is 37 - color contains mainly: green. Hex color #1E251B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E251B is #E1DAE4. Grayscale: #212121. Windows color (decimal): -14801637 or 1778974. OLE color: 1778974.
HSL color Cylindrical-coordinate representation of color #1E251B: hue angle of 102º degrees, saturation: 0.16, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #1E251B is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.85.
Color convert
RGB | 30 | 37 | 27 | - |
CMYK | 0.19 | 0 | 0.27 | 0.85 |
HSL | 102º | 0.16% | 0.13% | - |
HSV(B) | 102º | 0.27% | 0.15% | - |
XYZ | 1.39 | 1.68 | 1.29 | - |
YUV | 33.77 | 124.18 | 125.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 30 | 37 | 27 | 0.19 | 0 | 0.27 | 0.85 | 102 | 0.16 | 0.13 |
Hex | 1E | 25 | 1B | 13 | 0 | 1B | 55 | 66 | 10 | D |
Octal | 36 | 45 | 33 | 23 | 0 | 33 | 125 | 146 | 20 | 15 |
Binary | 11110 | 100101 | 11011 | 10011 | 0 | 11011 | 1010101 | 1100110 | 10000 | 1101 |
Color Harmonies of #1E251B
Complementary color
Monochromatic Colors of #1E251B
Black with #1E251B
Text Example
Text Example
White with #1E251B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E251B; }
p { color: rgb(30,37,27); }
H1.HeaderClassName
{
color: #1E251B;
}
.AnyTagClassName
{
color: #1E251B;
}
</style>
background-color css
<style>
a { background-color: #1E251B; }
a { background-color: rgb(30,37,27); }
div.DivClassName
{
background-color: #1E251B;
}
.BgClassName
{
background-color: #1E251B;
}
</style>
border-color css
<style>
span { border-color: #1E251B; }
span { border-color: rgb(30,37,27); }
td.TdClassName
{
border-color: #1E251B;
}
.TagClassName
{
border-color: #1E251B;
}
</style>