Shades of Black Bean #112114
Tints of Black Bean #112114
RGB
CMYK
RGB Variations
Color information
#112114 (or 0x112114) is known color: Black Bean. HEX triplet: 11, 21 and 14. RGB value is (17,33,20). Sum of RGB (Red+Green+Blue) = 17+33+20=70 (9% of max value = 765). Red value is 17 (7.03% from 255 or 24.29% from 70); Green value is 33 (13.28% from 255 or 47.14% from 70); Blue value is 20 (8.20% from 255 or 28.57% from 70); Max value from RGB is 33 - color contains mainly: green. Hex color #112114 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112114 is #EEDEEB. Grayscale: #1A1A1A. Windows color (decimal): -15654636 or 1319185. OLE color: 1319185.
HSL color Cylindrical-coordinate representation of color #112114: hue angle of 131.25º degrees, saturation: 0.32, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #112114 is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 17 | 33 | 20 | - |
| CMYK | 0.48 | 0 | 0.39 | 0.87 |
| HSL | 131.25º | 0.32% | 0.1% | - |
| HSV(B) | 131.25º | 0.48% | 0.13% | - |
| XYZ | 0.9 | 1.26 | 0.86 | - |
| YUV | 26.73 | 124.2 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 33 | 20 | 0.48 | 0 | 0.39 | 0.87 | 131.25 | 0.32 | 0.1 |
| Hex | 11 | 21 | 14 | 30 | 0 | 27 | 57 | 83 | 20 | A |
| Octal | 21 | 41 | 24 | 60 | 0 | 47 | 127 | 203 | 40 | 12 |
| Binary | 10001 | 100001 | 10100 | 110000 | 0 | 100111 | 1010111 | 10000011 | 100000 | 1010 |
Color Harmonies of #112114
Complementary color
Monochromatic Colors of #112114
Black with #112114
Text Example
Text Example
White with #112114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112114; }
p { color: rgb(17,33,20); }
H1.HeaderClassName
{
color: #112114;
}
.AnyTagClassName
{
color: #112114;
}
</style>
background-color css
<style>
a { background-color: #112114; }
a { background-color: rgb(17,33,20); }
div.DivClassName
{
background-color: #112114;
}
.BgClassName
{
background-color: #112114;
}
</style>
border-color css
<style>
span { border-color: #112114; }
span { border-color: rgb(17,33,20); }
td.TdClassName
{
border-color: #112114;
}
.TagClassName
{
border-color: #112114;
}
</style>