Shades of Black Bean #192A1B
Tints of Black Bean #192A1B
RGB
CMYK
RGB Variations
Color information
#192A1B (or 0x192A1B) is known color: Black Bean. HEX triplet: 19, 2A and 1B. RGB value is (25,42,27). Sum of RGB (Red+Green+Blue) = 25+42+27=94 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.60% from 94); Green value is 42 (16.80% from 255 or 44.68% from 94); Blue value is 27 (10.94% from 255 or 28.72% from 94); Max value from RGB is 42 - color contains mainly: green. Hex color #192A1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192A1B is #E6D5E4. Grayscale: #232323. Windows color (decimal): -15128037 or 1780249. OLE color: 1780249.
HSL color Cylindrical-coordinate representation of color #192A1B: hue angle of 127.06º 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 #192A1B is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 25 | 42 | 27 | - |
| CMYK | 0.40 | 0 | 0.36 | 0.84 |
| HSL | 127.06º | 0.25% | 0.13% | - |
| HSV(B) | 127.06º | 0.4% | 0.16% | - |
| XYZ | 1.43 | 1.94 | 1.34 | - |
| YUV | 35.21 | 123.37 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 42 | 27 | 0.40 | 0 | 0.36 | 0.84 | 127.06 | 0.25 | 0.13 |
| Hex | 19 | 2A | 1B | 28 | 0 | 24 | 54 | 7F | 19 | D |
| Octal | 31 | 52 | 33 | 50 | 0 | 44 | 124 | 177 | 31 | 15 |
| Binary | 11001 | 101010 | 11011 | 101000 | 0 | 100100 | 1010100 | 1111111 | 11001 | 1101 |
Color Harmonies of #192A1B
Complementary color
Monochromatic Colors of #192A1B
Black with #192A1B
Text Example
Text Example
White with #192A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192A1B; }
p { color: rgb(25,42,27); }
H1.HeaderClassName
{
color: #192A1B;
}
.AnyTagClassName
{
color: #192A1B;
}
</style>
background-color css
<style>
a { background-color: #192A1B; }
a { background-color: rgb(25,42,27); }
div.DivClassName
{
background-color: #192A1B;
}
.BgClassName
{
background-color: #192A1B;
}
</style>
border-color css
<style>
span { border-color: #192A1B; }
span { border-color: rgb(25,42,27); }
td.TdClassName
{
border-color: #192A1B;
}
.TagClassName
{
border-color: #192A1B;
}
</style>