Shades of Black Bean #192E1C
Tints of Black Bean #192E1C
RGB
CMYK
RGB Variations
Color information
#192E1C (or 0x192E1C) is known color: Black Bean. HEX triplet: 19, 2E and 1C. RGB value is (25,46,28). Sum of RGB (Red+Green+Blue) = 25+46+28=99 (13% of max value = 765). Red value is 25 (10.16% from 255 or 25.25% from 99); Green value is 46 (18.36% from 255 or 46.46% from 99); Blue value is 28 (11.33% from 255 or 28.28% from 99); Max value from RGB is 46 - color contains mainly: green. Hex color #192E1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192E1C is #E6D1E3. Grayscale: #252525. Windows color (decimal): -15127012 or 1846809. OLE color: 1846809.
HSL color Cylindrical-coordinate representation of color #192E1C: hue angle of 128.57º 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 #192E1C is Cyan = 0.46, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 25 | 46 | 28 | - |
| CMYK | 0.46 | 0 | 0.39 | 0.82 |
| HSL | 128.57º | 0.3% | 0.14% | - |
| HSV(B) | 128.57º | 0.46% | 0.18% | - |
| XYZ | 1.59 | 2.24 | 1.45 | - |
| YUV | 37.67 | 122.54 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 46 | 28 | 0.46 | 0 | 0.39 | 0.82 | 128.57 | 0.3 | 0.14 |
| Hex | 19 | 2E | 1C | 2E | 0 | 27 | 52 | 81 | 1E | E |
| Octal | 31 | 56 | 34 | 56 | 0 | 47 | 122 | 201 | 36 | 16 |
| Binary | 11001 | 101110 | 11100 | 101110 | 0 | 100111 | 1010010 | 10000001 | 11110 | 1110 |
Color Harmonies of #192E1C
Complementary color
Monochromatic Colors of #192E1C
Black with #192E1C
Text Example
Text Example
White with #192E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192E1C; }
p { color: rgb(25,46,28); }
H1.HeaderClassName
{
color: #192E1C;
}
.AnyTagClassName
{
color: #192E1C;
}
</style>
background-color css
<style>
a { background-color: #192E1C; }
a { background-color: rgb(25,46,28); }
div.DivClassName
{
background-color: #192E1C;
}
.BgClassName
{
background-color: #192E1C;
}
</style>
border-color css
<style>
span { border-color: #192E1C; }
span { border-color: rgb(25,46,28); }
td.TdClassName
{
border-color: #192E1C;
}
.TagClassName
{
border-color: #192E1C;
}
</style>