Shades of Black Bean #1A281D
Tints of Black Bean #1A281D
RGB
CMYK
RGB Variations
Color information
#1A281D (or 0x1A281D) is known color: Black Bean. HEX triplet: 1A, 28 and 1D. RGB value is (26,40,29). Sum of RGB (Red+Green+Blue) = 26+40+29=95 (12% of max value = 765). Red value is 26 (10.55% from 255 or 27.37% from 95); Green value is 40 (16.02% from 255 or 42.11% from 95); Blue value is 29 (11.72% from 255 or 30.53% from 95); Max value from RGB is 40 - color contains mainly: green. Hex color #1A281D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A281D is #E5D7E2. Grayscale: #222222. Windows color (decimal): -15063011 or 1910810. OLE color: 1910810.
HSL color Cylindrical-coordinate representation of color #1A281D: hue angle of 132.86º degrees, saturation: 0.21, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #1A281D is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 26 | 40 | 29 | - |
| CMYK | 0.35 | 0 | 0.28 | 0.84 |
| HSL | 132.86º | 0.21% | 0.13% | - |
| HSV(B) | 132.86º | 0.35% | 0.16% | - |
| XYZ | 1.41 | 1.83 | 1.44 | - |
| YUV | 34.56 | 124.86 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 40 | 29 | 0.35 | 0 | 0.28 | 0.84 | 132.86 | 0.21 | 0.13 |
| Hex | 1A | 28 | 1D | 23 | 0 | 1C | 54 | 85 | 15 | D |
| Octal | 32 | 50 | 35 | 43 | 0 | 34 | 124 | 205 | 25 | 15 |
| Binary | 11010 | 101000 | 11101 | 100011 | 0 | 11100 | 1010100 | 10000101 | 10101 | 1101 |
Color Harmonies of #1A281D
Complementary color
Monochromatic Colors of #1A281D
Black with #1A281D
Text Example
Text Example
White with #1A281D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A281D; }
p { color: rgb(26,40,29); }
H1.HeaderClassName
{
color: #1A281D;
}
.AnyTagClassName
{
color: #1A281D;
}
</style>
background-color css
<style>
a { background-color: #1A281D; }
a { background-color: rgb(26,40,29); }
div.DivClassName
{
background-color: #1A281D;
}
.BgClassName
{
background-color: #1A281D;
}
</style>
border-color css
<style>
span { border-color: #1A281D; }
span { border-color: rgb(26,40,29); }
td.TdClassName
{
border-color: #1A281D;
}
.TagClassName
{
border-color: #1A281D;
}
</style>