Shades of Black Bean #192C1C
Tints of Black Bean #192C1C
RGB
CMYK
RGB Variations
Color information
#192C1C (or 0x192C1C) is known color: Black Bean. HEX triplet: 19, 2C and 1C. RGB value is (25,44,28). Sum of RGB (Red+Green+Blue) = 25+44+28=97 (12% of max value = 765). Red value is 25 (10.16% from 255 or 25.77% from 97); Green value is 44 (17.58% from 255 or 45.36% from 97); Blue value is 28 (11.33% from 255 or 28.87% from 97); Max value from RGB is 44 - color contains mainly: green. Hex color #192C1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192C1C is #E6D3E3. Grayscale: #242424. Windows color (decimal): -15127524 or 1846297. OLE color: 1846297.
HSL color Cylindrical-coordinate representation of color #192C1C: hue angle of 129.47º 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 #192C1C is Cyan = 0.43, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 25 | 44 | 28 | - |
| CMYK | 0.43 | 0 | 0.36 | 0.83 |
| HSL | 129.47º | 0.28% | 0.14% | - |
| HSV(B) | 129.47º | 0.43% | 0.17% | - |
| XYZ | 1.51 | 2.09 | 1.42 | - |
| YUV | 36.5 | 123.21 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 44 | 28 | 0.43 | 0 | 0.36 | 0.83 | 129.47 | 0.28 | 0.14 |
| Hex | 19 | 2C | 1C | 2B | 0 | 24 | 53 | 81 | 1C | E |
| Octal | 31 | 54 | 34 | 53 | 0 | 44 | 123 | 201 | 34 | 16 |
| Binary | 11001 | 101100 | 11100 | 101011 | 0 | 100100 | 1010011 | 10000001 | 11100 | 1110 |
Color Harmonies of #192C1C
Complementary color
Monochromatic Colors of #192C1C
Black with #192C1C
Text Example
Text Example
White with #192C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192C1C; }
p { color: rgb(25,44,28); }
H1.HeaderClassName
{
color: #192C1C;
}
.AnyTagClassName
{
color: #192C1C;
}
</style>
background-color css
<style>
a { background-color: #192C1C; }
a { background-color: rgb(25,44,28); }
div.DivClassName
{
background-color: #192C1C;
}
.BgClassName
{
background-color: #192C1C;
}
</style>
border-color css
<style>
span { border-color: #192C1C; }
span { border-color: rgb(25,44,28); }
td.TdClassName
{
border-color: #192C1C;
}
.TagClassName
{
border-color: #192C1C;
}
</style>