Shades of Black Bean #1A321F
Tints of Black Bean #1A321F
RGB
CMYK
RGB Variations
Color information
#1A321F (or 0x1A321F) is known color: Black Bean. HEX triplet: 1A, 32 and 1F. RGB value is (26,50,31). Sum of RGB (Red+Green+Blue) = 26+50+31=107 (14% of max value = 765). Red value is 26 (10.55% from 255 or 24.30% from 107); Green value is 50 (19.92% from 255 or 46.73% from 107); Blue value is 31 (12.5% from 255 or 28.97% from 107); Max value from RGB is 50 - color contains mainly: green. Hex color #1A321F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A321F is #E5CDE0. Grayscale: #282828. Windows color (decimal): -15060449 or 2044442. OLE color: 2044442.
HSL color Cylindrical-coordinate representation of color #1A321F: hue angle of 132.5º 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 #1A321F is Cyan = 0.48, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 26 | 50 | 31 | - |
| CMYK | 0.48 | 0 | 0.38 | 0.80 |
| HSL | 132.5º | 0.32% | 0.15% | - |
| HSV(B) | 132.5º | 0.48% | 0.2% | - |
| XYZ | 1.81 | 2.6 | 1.7 | - |
| YUV | 40.66 | 122.55 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 50 | 31 | 0.48 | 0 | 0.38 | 0.80 | 132.5 | 0.32 | 0.15 |
| Hex | 1A | 32 | 1F | 30 | 0 | 26 | 50 | 84 | 20 | F |
| Octal | 32 | 62 | 37 | 60 | 0 | 46 | 120 | 204 | 40 | 17 |
| Binary | 11010 | 110010 | 11111 | 110000 | 0 | 100110 | 1010000 | 10000100 | 100000 | 1111 |
Color Harmonies of #1A321F
Complementary color
Monochromatic Colors of #1A321F
Black with #1A321F
Text Example
Text Example
White with #1A321F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A321F; }
p { color: rgb(26,50,31); }
H1.HeaderClassName
{
color: #1A321F;
}
.AnyTagClassName
{
color: #1A321F;
}
</style>
background-color css
<style>
a { background-color: #1A321F; }
a { background-color: rgb(26,50,31); }
div.DivClassName
{
background-color: #1A321F;
}
.BgClassName
{
background-color: #1A321F;
}
</style>
border-color css
<style>
span { border-color: #1A321F; }
span { border-color: rgb(26,50,31); }
td.TdClassName
{
border-color: #1A321F;
}
.TagClassName
{
border-color: #1A321F;
}
</style>