Shades of Black Bean #1A341E
Tints of Black Bean #1A341E
RGB
CMYK
RGB Variations
Color information
#1A341E (or 0x1A341E) is known color: Black Bean. HEX triplet: 1A, 34 and 1E. RGB value is (26,52,30). Sum of RGB (Red+Green+Blue) = 26+52+30=108 (14% of max value = 765). Red value is 26 (10.55% from 255 or 24.07% from 108); Green value is 52 (20.70% from 255 or 48.15% from 108); Blue value is 30 (12.11% from 255 or 27.78% from 108); Max value from RGB is 52 - color contains mainly: green. Hex color #1A341E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A341E is #E5CBE1. Grayscale: #292929. Windows color (decimal): -15059938 or 1979418. OLE color: 1979418.
HSL color Cylindrical-coordinate representation of color #1A341E: hue angle of 129.23º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1A341E is Cyan = 0.50, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 26 | 52 | 30 | - |
| CMYK | 0.50 | 0 | 0.42 | 0.80 |
| HSL | 129.23º | 0.33% | 0.15% | - |
| HSV(B) | 129.23º | 0.5% | 0.2% | - |
| XYZ | 1.89 | 2.77 | 1.66 | - |
| YUV | 41.72 | 121.39 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 52 | 30 | 0.50 | 0 | 0.42 | 0.80 | 129.23 | 0.33 | 0.15 |
| Hex | 1A | 34 | 1E | 32 | 0 | 2A | 50 | 81 | 21 | F |
| Octal | 32 | 64 | 36 | 62 | 0 | 52 | 120 | 201 | 41 | 17 |
| Binary | 11010 | 110100 | 11110 | 110010 | 0 | 101010 | 1010000 | 10000001 | 100001 | 1111 |
Color Harmonies of #1A341E
Complementary color
Monochromatic Colors of #1A341E
Black with #1A341E
Text Example
Text Example
White with #1A341E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A341E; }
p { color: rgb(26,52,30); }
H1.HeaderClassName
{
color: #1A341E;
}
.AnyTagClassName
{
color: #1A341E;
}
</style>
background-color css
<style>
a { background-color: #1A341E; }
a { background-color: rgb(26,52,30); }
div.DivClassName
{
background-color: #1A341E;
}
.BgClassName
{
background-color: #1A341E;
}
</style>
border-color css
<style>
span { border-color: #1A341E; }
span { border-color: rgb(26,52,30); }
td.TdClassName
{
border-color: #1A341E;
}
.TagClassName
{
border-color: #1A341E;
}
</style>