Shades of Black Bean #19381D
Tints of Black Bean #19381D
RGB
CMYK
RGB Variations
Color information
#19381D (or 0x19381D) is known color: Black Bean. HEX triplet: 19, 38 and 1D. RGB value is (25,56,29). Sum of RGB (Red+Green+Blue) = 25+56+29=110 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.73% from 110); Green value is 56 (22.27% from 255 or 50.91% from 110); Blue value is 29 (11.72% from 255 or 26.36% from 110); Max value from RGB is 56 - color contains mainly: green. Hex color #19381D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19381D is #E6C7E2. Grayscale: #2B2B2B. Windows color (decimal): -15124451 or 1914905. OLE color: 1914905.
HSL color Cylindrical-coordinate representation of color #19381D: hue angle of 127.74º 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 #19381D is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 25 | 56 | 29 | - |
| CMYK | 0.55 | 0 | 0.48 | 0.78 |
| HSL | 127.74º | 0.38% | 0.16% | - |
| HSV(B) | 127.74º | 0.55% | 0.22% | - |
| XYZ | 2.04 | 3.12 | 1.66 | - |
| YUV | 43.65 | 119.73 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 56 | 29 | 0.55 | 0 | 0.48 | 0.78 | 127.74 | 0.38 | 0.16 |
| Hex | 19 | 38 | 1D | 37 | 0 | 30 | 4E | 80 | 26 | 10 |
| Octal | 31 | 70 | 35 | 67 | 0 | 60 | 116 | 200 | 46 | 20 |
| Binary | 11001 | 111000 | 11101 | 110111 | 0 | 110000 | 1001110 | 10000000 | 100110 | 10000 |
Color Harmonies of #19381D
Complementary color
Monochromatic Colors of #19381D
Black with #19381D
Text Example
Text Example
White with #19381D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19381D; }
p { color: rgb(25,56,29); }
H1.HeaderClassName
{
color: #19381D;
}
.AnyTagClassName
{
color: #19381D;
}
</style>
background-color css
<style>
a { background-color: #19381D; }
a { background-color: rgb(25,56,29); }
div.DivClassName
{
background-color: #19381D;
}
.BgClassName
{
background-color: #19381D;
}
</style>
border-color css
<style>
span { border-color: #19381D; }
span { border-color: rgb(25,56,29); }
td.TdClassName
{
border-color: #19381D;
}
.TagClassName
{
border-color: #19381D;
}
</style>