Shades of Black Bean #1E261F
Tints of Black Bean #1E261F
RGB
CMYK
RGB Variations
Color information
#1E261F (or 0x1E261F) is known color: Black Bean. HEX triplet: 1E, 26 and 1F. RGB value is (30,38,31). Sum of RGB (Red+Green+Blue) = 30+38+31=99 (13% of max value = 765). Red value is 30 (12.11% from 255 or 30.30% from 99); Green value is 38 (15.23% from 255 or 38.38% from 99); Blue value is 31 (12.5% from 255 or 31.31% from 99); Max value from RGB is 38 - color contains mainly: green. Hex color #1E261F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E261F is #E1D9E0. Grayscale: #222222. Windows color (decimal): -14801377 or 2041374. OLE color: 2041374.
HSL color Cylindrical-coordinate representation of color #1E261F: hue angle of 127.5º degrees, saturation: 0.12, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #1E261F is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 30 | 38 | 31 | - |
| CMYK | 0.21 | 0 | 0.18 | 0.85 |
| HSL | 127.5º | 0.12% | 0.13% | - |
| HSV(B) | 127.5º | 0.21% | 0.15% | - |
| XYZ | 1.48 | 1.76 | 1.56 | - |
| YUV | 34.81 | 125.85 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 38 | 31 | 0.21 | 0 | 0.18 | 0.85 | 127.5 | 0.12 | 0.13 |
| Hex | 1E | 26 | 1F | 15 | 0 | 12 | 55 | 80 | C | D |
| Octal | 36 | 46 | 37 | 25 | 0 | 22 | 125 | 200 | 14 | 15 |
| Binary | 11110 | 100110 | 11111 | 10101 | 0 | 10010 | 1010101 | 10000000 | 1100 | 1101 |
Color Harmonies of #1E261F
Complementary color
Monochromatic Colors of #1E261F
Black with #1E261F
Text Example
Text Example
White with #1E261F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E261F; }
p { color: rgb(30,38,31); }
H1.HeaderClassName
{
color: #1E261F;
}
.AnyTagClassName
{
color: #1E261F;
}
</style>
background-color css
<style>
a { background-color: #1E261F; }
a { background-color: rgb(30,38,31); }
div.DivClassName
{
background-color: #1E261F;
}
.BgClassName
{
background-color: #1E261F;
}
</style>
border-color css
<style>
span { border-color: #1E261F; }
span { border-color: rgb(30,38,31); }
td.TdClassName
{
border-color: #1E261F;
}
.TagClassName
{
border-color: #1E261F;
}
</style>