Shades of Black Bean #192419
Tints of Black Bean #192419
RGB
CMYK
RGB Variations
Color information
#192419 (or 0x192419) is known color: Black Bean. HEX triplet: 19, 24 and 19. RGB value is (25,36,25). Sum of RGB (Red+Green+Blue) = 25+36+25=86 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.07% from 86); Green value is 36 (14.45% from 255 or 41.86% from 86); Blue value is 25 (10.16% from 255 or 29.07% from 86); Max value from RGB is 36 - color contains mainly: green. Hex color #192419 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192419 is #E6DBE6. Grayscale: #1F1F1F. Windows color (decimal): -15129575 or 1647641. OLE color: 1647641.
HSL color Cylindrical-coordinate representation of color #192419: hue angle of 120º degrees, saturation: 0.18, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #192419 is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 25 | 36 | 25 | - |
| CMYK | 0.31 | 0 | 0.31 | 0.86 |
| HSL | 120º | 0.18% | 0.12% | - |
| HSV(B) | 120º | 0.31% | 0.14% | - |
| XYZ | 1.21 | 1.54 | 1.15 | - |
| YUV | 31.46 | 124.36 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 36 | 25 | 0.31 | 0 | 0.31 | 0.86 | 120 | 0.18 | 0.12 |
| Hex | 19 | 24 | 19 | 1F | 0 | 1F | 56 | 78 | 12 | C |
| Octal | 31 | 44 | 31 | 37 | 0 | 37 | 126 | 170 | 22 | 14 |
| Binary | 11001 | 100100 | 11001 | 11111 | 0 | 11111 | 1010110 | 1111000 | 10010 | 1100 |
Color Harmonies of #192419
Complementary color
Monochromatic Colors of #192419
Black with #192419
Text Example
Text Example
White with #192419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192419; }
p { color: rgb(25,36,25); }
H1.HeaderClassName
{
color: #192419;
}
.AnyTagClassName
{
color: #192419;
}
</style>
background-color css
<style>
a { background-color: #192419; }
a { background-color: rgb(25,36,25); }
div.DivClassName
{
background-color: #192419;
}
.BgClassName
{
background-color: #192419;
}
</style>
border-color css
<style>
span { border-color: #192419; }
span { border-color: rgb(25,36,25); }
td.TdClassName
{
border-color: #192419;
}
.TagClassName
{
border-color: #192419;
}
</style>