Shades of Black Bean #1A261B
Tints of Black Bean #1A261B
RGB
CMYK
RGB Variations
Color information
#1A261B (or 0x1A261B) is known color: Black Bean. HEX triplet: 1A, 26 and 1B. RGB value is (26,38,27). Sum of RGB (Red+Green+Blue) = 26+38+27=91 (12% of max value = 765). Red value is 26 (10.55% from 255 or 28.57% from 91); Green value is 38 (15.23% from 255 or 41.76% from 91); Blue value is 27 (10.94% from 255 or 29.67% from 91); Max value from RGB is 38 - color contains mainly: green. Hex color #1A261B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A261B is #E5D9E4. Grayscale: #212121. Windows color (decimal): -15063525 or 1779226. OLE color: 1779226.
HSL color Cylindrical-coordinate representation of color #1A261B: hue angle of 125º degrees, saturation: 0.19, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #1A261B is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 26 | 38 | 27 | - |
| CMYK | 0.32 | 0 | 0.29 | 0.85 |
| HSL | 125º | 0.19% | 0.13% | - |
| HSV(B) | 125º | 0.32% | 0.15% | - |
| XYZ | 1.32 | 1.68 | 1.29 | - |
| YUV | 33.16 | 124.52 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 38 | 27 | 0.32 | 0 | 0.29 | 0.85 | 125 | 0.19 | 0.13 |
| Hex | 1A | 26 | 1B | 20 | 0 | 1D | 55 | 7D | 13 | D |
| Octal | 32 | 46 | 33 | 40 | 0 | 35 | 125 | 175 | 23 | 15 |
| Binary | 11010 | 100110 | 11011 | 100000 | 0 | 11101 | 1010101 | 1111101 | 10011 | 1101 |
Color Harmonies of #1A261B
Complementary color
Monochromatic Colors of #1A261B
Black with #1A261B
Text Example
Text Example
White with #1A261B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A261B; }
p { color: rgb(26,38,27); }
H1.HeaderClassName
{
color: #1A261B;
}
.AnyTagClassName
{
color: #1A261B;
}
</style>
background-color css
<style>
a { background-color: #1A261B; }
a { background-color: rgb(26,38,27); }
div.DivClassName
{
background-color: #1A261B;
}
.BgClassName
{
background-color: #1A261B;
}
</style>
border-color css
<style>
span { border-color: #1A261B; }
span { border-color: rgb(26,38,27); }
td.TdClassName
{
border-color: #1A261B;
}
.TagClassName
{
border-color: #1A261B;
}
</style>