Shades of Black Bean #19341D
Tints of Black Bean #19341D
RGB
CMYK
RGB Variations
Color information
#19341D (or 0x19341D) is known color: Black Bean. HEX triplet: 19, 34 and 1D. RGB value is (25,52,29). Sum of RGB (Red+Green+Blue) = 25+52+29=106 (14% of max value = 765). Red value is 25 (10.16% from 255 or 23.58% from 106); Green value is 52 (20.70% from 255 or 49.06% from 106); Blue value is 29 (11.72% from 255 or 27.36% from 106); Max value from RGB is 52 - color contains mainly: green. Hex color #19341D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19341D is #E6CBE2. Grayscale: #292929. Windows color (decimal): -15125475 or 1913881. OLE color: 1913881.
HSL color Cylindrical-coordinate representation of color #19341D: hue angle of 128.89º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #19341D is Cyan = 0.52, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 25 | 52 | 29 | - |
| CMYK | 0.52 | 0 | 0.44 | 0.80 |
| HSL | 128.89º | 0.35% | 0.15% | - |
| HSV(B) | 128.89º | 0.52% | 0.2% | - |
| XYZ | 1.85 | 2.75 | 1.6 | - |
| YUV | 41.31 | 121.05 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 52 | 29 | 0.52 | 0 | 0.44 | 0.80 | 128.89 | 0.35 | 0.15 |
| Hex | 19 | 34 | 1D | 34 | 0 | 2C | 50 | 81 | 23 | F |
| Octal | 31 | 64 | 35 | 64 | 0 | 54 | 120 | 201 | 43 | 17 |
| Binary | 11001 | 110100 | 11101 | 110100 | 0 | 101100 | 1010000 | 10000001 | 100011 | 1111 |
Color Harmonies of #19341D
Complementary color
Monochromatic Colors of #19341D
Black with #19341D
Text Example
Text Example
White with #19341D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19341D; }
p { color: rgb(25,52,29); }
H1.HeaderClassName
{
color: #19341D;
}
.AnyTagClassName
{
color: #19341D;
}
</style>
background-color css
<style>
a { background-color: #19341D; }
a { background-color: rgb(25,52,29); }
div.DivClassName
{
background-color: #19341D;
}
.BgClassName
{
background-color: #19341D;
}
</style>
border-color css
<style>
span { border-color: #19341D; }
span { border-color: rgb(25,52,29); }
td.TdClassName
{
border-color: #19341D;
}
.TagClassName
{
border-color: #19341D;
}
</style>