Shades of Black Bean #19361D
Tints of Black Bean #19361D
RGB
CMYK
RGB Variations
Color information
#19361D (or 0x19361D) is known color: Black Bean. HEX triplet: 19, 36 and 1D. RGB value is (25,54,29). Sum of RGB (Red+Green+Blue) = 25+54+29=108 (14% of max value = 765). Red value is 25 (10.16% from 255 or 23.15% from 108); Green value is 54 (21.48% from 255 or 50% from 108); Blue value is 29 (11.72% from 255 or 26.85% from 108); Max value from RGB is 54 - color contains mainly: green. Hex color #19361D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19361D is #E6C9E2. Grayscale: #2A2A2A. Windows color (decimal): -15124963 or 1914393. OLE color: 1914393.
HSL color Cylindrical-coordinate representation of color #19361D: hue angle of 128.28º degrees, saturation: 0.37, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #19361D is Cyan = 0.54, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 25 | 54 | 29 | - |
| CMYK | 0.54 | 0 | 0.46 | 0.79 |
| HSL | 128.28º | 0.37% | 0.15% | - |
| HSV(B) | 128.28º | 0.54% | 0.21% | - |
| XYZ | 1.94 | 2.93 | 1.63 | - |
| YUV | 42.48 | 120.39 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 54 | 29 | 0.54 | 0 | 0.46 | 0.79 | 128.28 | 0.37 | 0.15 |
| Hex | 19 | 36 | 1D | 36 | 0 | 2E | 4F | 80 | 25 | F |
| Octal | 31 | 66 | 35 | 66 | 0 | 56 | 117 | 200 | 45 | 17 |
| Binary | 11001 | 110110 | 11101 | 110110 | 0 | 101110 | 1001111 | 10000000 | 100101 | 1111 |
Color Harmonies of #19361D
Complementary color
Monochromatic Colors of #19361D
Black with #19361D
Text Example
Text Example
White with #19361D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19361D; }
p { color: rgb(25,54,29); }
H1.HeaderClassName
{
color: #19361D;
}
.AnyTagClassName
{
color: #19361D;
}
</style>
background-color css
<style>
a { background-color: #19361D; }
a { background-color: rgb(25,54,29); }
div.DivClassName
{
background-color: #19361D;
}
.BgClassName
{
background-color: #19361D;
}
</style>
border-color css
<style>
span { border-color: #19361D; }
span { border-color: rgb(25,54,29); }
td.TdClassName
{
border-color: #19361D;
}
.TagClassName
{
border-color: #19361D;
}
</style>