Shades of Black Bean #1A2E1D
Tints of Black Bean #1A2E1D
RGB
CMYK
RGB Variations
Color information
#1A2E1D (or 0x1A2E1D) is known color: Black Bean. HEX triplet: 1A, 2E and 1D. RGB value is (26,46,29). Sum of RGB (Red+Green+Blue) = 26+46+29=101 (13% of max value = 765). Red value is 26 (10.55% from 255 or 25.74% from 101); Green value is 46 (18.36% from 255 or 45.54% from 101); Blue value is 29 (11.72% from 255 or 28.71% from 101); Max value from RGB is 46 - color contains mainly: green. Hex color #1A2E1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A2E1D is #E5D1E2. Grayscale: #262626. Windows color (decimal): -15061475 or 1912346. OLE color: 1912346.
HSL color Cylindrical-coordinate representation of color #1A2E1D: hue angle of 129º degrees, saturation: 0.28, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1A2E1D is Cyan = 0.43, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 26 | 46 | 29 | - |
| CMYK | 0.43 | 0 | 0.37 | 0.82 |
| HSL | 129º | 0.28% | 0.14% | - |
| HSV(B) | 129º | 0.43% | 0.18% | - |
| XYZ | 1.62 | 2.26 | 1.51 | - |
| YUV | 38.08 | 122.87 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 46 | 29 | 0.43 | 0 | 0.37 | 0.82 | 129 | 0.28 | 0.14 |
| Hex | 1A | 2E | 1D | 2B | 0 | 25 | 52 | 81 | 1C | E |
| Octal | 32 | 56 | 35 | 53 | 0 | 45 | 122 | 201 | 34 | 16 |
| Binary | 11010 | 101110 | 11101 | 101011 | 0 | 100101 | 1010010 | 10000001 | 11100 | 1110 |
Color Harmonies of #1A2E1D
Complementary color
Monochromatic Colors of #1A2E1D
Black with #1A2E1D
Text Example
Text Example
White with #1A2E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2E1D; }
p { color: rgb(26,46,29); }
H1.HeaderClassName
{
color: #1A2E1D;
}
.AnyTagClassName
{
color: #1A2E1D;
}
</style>
background-color css
<style>
a { background-color: #1A2E1D; }
a { background-color: rgb(26,46,29); }
div.DivClassName
{
background-color: #1A2E1D;
}
.BgClassName
{
background-color: #1A2E1D;
}
</style>
border-color css
<style>
span { border-color: #1A2E1D; }
span { border-color: rgb(26,46,29); }
td.TdClassName
{
border-color: #1A2E1D;
}
.TagClassName
{
border-color: #1A2E1D;
}
</style>