Shades of Black Bean #19311B
Tints of Black Bean #19311B
RGB
CMYK
RGB Variations
Color information
#19311B (or 0x19311B) is known color: Black Bean. HEX triplet: 19, 31 and 1B. RGB value is (25,49,27). Sum of RGB (Red+Green+Blue) = 25+49+27=101 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.75% from 101); Green value is 49 (19.53% from 255 or 48.51% from 101); Blue value is 27 (10.94% from 255 or 26.73% from 101); Max value from RGB is 49 - color contains mainly: green. Hex color #19311B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19311B is #E6CEE4. Grayscale: #272727. Windows color (decimal): -15126245 or 1782041. OLE color: 1782041.
HSL color Cylindrical-coordinate representation of color #19311B: hue angle of 125º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #19311B is Cyan = 0.49, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 25 | 49 | 27 | - |
| CMYK | 0.49 | 0 | 0.45 | 0.81 |
| HSL | 125º | 0.32% | 0.15% | - |
| HSV(B) | 125º | 0.49% | 0.19% | - |
| XYZ | 1.7 | 2.48 | 1.43 | - |
| YUV | 39.32 | 121.05 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 49 | 27 | 0.49 | 0 | 0.45 | 0.81 | 125 | 0.32 | 0.15 |
| Hex | 19 | 31 | 1B | 31 | 0 | 2D | 51 | 7D | 20 | F |
| Octal | 31 | 61 | 33 | 61 | 0 | 55 | 121 | 175 | 40 | 17 |
| Binary | 11001 | 110001 | 11011 | 110001 | 0 | 101101 | 1010001 | 1111101 | 100000 | 1111 |
Color Harmonies of #19311B
Complementary color
Monochromatic Colors of #19311B
Black with #19311B
Text Example
Text Example
White with #19311B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19311B; }
p { color: rgb(25,49,27); }
H1.HeaderClassName
{
color: #19311B;
}
.AnyTagClassName
{
color: #19311B;
}
</style>
background-color css
<style>
a { background-color: #19311B; }
a { background-color: rgb(25,49,27); }
div.DivClassName
{
background-color: #19311B;
}
.BgClassName
{
background-color: #19311B;
}
</style>
border-color css
<style>
span { border-color: #19311B; }
span { border-color: rgb(25,49,27); }
td.TdClassName
{
border-color: #19311B;
}
.TagClassName
{
border-color: #19311B;
}
</style>