Shades of Black Bean #191B19
Tints of Black Bean #191B19
RGB
CMYK
RGB Variations
Color information
#191B19 (or 0x191B19) is known color: Black Bean. HEX triplet: 19, 1B and 19. RGB value is (25,27,25). Sum of RGB (Red+Green+Blue) = 25+27+25=77 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.47% from 77); Green value is 27 (10.94% from 255 or 35.06% from 77); Blue value is 25 (10.16% from 255 or 32.47% from 77); Max value from RGB is 27 - color contains mainly: green. Hex color #191B19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191B19 is #E6E4E6. Grayscale: #1A1A1A. Windows color (decimal): -15131879 or 1645337. OLE color: 1645337.
HSL color Cylindrical-coordinate representation of color #191B19: hue angle of 120º degrees, saturation: 0.04, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #191B19 is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 25 | 27 | 25 | - |
| CMYK | 0.07 | 0 | 0.07 | 0.89 |
| HSL | 120º | 0.04% | 0.1% | - |
| HSV(B) | 120º | 0.07% | 0.11% | - |
| XYZ | 0.97 | 1.06 | 1.07 | - |
| YUV | 26.17 | 127.34 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 27 | 25 | 0.07 | 0 | 0.07 | 0.89 | 120 | 0.04 | 0.1 |
| Hex | 19 | 1B | 19 | 7 | 0 | 7 | 59 | 78 | 4 | A |
| Octal | 31 | 33 | 31 | 7 | 0 | 7 | 131 | 170 | 4 | 12 |
| Binary | 11001 | 11011 | 11001 | 111 | 0 | 111 | 1011001 | 1111000 | 100 | 1010 |
Color Harmonies of #191B19
Complementary color
Monochromatic Colors of #191B19
Black with #191B19
Text Example
Text Example
White with #191B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191B19; }
p { color: rgb(25,27,25); }
H1.HeaderClassName
{
color: #191B19;
}
.AnyTagClassName
{
color: #191B19;
}
</style>
background-color css
<style>
a { background-color: #191B19; }
a { background-color: rgb(25,27,25); }
div.DivClassName
{
background-color: #191B19;
}
.BgClassName
{
background-color: #191B19;
}
</style>
border-color css
<style>
span { border-color: #191B19; }
span { border-color: rgb(25,27,25); }
td.TdClassName
{
border-color: #191B19;
}
.TagClassName
{
border-color: #191B19;
}
</style>