Shades of Black Bean #122213
Tints of Black Bean #122213
RGB
CMYK
RGB Variations
Color information
#122213 (or 0x122213) is known color: Black Bean. HEX triplet: 12, 22 and 13. RGB value is (18,34,19). Sum of RGB (Red+Green+Blue) = 18+34+19=71 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25.35% from 71); Green value is 34 (13.67% from 255 or 47.89% from 71); Blue value is 19 (7.81% from 255 or 26.76% from 71); Max value from RGB is 34 - color contains mainly: green. Hex color #122213 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122213 is #EDDDEC. Grayscale: #1B1B1B. Windows color (decimal): -15588845 or 1253906. OLE color: 1253906.
HSL color Cylindrical-coordinate representation of color #122213: hue angle of 123.75º degrees, saturation: 0.31, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #122213 is Cyan = 0.47, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 18 | 34 | 19 | - |
| CMYK | 0.47 | 0 | 0.44 | 0.87 |
| HSL | 123.75º | 0.31% | 0.1% | - |
| HSV(B) | 123.75º | 0.47% | 0.13% | - |
| XYZ | 0.94 | 1.32 | 0.82 | - |
| YUV | 27.51 | 123.2 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 34 | 19 | 0.47 | 0 | 0.44 | 0.87 | 123.75 | 0.31 | 0.1 |
| Hex | 12 | 22 | 13 | 2F | 0 | 2C | 57 | 7C | 1F | A |
| Octal | 22 | 42 | 23 | 57 | 0 | 54 | 127 | 174 | 37 | 12 |
| Binary | 10010 | 100010 | 10011 | 101111 | 0 | 101100 | 1010111 | 1111100 | 11111 | 1010 |
Color Harmonies of #122213
Complementary color
Monochromatic Colors of #122213
Black with #122213
Text Example
Text Example
White with #122213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122213; }
p { color: rgb(18,34,19); }
H1.HeaderClassName
{
color: #122213;
}
.AnyTagClassName
{
color: #122213;
}
</style>
background-color css
<style>
a { background-color: #122213; }
a { background-color: rgb(18,34,19); }
div.DivClassName
{
background-color: #122213;
}
.BgClassName
{
background-color: #122213;
}
</style>
border-color css
<style>
span { border-color: #122213; }
span { border-color: rgb(18,34,19); }
td.TdClassName
{
border-color: #122213;
}
.TagClassName
{
border-color: #122213;
}
</style>