Shades of Black Bean #1B271D
Tints of Black Bean #1B271D
RGB
CMYK
RGB Variations
Color information
#1B271D (or 0x1B271D) is known color: Black Bean. HEX triplet: 1B, 27 and 1D. RGB value is (27,39,29). Sum of RGB (Red+Green+Blue) = 27+39+29=95 (12% of max value = 765). Red value is 27 (10.94% from 255 or 28.42% from 95); Green value is 39 (15.62% from 255 or 41.05% from 95); Blue value is 29 (11.72% from 255 or 30.53% from 95); Max value from RGB is 39 - color contains mainly: green. Hex color #1B271D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B271D is #E4D8E2. Grayscale: #222222. Windows color (decimal): -14997731 or 1910555. OLE color: 1910555.
HSL color Cylindrical-coordinate representation of color #1B271D: hue angle of 130º degrees, saturation: 0.18, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #1B271D is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 27 | 39 | 29 | - |
| CMYK | 0.31 | 0 | 0.26 | 0.85 |
| HSL | 130º | 0.18% | 0.13% | - |
| HSV(B) | 130º | 0.31% | 0.15% | - |
| XYZ | 1.4 | 1.77 | 1.43 | - |
| YUV | 34.27 | 125.02 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 39 | 29 | 0.31 | 0 | 0.26 | 0.85 | 130 | 0.18 | 0.13 |
| Hex | 1B | 27 | 1D | 1F | 0 | 1A | 55 | 82 | 12 | D |
| Octal | 33 | 47 | 35 | 37 | 0 | 32 | 125 | 202 | 22 | 15 |
| Binary | 11011 | 100111 | 11101 | 11111 | 0 | 11010 | 1010101 | 10000010 | 10010 | 1101 |
Color Harmonies of #1B271D
Complementary color
Monochromatic Colors of #1B271D
Black with #1B271D
Text Example
Text Example
White with #1B271D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B271D; }
p { color: rgb(27,39,29); }
H1.HeaderClassName
{
color: #1B271D;
}
.AnyTagClassName
{
color: #1B271D;
}
</style>
background-color css
<style>
a { background-color: #1B271D; }
a { background-color: rgb(27,39,29); }
div.DivClassName
{
background-color: #1B271D;
}
.BgClassName
{
background-color: #1B271D;
}
</style>
border-color css
<style>
span { border-color: #1B271D; }
span { border-color: rgb(27,39,29); }
td.TdClassName
{
border-color: #1B271D;
}
.TagClassName
{
border-color: #1B271D;
}
</style>