Shades of Black Bean #192C1B
Tints of Black Bean #192C1B
RGB
CMYK
RGB Variations
Color information
#192C1B (or 0x192C1B) is known color: Black Bean. HEX triplet: 19, 2C and 1B. RGB value is (25,44,27). Sum of RGB (Red+Green+Blue) = 25+44+27=96 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.04% from 96); Green value is 44 (17.58% from 255 or 45.83% from 96); Blue value is 27 (10.94% from 255 or 28.12% from 96); Max value from RGB is 44 - color contains mainly: green. Hex color #192C1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192C1B is #E6D3E4. Grayscale: #242424. Windows color (decimal): -15127525 or 1780761. OLE color: 1780761.
HSL color Cylindrical-coordinate representation of color #192C1B: hue angle of 126.32º degrees, saturation: 0.28, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #192C1B is Cyan = 0.43, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 25 | 44 | 27 | - |
| CMYK | 0.43 | 0 | 0.39 | 0.83 |
| HSL | 126.32º | 0.28% | 0.14% | - |
| HSV(B) | 126.32º | 0.43% | 0.17% | - |
| XYZ | 1.5 | 2.09 | 1.36 | - |
| YUV | 36.38 | 122.71 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 44 | 27 | 0.43 | 0 | 0.39 | 0.83 | 126.32 | 0.28 | 0.14 |
| Hex | 19 | 2C | 1B | 2B | 0 | 27 | 53 | 7E | 1C | E |
| Octal | 31 | 54 | 33 | 53 | 0 | 47 | 123 | 176 | 34 | 16 |
| Binary | 11001 | 101100 | 11011 | 101011 | 0 | 100111 | 1010011 | 1111110 | 11100 | 1110 |
Color Harmonies of #192C1B
Complementary color
Monochromatic Colors of #192C1B
Black with #192C1B
Text Example
Text Example
White with #192C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192C1B; }
p { color: rgb(25,44,27); }
H1.HeaderClassName
{
color: #192C1B;
}
.AnyTagClassName
{
color: #192C1B;
}
</style>
background-color css
<style>
a { background-color: #192C1B; }
a { background-color: rgb(25,44,27); }
div.DivClassName
{
background-color: #192C1B;
}
.BgClassName
{
background-color: #192C1B;
}
</style>
border-color css
<style>
span { border-color: #192C1B; }
span { border-color: rgb(25,44,27); }
td.TdClassName
{
border-color: #192C1B;
}
.TagClassName
{
border-color: #192C1B;
}
</style>