Shades of Black Bean #1A281E
Tints of Black Bean #1A281E
RGB
CMYK
RGB Variations
Color information
#1A281E (or 0x1A281E) is known color: Black Bean. HEX triplet: 1A, 28 and 1E. RGB value is (26,40,30). Sum of RGB (Red+Green+Blue) = 26+40+30=96 (12% of max value = 765). Red value is 26 (10.55% from 255 or 27.08% from 96); Green value is 40 (16.02% from 255 or 41.67% from 96); Blue value is 30 (12.11% from 255 or 31.25% from 96); Max value from RGB is 40 - color contains mainly: green. Hex color #1A281E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A281E is #E5D7E1. Grayscale: #222222. Windows color (decimal): -15063010 or 1976346. OLE color: 1976346.
HSL color Cylindrical-coordinate representation of color #1A281E: hue angle of 137.14º 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 #1A281E is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 26 | 40 | 30 | - |
| CMYK | 0.35 | 0 | 0.25 | 0.84 |
| HSL | 137.14º | 0.21% | 0.13% | - |
| HSV(B) | 137.14º | 0.35% | 0.16% | - |
| XYZ | 1.42 | 1.83 | 1.51 | - |
| YUV | 34.67 | 125.36 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 40 | 30 | 0.35 | 0 | 0.25 | 0.84 | 137.14 | 0.21 | 0.13 |
| Hex | 1A | 28 | 1E | 23 | 0 | 19 | 54 | 89 | 15 | D |
| Octal | 32 | 50 | 36 | 43 | 0 | 31 | 124 | 211 | 25 | 15 |
| Binary | 11010 | 101000 | 11110 | 100011 | 0 | 11001 | 1010100 | 10001001 | 10101 | 1101 |
Color Harmonies of #1A281E
Complementary color
Monochromatic Colors of #1A281E
Black with #1A281E
Text Example
Text Example
White with #1A281E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A281E; }
p { color: rgb(26,40,30); }
H1.HeaderClassName
{
color: #1A281E;
}
.AnyTagClassName
{
color: #1A281E;
}
</style>
background-color css
<style>
a { background-color: #1A281E; }
a { background-color: rgb(26,40,30); }
div.DivClassName
{
background-color: #1A281E;
}
.BgClassName
{
background-color: #1A281E;
}
</style>
border-color css
<style>
span { border-color: #1A281E; }
span { border-color: rgb(26,40,30); }
td.TdClassName
{
border-color: #1A281E;
}
.TagClassName
{
border-color: #1A281E;
}
</style>