Shades of Black Bean #19281D
Tints of Black Bean #19281D
RGB
CMYK
RGB Variations
Color information
#19281D (or 0x19281D) is known color: Black Bean. HEX triplet: 19, 28 and 1D. RGB value is (25,40,29). Sum of RGB (Red+Green+Blue) = 25+40+29=94 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.60% from 94); Green value is 40 (16.02% from 255 or 42.55% from 94); Blue value is 29 (11.72% from 255 or 30.85% from 94); Max value from RGB is 40 - color contains mainly: green. Hex color #19281D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19281D is #E6D7E2. Grayscale: #222222. Windows color (decimal): -15128547 or 1910809. OLE color: 1910809.
HSL color Cylindrical-coordinate representation of color #19281D: hue angle of 136º degrees, saturation: 0.23, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #19281D is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 25 | 40 | 29 | - |
| CMYK | 0.38 | 0 | 0.28 | 0.84 |
| HSL | 136º | 0.23% | 0.13% | - |
| HSV(B) | 136º | 0.38% | 0.16% | - |
| XYZ | 1.38 | 1.81 | 1.44 | - |
| YUV | 34.26 | 125.03 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 40 | 29 | 0.38 | 0 | 0.28 | 0.84 | 136 | 0.23 | 0.13 |
| Hex | 19 | 28 | 1D | 26 | 0 | 1C | 54 | 88 | 17 | D |
| Octal | 31 | 50 | 35 | 46 | 0 | 34 | 124 | 210 | 27 | 15 |
| Binary | 11001 | 101000 | 11101 | 100110 | 0 | 11100 | 1010100 | 10001000 | 10111 | 1101 |
Color Harmonies of #19281D
Complementary color
Monochromatic Colors of #19281D
Black with #19281D
Text Example
Text Example
White with #19281D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19281D; }
p { color: rgb(25,40,29); }
H1.HeaderClassName
{
color: #19281D;
}
.AnyTagClassName
{
color: #19281D;
}
</style>
background-color css
<style>
a { background-color: #19281D; }
a { background-color: rgb(25,40,29); }
div.DivClassName
{
background-color: #19281D;
}
.BgClassName
{
background-color: #19281D;
}
</style>
border-color css
<style>
span { border-color: #19281D; }
span { border-color: rgb(25,40,29); }
td.TdClassName
{
border-color: #19281D;
}
.TagClassName
{
border-color: #19281D;
}
</style>