Shades of Black Bean #191F1B
Tints of Black Bean #191F1B
RGB
CMYK
RGB Variations
Color information
#191F1B (or 0x191F1B) is known color: Black Bean. HEX triplet: 19, 1F and 1B. RGB value is (25,31,27). Sum of RGB (Red+Green+Blue) = 25+31+27=83 (10% of max value = 765). Red value is 25 (10.16% from 255 or 30.12% from 83); Green value is 31 (12.5% from 255 or 37.35% from 83); Blue value is 27 (10.94% from 255 or 32.53% from 83); Max value from RGB is 31 - color contains mainly: green. Hex color #191F1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191F1B is #E6E0E4. Grayscale: #1C1C1C. Windows color (decimal): -15130853 or 1777433. OLE color: 1777433.
HSL color Cylindrical-coordinate representation of color #191F1B: hue angle of 140º degrees, saturation: 0.11, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #191F1B is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 25 | 31 | 27 | - |
| CMYK | 0.19 | 0 | 0.13 | 0.88 |
| HSL | 140º | 0.11% | 0.11% | - |
| HSV(B) | 140º | 0.19% | 0.12% | - |
| XYZ | 1.09 | 1.27 | 1.22 | - |
| YUV | 28.75 | 127.01 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 31 | 27 | 0.19 | 0 | 0.13 | 0.88 | 140 | 0.11 | 0.11 |
| Hex | 19 | 1F | 1B | 13 | 0 | D | 58 | 8C | B | B |
| Octal | 31 | 37 | 33 | 23 | 0 | 15 | 130 | 214 | 13 | 13 |
| Binary | 11001 | 11111 | 11011 | 10011 | 0 | 1101 | 1011000 | 10001100 | 1011 | 1011 |
Color Harmonies of #191F1B
Complementary color
Monochromatic Colors of #191F1B
Black with #191F1B
Text Example
Text Example
White with #191F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191F1B; }
p { color: rgb(25,31,27); }
H1.HeaderClassName
{
color: #191F1B;
}
.AnyTagClassName
{
color: #191F1B;
}
</style>
background-color css
<style>
a { background-color: #191F1B; }
a { background-color: rgb(25,31,27); }
div.DivClassName
{
background-color: #191F1B;
}
.BgClassName
{
background-color: #191F1B;
}
</style>
border-color css
<style>
span { border-color: #191F1B; }
span { border-color: rgb(25,31,27); }
td.TdClassName
{
border-color: #191F1B;
}
.TagClassName
{
border-color: #191F1B;
}
</style>