Shades of Black Bean #192E1B
Tints of Black Bean #192E1B
RGB
CMYK
RGB Variations
Color information
#192E1B (or 0x192E1B) is known color: Black Bean. HEX triplet: 19, 2E and 1B. RGB value is (25,46,27). Sum of RGB (Red+Green+Blue) = 25+46+27=98 (12% of max value = 765). Red value is 25 (10.16% from 255 or 25.51% from 98); Green value is 46 (18.36% from 255 or 46.94% from 98); Blue value is 27 (10.94% from 255 or 27.55% from 98); Max value from RGB is 46 - color contains mainly: green. Hex color #192E1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192E1B is #E6D1E4. Grayscale: #252525. Windows color (decimal): -15127013 or 1781273. OLE color: 1781273.
HSL color Cylindrical-coordinate representation of color #192E1B: hue angle of 125.71º degrees, saturation: 0.3, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #192E1B is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 25 | 46 | 27 | - |
| CMYK | 0.46 | 0 | 0.41 | 0.82 |
| HSL | 125.71º | 0.3% | 0.14% | - |
| HSV(B) | 125.71º | 0.46% | 0.18% | - |
| XYZ | 1.58 | 2.24 | 1.39 | - |
| YUV | 37.56 | 122.04 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 46 | 27 | 0.46 | 0 | 0.41 | 0.82 | 125.71 | 0.3 | 0.14 |
| Hex | 19 | 2E | 1B | 2E | 0 | 29 | 52 | 7E | 1E | E |
| Octal | 31 | 56 | 33 | 56 | 0 | 51 | 122 | 176 | 36 | 16 |
| Binary | 11001 | 101110 | 11011 | 101110 | 0 | 101001 | 1010010 | 1111110 | 11110 | 1110 |
Color Harmonies of #192E1B
Complementary color
Monochromatic Colors of #192E1B
Black with #192E1B
Text Example
Text Example
White with #192E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192E1B; }
p { color: rgb(25,46,27); }
H1.HeaderClassName
{
color: #192E1B;
}
.AnyTagClassName
{
color: #192E1B;
}
</style>
background-color css
<style>
a { background-color: #192E1B; }
a { background-color: rgb(25,46,27); }
div.DivClassName
{
background-color: #192E1B;
}
.BgClassName
{
background-color: #192E1B;
}
</style>
border-color css
<style>
span { border-color: #192E1B; }
span { border-color: rgb(25,46,27); }
td.TdClassName
{
border-color: #192E1B;
}
.TagClassName
{
border-color: #192E1B;
}
</style>