Shades of Black Bean #1B281B
Tints of Black Bean #1B281B
RGB
CMYK
RGB Variations
Color information
#1B281B (or 0x1B281B) is known color: Black Bean. HEX triplet: 1B, 28 and 1B. RGB value is (27,40,27). Sum of RGB (Red+Green+Blue) = 27+40+27=94 (12% of max value = 765). Red value is 27 (10.94% from 255 or 28.72% from 94); Green value is 40 (16.02% from 255 or 42.55% from 94); Blue value is 27 (10.94% from 255 or 28.72% from 94); Max value from RGB is 40 - color contains mainly: green. Hex color #1B281B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B281B is #E4D7E4. Grayscale: #222222. Windows color (decimal): -14997477 or 1779739. OLE color: 1779739.
HSL color Cylindrical-coordinate representation of color #1B281B: hue angle of 120º degrees, saturation: 0.19, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #1B281B is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 27 | 40 | 27 | - |
| CMYK | 0.33 | 0 | 0.33 | 0.84 |
| HSL | 120º | 0.19% | 0.13% | - |
| HSV(B) | 120º | 0.33% | 0.16% | - |
| XYZ | 1.41 | 1.83 | 1.32 | - |
| YUV | 34.63 | 123.69 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 40 | 27 | 0.33 | 0 | 0.33 | 0.84 | 120 | 0.19 | 0.13 |
| Hex | 1B | 28 | 1B | 21 | 0 | 21 | 54 | 78 | 13 | D |
| Octal | 33 | 50 | 33 | 41 | 0 | 41 | 124 | 170 | 23 | 15 |
| Binary | 11011 | 101000 | 11011 | 100001 | 0 | 100001 | 1010100 | 1111000 | 10011 | 1101 |
Color Harmonies of #1B281B
Complementary color
Monochromatic Colors of #1B281B
Black with #1B281B
Text Example
Text Example
White with #1B281B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B281B; }
p { color: rgb(27,40,27); }
H1.HeaderClassName
{
color: #1B281B;
}
.AnyTagClassName
{
color: #1B281B;
}
</style>
background-color css
<style>
a { background-color: #1B281B; }
a { background-color: rgb(27,40,27); }
div.DivClassName
{
background-color: #1B281B;
}
.BgClassName
{
background-color: #1B281B;
}
</style>
border-color css
<style>
span { border-color: #1B281B; }
span { border-color: rgb(27,40,27); }
td.TdClassName
{
border-color: #1B281B;
}
.TagClassName
{
border-color: #1B281B;
}
</style>