Shades of Black Bean #19201A
Tints of Black Bean #19201A
RGB
CMYK
RGB Variations
Color information
#19201A (or 0x19201A) is known color: Black Bean. HEX triplet: 19, 20 and 1A. RGB value is (25,32,26). Sum of RGB (Red+Green+Blue) = 25+32+26=83 (10% of max value = 765). Red value is 25 (10.16% from 255 or 30.12% from 83); Green value is 32 (12.89% from 255 or 38.55% from 83); Blue value is 26 (10.55% from 255 or 31.33% from 83); Max value from RGB is 32 - color contains mainly: green. Hex color #19201A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19201A is #E6DFE5. Grayscale: #1D1D1D. Windows color (decimal): -15130598 or 1712153. OLE color: 1712153.
HSL color Cylindrical-coordinate representation of color #19201A: hue angle of 128.57º degrees, saturation: 0.12, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #19201A is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 25 | 32 | 26 | - |
| CMYK | 0.22 | 0 | 0.19 | 0.87 |
| HSL | 128.57º | 0.12% | 0.11% | - |
| HSV(B) | 128.57º | 0.22% | 0.13% | - |
| XYZ | 1.1 | 1.31 | 1.17 | - |
| YUV | 29.22 | 126.18 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 32 | 26 | 0.22 | 0 | 0.19 | 0.87 | 128.57 | 0.12 | 0.11 |
| Hex | 19 | 20 | 1A | 16 | 0 | 13 | 57 | 81 | C | B |
| Octal | 31 | 40 | 32 | 26 | 0 | 23 | 127 | 201 | 14 | 13 |
| Binary | 11001 | 100000 | 11010 | 10110 | 0 | 10011 | 1010111 | 10000001 | 1100 | 1011 |
Color Harmonies of #19201A
Complementary color
Monochromatic Colors of #19201A
Black with #19201A
Text Example
Text Example
White with #19201A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19201A; }
p { color: rgb(25,32,26); }
H1.HeaderClassName
{
color: #19201A;
}
.AnyTagClassName
{
color: #19201A;
}
</style>
background-color css
<style>
a { background-color: #19201A; }
a { background-color: rgb(25,32,26); }
div.DivClassName
{
background-color: #19201A;
}
.BgClassName
{
background-color: #19201A;
}
</style>
border-color css
<style>
span { border-color: #19201A; }
span { border-color: rgb(25,32,26); }
td.TdClassName
{
border-color: #19201A;
}
.TagClassName
{
border-color: #19201A;
}
</style>