Shades of Black Bean #19221A
Tints of Black Bean #19221A
RGB
CMYK
RGB Variations
Color information
#19221A (or 0x19221A) is known color: Black Bean. HEX triplet: 19, 22 and 1A. RGB value is (25,34,26). Sum of RGB (Red+Green+Blue) = 25+34+26=85 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.41% from 85); Green value is 34 (13.67% from 255 or 40% from 85); Blue value is 26 (10.55% from 255 or 30.59% from 85); Max value from RGB is 34 - color contains mainly: green. Hex color #19221A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19221A is #E6DDE5. Grayscale: #1E1E1E. Windows color (decimal): -15130086 or 1712665. OLE color: 1712665.
HSL color Cylindrical-coordinate representation of color #19221A: hue angle of 126.67º degrees, saturation: 0.15, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #19221A is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 25 | 34 | 26 | - |
| CMYK | 0.26 | 0 | 0.24 | 0.87 |
| HSL | 126.67º | 0.15% | 0.12% | - |
| HSV(B) | 126.67º | 0.26% | 0.13% | - |
| XYZ | 1.16 | 1.43 | 1.19 | - |
| YUV | 30.4 | 125.52 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 34 | 26 | 0.26 | 0 | 0.24 | 0.87 | 126.67 | 0.15 | 0.12 |
| Hex | 19 | 22 | 1A | 1A | 0 | 18 | 57 | 7F | F | C |
| Octal | 31 | 42 | 32 | 32 | 0 | 30 | 127 | 177 | 17 | 14 |
| Binary | 11001 | 100010 | 11010 | 11010 | 0 | 11000 | 1010111 | 1111111 | 1111 | 1100 |
Color Harmonies of #19221A
Complementary color
Monochromatic Colors of #19221A
Black with #19221A
Text Example
Text Example
White with #19221A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19221A; }
p { color: rgb(25,34,26); }
H1.HeaderClassName
{
color: #19221A;
}
.AnyTagClassName
{
color: #19221A;
}
</style>
background-color css
<style>
a { background-color: #19221A; }
a { background-color: rgb(25,34,26); }
div.DivClassName
{
background-color: #19221A;
}
.BgClassName
{
background-color: #19221A;
}
</style>
border-color css
<style>
span { border-color: #19221A; }
span { border-color: rgb(25,34,26); }
td.TdClassName
{
border-color: #19221A;
}
.TagClassName
{
border-color: #19221A;
}
</style>