Shades of Black Bean #19371E
Tints of Black Bean #19371E
RGB
CMYK
RGB Variations
Color information
#19371E (or 0x19371E) is known color: Black Bean. HEX triplet: 19, 37 and 1E. RGB value is (25,55,30). Sum of RGB (Red+Green+Blue) = 25+55+30=110 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.73% from 110); Green value is 55 (21.88% from 255 or 50% from 110); Blue value is 30 (12.11% from 255 or 27.27% from 110); Max value from RGB is 55 - color contains mainly: green. Hex color #19371E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19371E is #E6C8E1. Grayscale: #2B2B2B. Windows color (decimal): -15124706 or 1980185. OLE color: 1980185.
HSL color Cylindrical-coordinate representation of color #19371E: hue angle of 130º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #19371E is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 25 | 55 | 30 | - |
| CMYK | 0.55 | 0 | 0.45 | 0.78 |
| HSL | 130º | 0.38% | 0.16% | - |
| HSV(B) | 130º | 0.55% | 0.22% | - |
| XYZ | 2 | 3.03 | 1.71 | - |
| YUV | 43.18 | 120.56 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 55 | 30 | 0.55 | 0 | 0.45 | 0.78 | 130 | 0.38 | 0.16 |
| Hex | 19 | 37 | 1E | 37 | 0 | 2D | 4E | 82 | 26 | 10 |
| Octal | 31 | 67 | 36 | 67 | 0 | 55 | 116 | 202 | 46 | 20 |
| Binary | 11001 | 110111 | 11110 | 110111 | 0 | 101101 | 1001110 | 10000010 | 100110 | 10000 |
Color Harmonies of #19371E
Complementary color
Monochromatic Colors of #19371E
Black with #19371E
Text Example
Text Example
White with #19371E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19371E; }
p { color: rgb(25,55,30); }
H1.HeaderClassName
{
color: #19371E;
}
.AnyTagClassName
{
color: #19371E;
}
</style>
background-color css
<style>
a { background-color: #19371E; }
a { background-color: rgb(25,55,30); }
div.DivClassName
{
background-color: #19371E;
}
.BgClassName
{
background-color: #19371E;
}
</style>
border-color css
<style>
span { border-color: #19371E; }
span { border-color: rgb(25,55,30); }
td.TdClassName
{
border-color: #19371E;
}
.TagClassName
{
border-color: #19371E;
}
</style>