Shades of Black Bean #19281B
Tints of Black Bean #19281B
RGB
CMYK
RGB Variations
Color information
#19281B (or 0x19281B) is known color: Black Bean. HEX triplet: 19, 28 and 1B. RGB value is (25,40,27). Sum of RGB (Red+Green+Blue) = 25+40+27=92 (12% of max value = 765). Red value is 25 (10.16% from 255 or 27.17% from 92); Green value is 40 (16.02% from 255 or 43.48% from 92); Blue value is 27 (10.94% from 255 or 29.35% from 92); Max value from RGB is 40 - color contains mainly: green. Hex color #19281B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19281B is #E6D7E4. Grayscale: #222222. Windows color (decimal): -15128549 or 1779737. OLE color: 1779737.
HSL color Cylindrical-coordinate representation of color #19281B: hue angle of 128º 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 #19281B is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 25 | 40 | 27 | - |
| CMYK | 0.38 | 0 | 0.33 | 0.84 |
| HSL | 128º | 0.23% | 0.13% | - |
| HSV(B) | 128º | 0.38% | 0.16% | - |
| XYZ | 1.36 | 1.8 | 1.31 | - |
| YUV | 34.03 | 124.03 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 40 | 27 | 0.38 | 0 | 0.33 | 0.84 | 128 | 0.23 | 0.13 |
| Hex | 19 | 28 | 1B | 26 | 0 | 21 | 54 | 80 | 17 | D |
| Octal | 31 | 50 | 33 | 46 | 0 | 41 | 124 | 200 | 27 | 15 |
| Binary | 11001 | 101000 | 11011 | 100110 | 0 | 100001 | 1010100 | 10000000 | 10111 | 1101 |
Color Harmonies of #19281B
Complementary color
Monochromatic Colors of #19281B
Black with #19281B
Text Example
Text Example
White with #19281B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19281B; }
p { color: rgb(25,40,27); }
H1.HeaderClassName
{
color: #19281B;
}
.AnyTagClassName
{
color: #19281B;
}
</style>
background-color css
<style>
a { background-color: #19281B; }
a { background-color: rgb(25,40,27); }
div.DivClassName
{
background-color: #19281B;
}
.BgClassName
{
background-color: #19281B;
}
</style>
border-color css
<style>
span { border-color: #19281B; }
span { border-color: rgb(25,40,27); }
td.TdClassName
{
border-color: #19281B;
}
.TagClassName
{
border-color: #19281B;
}
</style>