Shades of Black Bean #1B261B
Tints of Black Bean #1B261B
RGB
CMYK
RGB Variations
Color information
#1B261B (or 0x1B261B) is known color: Black Bean. HEX triplet: 1B, 26 and 1B. RGB value is (27,38,27). Sum of RGB (Red+Green+Blue) = 27+38+27=92 (12% of max value = 765). Red value is 27 (10.94% from 255 or 29.35% from 92); Green value is 38 (15.23% from 255 or 41.30% from 92); Blue value is 27 (10.94% from 255 or 29.35% from 92); Max value from RGB is 38 - color contains mainly: green. Hex color #1B261B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B261B is #E4D9E4. Grayscale: #212121. Windows color (decimal): -14997989 or 1779227. OLE color: 1779227.
HSL color Cylindrical-coordinate representation of color #1B261B: hue angle of 120º degrees, saturation: 0.17, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #1B261B is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 27 | 38 | 27 | - |
| CMYK | 0.29 | 0 | 0.29 | 0.85 |
| HSL | 120º | 0.17% | 0.13% | - |
| HSV(B) | 120º | 0.29% | 0.15% | - |
| XYZ | 1.34 | 1.7 | 1.29 | - |
| YUV | 33.46 | 124.36 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 38 | 27 | 0.29 | 0 | 0.29 | 0.85 | 120 | 0.17 | 0.13 |
| Hex | 1B | 26 | 1B | 1D | 0 | 1D | 55 | 78 | 11 | D |
| Octal | 33 | 46 | 33 | 35 | 0 | 35 | 125 | 170 | 21 | 15 |
| Binary | 11011 | 100110 | 11011 | 11101 | 0 | 11101 | 1010101 | 1111000 | 10001 | 1101 |
Color Harmonies of #1B261B
Complementary color
Monochromatic Colors of #1B261B
Black with #1B261B
Text Example
Text Example
White with #1B261B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B261B; }
p { color: rgb(27,38,27); }
H1.HeaderClassName
{
color: #1B261B;
}
.AnyTagClassName
{
color: #1B261B;
}
</style>
background-color css
<style>
a { background-color: #1B261B; }
a { background-color: rgb(27,38,27); }
div.DivClassName
{
background-color: #1B261B;
}
.BgClassName
{
background-color: #1B261B;
}
</style>
border-color css
<style>
span { border-color: #1B261B; }
span { border-color: rgb(27,38,27); }
td.TdClassName
{
border-color: #1B261B;
}
.TagClassName
{
border-color: #1B261B;
}
</style>