Shades of Black Bean #1A2E1C
Tints of Black Bean #1A2E1C
RGB
CMYK
RGB Variations
Color information
#1A2E1C (or 0x1A2E1C) is known color: Black Bean. HEX triplet: 1A, 2E and 1C. RGB value is (26,46,28). Sum of RGB (Red+Green+Blue) = 26+46+28=100 (13% of max value = 765). Red value is 26 (10.55% from 255 or 26% from 100); Green value is 46 (18.36% from 255 or 46% from 100); Blue value is 28 (11.33% from 255 or 28% from 100); Max value from RGB is 46 - color contains mainly: green. Hex color #1A2E1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A2E1C is #E5D1E3. Grayscale: #262626. Windows color (decimal): -15061476 or 1846810. OLE color: 1846810.
HSL color Cylindrical-coordinate representation of color #1A2E1C: hue angle of 126º 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 #1A2E1C is Cyan = 0.43, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 26 | 46 | 28 | - |
| CMYK | 0.43 | 0 | 0.39 | 0.82 |
| HSL | 126º | 0.28% | 0.14% | - |
| HSV(B) | 126º | 0.43% | 0.18% | - |
| XYZ | 1.61 | 2.26 | 1.45 | - |
| YUV | 37.97 | 122.37 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 46 | 28 | 0.43 | 0 | 0.39 | 0.82 | 126 | 0.28 | 0.14 |
| Hex | 1A | 2E | 1C | 2B | 0 | 27 | 52 | 7E | 1C | E |
| Octal | 32 | 56 | 34 | 53 | 0 | 47 | 122 | 176 | 34 | 16 |
| Binary | 11010 | 101110 | 11100 | 101011 | 0 | 100111 | 1010010 | 1111110 | 11100 | 1110 |
Color Harmonies of #1A2E1C
Complementary color
Monochromatic Colors of #1A2E1C
Black with #1A2E1C
Text Example
Text Example
White with #1A2E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2E1C; }
p { color: rgb(26,46,28); }
H1.HeaderClassName
{
color: #1A2E1C;
}
.AnyTagClassName
{
color: #1A2E1C;
}
</style>
background-color css
<style>
a { background-color: #1A2E1C; }
a { background-color: rgb(26,46,28); }
div.DivClassName
{
background-color: #1A2E1C;
}
.BgClassName
{
background-color: #1A2E1C;
}
</style>
border-color css
<style>
span { border-color: #1A2E1C; }
span { border-color: rgb(26,46,28); }
td.TdClassName
{
border-color: #1A2E1C;
}
.TagClassName
{
border-color: #1A2E1C;
}
</style>