Shades of Black Bean #1A321E
Tints of Black Bean #1A321E
RGB
CMYK
RGB Variations
Color information
#1A321E (or 0x1A321E) is known color: Black Bean. HEX triplet: 1A, 32 and 1E. RGB value is (26,50,30). Sum of RGB (Red+Green+Blue) = 26+50+30=106 (14% of max value = 765). Red value is 26 (10.55% from 255 or 24.53% from 106); Green value is 50 (19.92% from 255 or 47.17% from 106); Blue value is 30 (12.11% from 255 or 28.30% from 106); Max value from RGB is 50 - color contains mainly: green. Hex color #1A321E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A321E is #E5CDE1. Grayscale: #282828. Windows color (decimal): -15060450 or 1978906. OLE color: 1978906.
HSL color Cylindrical-coordinate representation of color #1A321E: hue angle of 130º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1A321E is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 26 | 50 | 30 | - |
| CMYK | 0.48 | 0 | 0.40 | 0.80 |
| HSL | 130º | 0.32% | 0.15% | - |
| HSV(B) | 130º | 0.48% | 0.2% | - |
| XYZ | 1.8 | 2.59 | 1.63 | - |
| YUV | 40.54 | 122.05 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 50 | 30 | 0.48 | 0 | 0.40 | 0.80 | 130 | 0.32 | 0.15 |
| Hex | 1A | 32 | 1E | 30 | 0 | 28 | 50 | 82 | 20 | F |
| Octal | 32 | 62 | 36 | 60 | 0 | 50 | 120 | 202 | 40 | 17 |
| Binary | 11010 | 110010 | 11110 | 110000 | 0 | 101000 | 1010000 | 10000010 | 100000 | 1111 |
Color Harmonies of #1A321E
Complementary color
Monochromatic Colors of #1A321E
Black with #1A321E
Text Example
Text Example
White with #1A321E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A321E; }
p { color: rgb(26,50,30); }
H1.HeaderClassName
{
color: #1A321E;
}
.AnyTagClassName
{
color: #1A321E;
}
</style>
background-color css
<style>
a { background-color: #1A321E; }
a { background-color: rgb(26,50,30); }
div.DivClassName
{
background-color: #1A321E;
}
.BgClassName
{
background-color: #1A321E;
}
</style>
border-color css
<style>
span { border-color: #1A321E; }
span { border-color: rgb(26,50,30); }
td.TdClassName
{
border-color: #1A321E;
}
.TagClassName
{
border-color: #1A321E;
}
</style>