Shades of Black Bean #112311
Tints of Black Bean #112311
RGB
CMYK
RGB Variations
Color information
#112311 (or 0x112311) is known color: Black Bean. HEX triplet: 11, 23 and 11. RGB value is (17,35,17). Sum of RGB (Red+Green+Blue) = 17+35+17=69 (9% of max value = 765). Red value is 17 (7.03% from 255 or 24.64% from 69); Green value is 35 (14.06% from 255 or 50.72% from 69); Blue value is 17 (7.03% from 255 or 24.64% from 69); Max value from RGB is 35 - color contains mainly: green. Hex color #112311 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112311 is #EEDCEE. Grayscale: #1B1B1B. Windows color (decimal): -15654127 or 1123089. OLE color: 1123089.
HSL color Cylindrical-coordinate representation of color #112311: hue angle of 120º degrees, saturation: 0.35, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #112311 is Cyan = 0.51, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 17 | 35 | 17 | - |
| CMYK | 0.51 | 0 | 0.51 | 0.86 |
| HSL | 120º | 0.35% | 0.1% | - |
| HSV(B) | 120º | 0.51% | 0.14% | - |
| XYZ | 0.93 | 1.36 | 0.74 | - |
| YUV | 27.57 | 122.04 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 35 | 17 | 0.51 | 0 | 0.51 | 0.86 | 120 | 0.35 | 0.1 |
| Hex | 11 | 23 | 11 | 33 | 0 | 33 | 56 | 78 | 23 | A |
| Octal | 21 | 43 | 21 | 63 | 0 | 63 | 126 | 170 | 43 | 12 |
| Binary | 10001 | 100011 | 10001 | 110011 | 0 | 110011 | 1010110 | 1111000 | 100011 | 1010 |
Color Harmonies of #112311
Complementary color
Monochromatic Colors of #112311
Black with #112311
Text Example
Text Example
White with #112311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112311; }
p { color: rgb(17,35,17); }
H1.HeaderClassName
{
color: #112311;
}
.AnyTagClassName
{
color: #112311;
}
</style>
background-color css
<style>
a { background-color: #112311; }
a { background-color: rgb(17,35,17); }
div.DivClassName
{
background-color: #112311;
}
.BgClassName
{
background-color: #112311;
}
</style>
border-color css
<style>
span { border-color: #112311; }
span { border-color: rgb(17,35,17); }
td.TdClassName
{
border-color: #112311;
}
.TagClassName
{
border-color: #112311;
}
</style>