Shades of Black Bean #19361F
Tints of Black Bean #19361F
RGB
CMYK
RGB Variations
Color information
#19361F (or 0x19361F) is known color: Black Bean. HEX triplet: 19, 36 and 1F. RGB value is (25,54,31). Sum of RGB (Red+Green+Blue) = 25+54+31=110 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.73% from 110); Green value is 54 (21.48% from 255 or 49.09% from 110); Blue value is 31 (12.5% from 255 or 28.18% from 110); Max value from RGB is 54 - color contains mainly: green. Hex color #19361F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19361F is #E6C9E0. Grayscale: #2A2A2A. Windows color (decimal): -15124961 or 2045465. OLE color: 2045465.
HSL color Cylindrical-coordinate representation of color #19361F: hue angle of 132.41º 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 #19361F is Cyan = 0.54, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 25 | 54 | 31 | - |
| CMYK | 0.54 | 0 | 0.43 | 0.79 |
| HSL | 132.41º | 0.37% | 0.15% | - |
| HSV(B) | 132.41º | 0.54% | 0.21% | - |
| XYZ | 1.97 | 2.94 | 1.76 | - |
| YUV | 42.71 | 121.39 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 54 | 31 | 0.54 | 0 | 0.43 | 0.79 | 132.41 | 0.37 | 0.15 |
| Hex | 19 | 36 | 1F | 36 | 0 | 2B | 4F | 84 | 25 | F |
| Octal | 31 | 66 | 37 | 66 | 0 | 53 | 117 | 204 | 45 | 17 |
| Binary | 11001 | 110110 | 11111 | 110110 | 0 | 101011 | 1001111 | 10000100 | 100101 | 1111 |
Color Harmonies of #19361F
Complementary color
Monochromatic Colors of #19361F
Black with #19361F
Text Example
Text Example
White with #19361F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19361F; }
p { color: rgb(25,54,31); }
H1.HeaderClassName
{
color: #19361F;
}
.AnyTagClassName
{
color: #19361F;
}
</style>
background-color css
<style>
a { background-color: #19361F; }
a { background-color: rgb(25,54,31); }
div.DivClassName
{
background-color: #19361F;
}
.BgClassName
{
background-color: #19361F;
}
</style>
border-color css
<style>
span { border-color: #19361F; }
span { border-color: rgb(25,54,31); }
td.TdClassName
{
border-color: #19361F;
}
.TagClassName
{
border-color: #19361F;
}
</style>