Shades of Black Bean #122113
Tints of Black Bean #122113
RGB
CMYK
RGB Variations
Color information
#122113 (or 0x122113) is known color: Black Bean. HEX triplet: 12, 21 and 13. RGB value is (18,33,19). Sum of RGB (Red+Green+Blue) = 18+33+19=70 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25.71% from 70); Green value is 33 (13.28% from 255 or 47.14% from 70); Blue value is 19 (7.81% from 255 or 27.14% from 70); Max value from RGB is 33 - color contains mainly: green. Hex color #122113 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122113 is #EDDEEC. Grayscale: #1A1A1A. Windows color (decimal): -15589101 or 1253650. OLE color: 1253650.
HSL color Cylindrical-coordinate representation of color #122113: hue angle of 124º degrees, saturation: 0.29, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #122113 is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 18 | 33 | 19 | - |
| CMYK | 0.45 | 0 | 0.42 | 0.87 |
| HSL | 124º | 0.29% | 0.1% | - |
| HSV(B) | 124º | 0.45% | 0.13% | - |
| XYZ | 0.91 | 1.26 | 0.81 | - |
| YUV | 26.92 | 123.53 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 33 | 19 | 0.45 | 0 | 0.42 | 0.87 | 124 | 0.29 | 0.1 |
| Hex | 12 | 21 | 13 | 2D | 0 | 2A | 57 | 7C | 1D | A |
| Octal | 22 | 41 | 23 | 55 | 0 | 52 | 127 | 174 | 35 | 12 |
| Binary | 10010 | 100001 | 10011 | 101101 | 0 | 101010 | 1010111 | 1111100 | 11101 | 1010 |
Color Harmonies of #122113
Complementary color
Monochromatic Colors of #122113
Black with #122113
Text Example
Text Example
White with #122113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122113; }
p { color: rgb(18,33,19); }
H1.HeaderClassName
{
color: #122113;
}
.AnyTagClassName
{
color: #122113;
}
</style>
background-color css
<style>
a { background-color: #122113; }
a { background-color: rgb(18,33,19); }
div.DivClassName
{
background-color: #122113;
}
.BgClassName
{
background-color: #122113;
}
</style>
border-color css
<style>
span { border-color: #122113; }
span { border-color: rgb(18,33,19); }
td.TdClassName
{
border-color: #122113;
}
.TagClassName
{
border-color: #122113;
}
</style>