Shades of Black Bean #1B271C
Tints of Black Bean #1B271C
RGB
CMYK
RGB Variations
Color information
#1B271C (or 0x1B271C) is known color: Black Bean. HEX triplet: 1B, 27 and 1C. RGB value is (27,39,28). Sum of RGB (Red+Green+Blue) = 27+39+28=94 (12% of max value = 765). Red value is 27 (10.94% from 255 or 28.72% from 94); Green value is 39 (15.62% from 255 or 41.49% from 94); Blue value is 28 (11.33% from 255 or 29.79% from 94); Max value from RGB is 39 - color contains mainly: green. Hex color #1B271C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B271C is #E4D8E3. Grayscale: #222222. Windows color (decimal): -14997732 or 1845019. OLE color: 1845019.
HSL color Cylindrical-coordinate representation of color #1B271C: hue angle of 125º 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 #1B271C is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 27 | 39 | 28 | - |
| CMYK | 0.31 | 0 | 0.28 | 0.85 |
| HSL | 125º | 0.18% | 0.13% | - |
| HSV(B) | 125º | 0.31% | 0.15% | - |
| XYZ | 1.39 | 1.77 | 1.37 | - |
| YUV | 34.16 | 124.52 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 39 | 28 | 0.31 | 0 | 0.28 | 0.85 | 125 | 0.18 | 0.13 |
| Hex | 1B | 27 | 1C | 1F | 0 | 1C | 55 | 7D | 12 | D |
| Octal | 33 | 47 | 34 | 37 | 0 | 34 | 125 | 175 | 22 | 15 |
| Binary | 11011 | 100111 | 11100 | 11111 | 0 | 11100 | 1010101 | 1111101 | 10010 | 1101 |
Color Harmonies of #1B271C
Complementary color
Monochromatic Colors of #1B271C
Black with #1B271C
Text Example
Text Example
White with #1B271C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B271C; }
p { color: rgb(27,39,28); }
H1.HeaderClassName
{
color: #1B271C;
}
.AnyTagClassName
{
color: #1B271C;
}
</style>
background-color css
<style>
a { background-color: #1B271C; }
a { background-color: rgb(27,39,28); }
div.DivClassName
{
background-color: #1B271C;
}
.BgClassName
{
background-color: #1B271C;
}
</style>
border-color css
<style>
span { border-color: #1B271C; }
span { border-color: rgb(27,39,28); }
td.TdClassName
{
border-color: #1B271C;
}
.TagClassName
{
border-color: #1B271C;
}
</style>