Shades of Black Bean #1A321C
Tints of Black Bean #1A321C
RGB
CMYK
RGB Variations
Color information
#1A321C (or 0x1A321C) is known color: Black Bean. HEX triplet: 1A, 32 and 1C. RGB value is (26,50,28). Sum of RGB (Red+Green+Blue) = 26+50+28=104 (13% of max value = 765). Red value is 26 (10.55% from 255 or 25% from 104); Green value is 50 (19.92% from 255 or 48.08% from 104); Blue value is 28 (11.33% from 255 or 26.92% from 104); Max value from RGB is 50 - color contains mainly: green. Hex color #1A321C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A321C is #E5CDE3. Grayscale: #282828. Windows color (decimal): -15060452 or 1847834. OLE color: 1847834.
HSL color Cylindrical-coordinate representation of color #1A321C: hue angle of 125º 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 #1A321C is Cyan = 0.48, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 26 | 50 | 28 | - |
| CMYK | 0.48 | 0 | 0.44 | 0.80 |
| HSL | 125º | 0.32% | 0.15% | - |
| HSV(B) | 125º | 0.48% | 0.2% | - |
| XYZ | 1.78 | 2.58 | 1.5 | - |
| YUV | 40.32 | 121.05 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 50 | 28 | 0.48 | 0 | 0.44 | 0.80 | 125 | 0.32 | 0.15 |
| Hex | 1A | 32 | 1C | 30 | 0 | 2C | 50 | 7D | 20 | F |
| Octal | 32 | 62 | 34 | 60 | 0 | 54 | 120 | 175 | 40 | 17 |
| Binary | 11010 | 110010 | 11100 | 110000 | 0 | 101100 | 1010000 | 1111101 | 100000 | 1111 |
Color Harmonies of #1A321C
Complementary color
Monochromatic Colors of #1A321C
Black with #1A321C
Text Example
Text Example
White with #1A321C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A321C; }
p { color: rgb(26,50,28); }
H1.HeaderClassName
{
color: #1A321C;
}
.AnyTagClassName
{
color: #1A321C;
}
</style>
background-color css
<style>
a { background-color: #1A321C; }
a { background-color: rgb(26,50,28); }
div.DivClassName
{
background-color: #1A321C;
}
.BgClassName
{
background-color: #1A321C;
}
</style>
border-color css
<style>
span { border-color: #1A321C; }
span { border-color: rgb(26,50,28); }
td.TdClassName
{
border-color: #1A321C;
}
.TagClassName
{
border-color: #1A321C;
}
</style>