Shades of Black Bean #191F19
Tints of Black Bean #191F19
RGB
CMYK
RGB Variations
Color information
#191F19 (or 0x191F19) is known color: Black Bean. HEX triplet: 19, 1F and 19. RGB value is (25,31,25). Sum of RGB (Red+Green+Blue) = 25+31+25=81 (10% of max value = 765). Red value is 25 (10.16% from 255 or 30.86% from 81); Green value is 31 (12.5% from 255 or 38.27% from 81); Blue value is 25 (10.16% from 255 or 30.86% from 81); Max value from RGB is 31 - color contains mainly: green. Hex color #191F19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191F19 is #E6E0E6. Grayscale: #1C1C1C. Windows color (decimal): -15130855 or 1646361. OLE color: 1646361.
HSL color Cylindrical-coordinate representation of color #191F19: hue angle of 120º 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 #191F19 is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 25 | 31 | 25 | - |
| CMYK | 0.19 | 0 | 0.19 | 0.88 |
| HSL | 120º | 0.11% | 0.11% | - |
| HSV(B) | 120º | 0.19% | 0.12% | - |
| XYZ | 1.07 | 1.26 | 1.11 | - |
| YUV | 28.52 | 126.01 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 31 | 25 | 0.19 | 0 | 0.19 | 0.88 | 120 | 0.11 | 0.11 |
| Hex | 19 | 1F | 19 | 13 | 0 | 13 | 58 | 78 | B | B |
| Octal | 31 | 37 | 31 | 23 | 0 | 23 | 130 | 170 | 13 | 13 |
| Binary | 11001 | 11111 | 11001 | 10011 | 0 | 10011 | 1011000 | 1111000 | 1011 | 1011 |
Color Harmonies of #191F19
Complementary color
Monochromatic Colors of #191F19
Black with #191F19
Text Example
Text Example
White with #191F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191F19; }
p { color: rgb(25,31,25); }
H1.HeaderClassName
{
color: #191F19;
}
.AnyTagClassName
{
color: #191F19;
}
</style>
background-color css
<style>
a { background-color: #191F19; }
a { background-color: rgb(25,31,25); }
div.DivClassName
{
background-color: #191F19;
}
.BgClassName
{
background-color: #191F19;
}
</style>
border-color css
<style>
span { border-color: #191F19; }
span { border-color: rgb(25,31,25); }
td.TdClassName
{
border-color: #191F19;
}
.TagClassName
{
border-color: #191F19;
}
</style>