Shades of Black Bean #192A1A
Tints of Black Bean #192A1A
RGB
CMYK
RGB Variations
Color information
#192A1A (or 0x192A1A) is known color: Black Bean. HEX triplet: 19, 2A and 1A. RGB value is (25,42,26). Sum of RGB (Red+Green+Blue) = 25+42+26=93 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.88% from 93); Green value is 42 (16.80% from 255 or 45.16% from 93); Blue value is 26 (10.55% from 255 or 27.96% from 93); Max value from RGB is 42 - color contains mainly: green. Hex color #192A1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192A1A is #E6D5E5. Grayscale: #232323. Windows color (decimal): -15128038 or 1714713. OLE color: 1714713.
HSL color Cylindrical-coordinate representation of color #192A1A: hue angle of 123.53º 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 #192A1A is Cyan = 0.40, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 25 | 42 | 26 | - |
| CMYK | 0.40 | 0 | 0.38 | 0.84 |
| HSL | 123.53º | 0.25% | 0.13% | - |
| HSV(B) | 123.53º | 0.4% | 0.16% | - |
| XYZ | 1.42 | 1.94 | 1.28 | - |
| YUV | 35.09 | 122.87 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 42 | 26 | 0.40 | 0 | 0.38 | 0.84 | 123.53 | 0.25 | 0.13 |
| Hex | 19 | 2A | 1A | 28 | 0 | 26 | 54 | 7C | 19 | D |
| Octal | 31 | 52 | 32 | 50 | 0 | 46 | 124 | 174 | 31 | 15 |
| Binary | 11001 | 101010 | 11010 | 101000 | 0 | 100110 | 1010100 | 1111100 | 11001 | 1101 |
Color Harmonies of #192A1A
Complementary color
Monochromatic Colors of #192A1A
Black with #192A1A
Text Example
Text Example
White with #192A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192A1A; }
p { color: rgb(25,42,26); }
H1.HeaderClassName
{
color: #192A1A;
}
.AnyTagClassName
{
color: #192A1A;
}
</style>
background-color css
<style>
a { background-color: #192A1A; }
a { background-color: rgb(25,42,26); }
div.DivClassName
{
background-color: #192A1A;
}
.BgClassName
{
background-color: #192A1A;
}
</style>
border-color css
<style>
span { border-color: #192A1A; }
span { border-color: rgb(25,42,26); }
td.TdClassName
{
border-color: #192A1A;
}
.TagClassName
{
border-color: #192A1A;
}
</style>