Shades of Black Bean #112012
Tints of Black Bean #112012
RGB
CMYK
RGB Variations
Color information
#112012 (or 0x112012) is known color: Black Bean. HEX triplet: 11, 20 and 12. RGB value is (17,32,18). Sum of RGB (Red+Green+Blue) = 17+32+18=67 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.37% from 67); Green value is 32 (12.89% from 255 or 47.76% from 67); Blue value is 18 (7.42% from 255 or 26.87% from 67); Max value from RGB is 32 - color contains mainly: green. Hex color #112012 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112012 is #EEDFED. Grayscale: #191919. Windows color (decimal): -15654894 or 1187857. OLE color: 1187857.
HSL color Cylindrical-coordinate representation of color #112012: hue angle of 124º 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 #112012 is Cyan = 0.47, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 17 | 32 | 18 | - |
| CMYK | 0.47 | 0 | 0.44 | 0.87 |
| HSL | 124º | 0.31% | 0.1% | - |
| HSV(B) | 124º | 0.47% | 0.13% | - |
| XYZ | 0.86 | 1.2 | 0.76 | - |
| YUV | 25.92 | 123.53 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 32 | 18 | 0.47 | 0 | 0.44 | 0.87 | 124 | 0.31 | 0.1 |
| Hex | 11 | 20 | 12 | 2F | 0 | 2C | 57 | 7C | 1F | A |
| Octal | 21 | 40 | 22 | 57 | 0 | 54 | 127 | 174 | 37 | 12 |
| Binary | 10001 | 100000 | 10010 | 101111 | 0 | 101100 | 1010111 | 1111100 | 11111 | 1010 |
Color Harmonies of #112012
Complementary color
Monochromatic Colors of #112012
Black with #112012
Text Example
Text Example
White with #112012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112012; }
p { color: rgb(17,32,18); }
H1.HeaderClassName
{
color: #112012;
}
.AnyTagClassName
{
color: #112012;
}
</style>
background-color css
<style>
a { background-color: #112012; }
a { background-color: rgb(17,32,18); }
div.DivClassName
{
background-color: #112012;
}
.BgClassName
{
background-color: #112012;
}
</style>
border-color css
<style>
span { border-color: #112012; }
span { border-color: rgb(17,32,18); }
td.TdClassName
{
border-color: #112012;
}
.TagClassName
{
border-color: #112012;
}
</style>