Shades of Black Bean #192A1E
Tints of Black Bean #192A1E
RGB
CMYK
RGB Variations
Color information
#192A1E (or 0x192A1E) is known color: Black Bean. HEX triplet: 19, 2A and 1E. RGB value is (25,42,30). Sum of RGB (Red+Green+Blue) = 25+42+30=97 (12% of max value = 765). Red value is 25 (10.16% from 255 or 25.77% from 97); Green value is 42 (16.80% from 255 or 43.30% from 97); Blue value is 30 (12.11% from 255 or 30.93% from 97); Max value from RGB is 42 - color contains mainly: green. Hex color #192A1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192A1E is #E6D5E1. Grayscale: #232323. Windows color (decimal): -15128034 or 1976857. OLE color: 1976857.
HSL color Cylindrical-coordinate representation of color #192A1E: hue angle of 137.65º degrees, saturation: 0.25, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #192A1E is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 25 | 42 | 30 | - |
| CMYK | 0.40 | 0 | 0.29 | 0.84 |
| HSL | 137.65º | 0.25% | 0.13% | - |
| HSV(B) | 137.65º | 0.4% | 0.16% | - |
| XYZ | 1.46 | 1.96 | 1.53 | - |
| YUV | 35.55 | 124.87 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 42 | 30 | 0.40 | 0 | 0.29 | 0.84 | 137.65 | 0.25 | 0.13 |
| Hex | 19 | 2A | 1E | 28 | 0 | 1D | 54 | 8A | 19 | D |
| Octal | 31 | 52 | 36 | 50 | 0 | 35 | 124 | 212 | 31 | 15 |
| Binary | 11001 | 101010 | 11110 | 101000 | 0 | 11101 | 1010100 | 10001010 | 11001 | 1101 |
Color Harmonies of #192A1E
Complementary color
Monochromatic Colors of #192A1E
Black with #192A1E
Text Example
Text Example
White with #192A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192A1E; }
p { color: rgb(25,42,30); }
H1.HeaderClassName
{
color: #192A1E;
}
.AnyTagClassName
{
color: #192A1E;
}
</style>
background-color css
<style>
a { background-color: #192A1E; }
a { background-color: rgb(25,42,30); }
div.DivClassName
{
background-color: #192A1E;
}
.BgClassName
{
background-color: #192A1E;
}
</style>
border-color css
<style>
span { border-color: #192A1E; }
span { border-color: rgb(25,42,30); }
td.TdClassName
{
border-color: #192A1E;
}
.TagClassName
{
border-color: #192A1E;
}
</style>