Shades of Black Bean #1A1E1A
Tints of Black Bean #1A1E1A
RGB
CMYK
RGB Variations
Color information
#1A1E1A (or 0x1A1E1A) is known color: Black Bean. HEX triplet: 1A, 1E and 1A. RGB value is (26,30,26). Sum of RGB (Red+Green+Blue) = 26+30+26=82 (10% of max value = 765). Red value is 26 (10.55% from 255 or 31.71% from 82); Green value is 30 (12.11% from 255 or 36.59% from 82); Blue value is 26 (10.55% from 255 or 31.71% from 82); Max value from RGB is 30 - color contains mainly: green. Hex color #1A1E1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A1E1A is #E5E1E5. Grayscale: #1C1C1C. Windows color (decimal): -15065574 or 1711642. OLE color: 1711642.
HSL color Cylindrical-coordinate representation of color #1A1E1A: hue angle of 120º degrees, saturation: 0.07, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #1A1E1A is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 26 | 30 | 26 | - |
| CMYK | 0.13 | 0 | 0.13 | 0.88 |
| HSL | 120º | 0.07% | 0.11% | - |
| HSV(B) | 120º | 0.13% | 0.12% | - |
| XYZ | 1.08 | 1.22 | 1.16 | - |
| YUV | 28.35 | 126.67 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 30 | 26 | 0.13 | 0 | 0.13 | 0.88 | 120 | 0.07 | 0.11 |
| Hex | 1A | 1E | 1A | D | 0 | D | 58 | 78 | 7 | B |
| Octal | 32 | 36 | 32 | 15 | 0 | 15 | 130 | 170 | 7 | 13 |
| Binary | 11010 | 11110 | 11010 | 1101 | 0 | 1101 | 1011000 | 1111000 | 111 | 1011 |
Color Harmonies of #1A1E1A
Complementary color
Monochromatic Colors of #1A1E1A
Black with #1A1E1A
Text Example
Text Example
White with #1A1E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1E1A; }
p { color: rgb(26,30,26); }
H1.HeaderClassName
{
color: #1A1E1A;
}
.AnyTagClassName
{
color: #1A1E1A;
}
</style>
background-color css
<style>
a { background-color: #1A1E1A; }
a { background-color: rgb(26,30,26); }
div.DivClassName
{
background-color: #1A1E1A;
}
.BgClassName
{
background-color: #1A1E1A;
}
</style>
border-color css
<style>
span { border-color: #1A1E1A; }
span { border-color: rgb(26,30,26); }
td.TdClassName
{
border-color: #1A1E1A;
}
.TagClassName
{
border-color: #1A1E1A;
}
</style>