Shades of Black Bean #132218
Tints of Black Bean #132218
RGB
CMYK
RGB Variations
Color information
#132218 (or 0x132218) is known color: Black Bean. HEX triplet: 13, 22 and 18. RGB value is (19,34,24). Sum of RGB (Red+Green+Blue) = 19+34+24=77 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.68% from 77); Green value is 34 (13.67% from 255 or 44.16% from 77); Blue value is 24 (9.77% from 255 or 31.17% from 77); Max value from RGB is 34 - color contains mainly: green. Hex color #132218 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132218 is #ECDDE7. Grayscale: #1C1C1C. Windows color (decimal): -15523304 or 1581587. OLE color: 1581587.
HSL color Cylindrical-coordinate representation of color #132218: hue angle of 140º degrees, saturation: 0.28, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #132218 is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 19 | 34 | 24 | - |
| CMYK | 0.44 | 0 | 0.29 | 0.87 |
| HSL | 140º | 0.28% | 0.1% | - |
| HSV(B) | 140º | 0.44% | 0.13% | - |
| XYZ | 1.01 | 1.35 | 1.07 | - |
| YUV | 28.38 | 125.53 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 34 | 24 | 0.44 | 0 | 0.29 | 0.87 | 140 | 0.28 | 0.1 |
| Hex | 13 | 22 | 18 | 2C | 0 | 1D | 57 | 8C | 1C | A |
| Octal | 23 | 42 | 30 | 54 | 0 | 35 | 127 | 214 | 34 | 12 |
| Binary | 10011 | 100010 | 11000 | 101100 | 0 | 11101 | 1010111 | 10001100 | 11100 | 1010 |
Color Harmonies of #132218
Complementary color
Monochromatic Colors of #132218
Black with #132218
Text Example
Text Example
White with #132218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132218; }
p { color: rgb(19,34,24); }
H1.HeaderClassName
{
color: #132218;
}
.AnyTagClassName
{
color: #132218;
}
</style>
background-color css
<style>
a { background-color: #132218; }
a { background-color: rgb(19,34,24); }
div.DivClassName
{
background-color: #132218;
}
.BgClassName
{
background-color: #132218;
}
</style>
border-color css
<style>
span { border-color: #132218; }
span { border-color: rgb(19,34,24); }
td.TdClassName
{
border-color: #132218;
}
.TagClassName
{
border-color: #132218;
}
</style>