Shades of Black Bean #1A221B
Tints of Black Bean #1A221B
RGB
CMYK
RGB Variations
Color information
#1A221B (or 0x1A221B) is known color: Black Bean. HEX triplet: 1A, 22 and 1B. RGB value is (26,34,27). Sum of RGB (Red+Green+Blue) = 26+34+27=87 (11% of max value = 765). Red value is 26 (10.55% from 255 or 29.89% from 87); Green value is 34 (13.67% from 255 or 39.08% from 87); Blue value is 27 (10.94% from 255 or 31.03% from 87); Max value from RGB is 34 - color contains mainly: green. Hex color #1A221B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A221B is #E5DDE4. Grayscale: #1E1E1E. Windows color (decimal): -15064549 or 1778202. OLE color: 1778202.
HSL color Cylindrical-coordinate representation of color #1A221B: hue angle of 127.5º degrees, saturation: 0.13, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #1A221B is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 26 | 34 | 27 | - |
| CMYK | 0.24 | 0 | 0.21 | 0.87 |
| HSL | 127.5º | 0.13% | 0.12% | - |
| HSV(B) | 127.5º | 0.24% | 0.13% | - |
| XYZ | 1.2 | 1.44 | 1.25 | - |
| YUV | 30.81 | 125.85 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 34 | 27 | 0.24 | 0 | 0.21 | 0.87 | 127.5 | 0.13 | 0.12 |
| Hex | 1A | 22 | 1B | 18 | 0 | 15 | 57 | 80 | D | C |
| Octal | 32 | 42 | 33 | 30 | 0 | 25 | 127 | 200 | 15 | 14 |
| Binary | 11010 | 100010 | 11011 | 11000 | 0 | 10101 | 1010111 | 10000000 | 1101 | 1100 |
Color Harmonies of #1A221B
Complementary color
Monochromatic Colors of #1A221B
Black with #1A221B
Text Example
Text Example
White with #1A221B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A221B; }
p { color: rgb(26,34,27); }
H1.HeaderClassName
{
color: #1A221B;
}
.AnyTagClassName
{
color: #1A221B;
}
</style>
background-color css
<style>
a { background-color: #1A221B; }
a { background-color: rgb(26,34,27); }
div.DivClassName
{
background-color: #1A221B;
}
.BgClassName
{
background-color: #1A221B;
}
</style>
border-color css
<style>
span { border-color: #1A221B; }
span { border-color: rgb(26,34,27); }
td.TdClassName
{
border-color: #1A221B;
}
.TagClassName
{
border-color: #1A221B;
}
</style>