Shades of Black Bean #112117
Tints of Black Bean #112117
RGB
CMYK
RGB Variations
Color information
#112117 (or 0x112117) is known color: Black Bean. HEX triplet: 11, 21 and 17. RGB value is (17,33,23). Sum of RGB (Red+Green+Blue) = 17+33+23=73 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.29% from 73); Green value is 33 (13.28% from 255 or 45.21% from 73); Blue value is 23 (9.38% from 255 or 31.51% from 73); Max value from RGB is 33 - color contains mainly: green. Hex color #112117 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112117 is #EEDEE8. Grayscale: #1B1B1B. Windows color (decimal): -15654633 or 1515793. OLE color: 1515793.
HSL color Cylindrical-coordinate representation of color #112117: hue angle of 142.5º 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 #112117 is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 17 | 33 | 23 | - |
| CMYK | 0.48 | 0 | 0.30 | 0.87 |
| HSL | 142.5º | 0.32% | 0.1% | - |
| HSV(B) | 142.5º | 0.48% | 0.13% | - |
| XYZ | 0.93 | 1.27 | 1.01 | - |
| YUV | 27.08 | 125.7 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 33 | 23 | 0.48 | 0 | 0.30 | 0.87 | 142.5 | 0.32 | 0.1 |
| Hex | 11 | 21 | 17 | 30 | 0 | 1E | 57 | 8E | 20 | A |
| Octal | 21 | 41 | 27 | 60 | 0 | 36 | 127 | 216 | 40 | 12 |
| Binary | 10001 | 100001 | 10111 | 110000 | 0 | 11110 | 1010111 | 10001110 | 100000 | 1010 |
Color Harmonies of #112117
Complementary color
Monochromatic Colors of #112117
Black with #112117
Text Example
Text Example
White with #112117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112117; }
p { color: rgb(17,33,23); }
H1.HeaderClassName
{
color: #112117;
}
.AnyTagClassName
{
color: #112117;
}
</style>
background-color css
<style>
a { background-color: #112117; }
a { background-color: rgb(17,33,23); }
div.DivClassName
{
background-color: #112117;
}
.BgClassName
{
background-color: #112117;
}
</style>
border-color css
<style>
span { border-color: #112117; }
span { border-color: rgb(17,33,23); }
td.TdClassName
{
border-color: #112117;
}
.TagClassName
{
border-color: #112117;
}
</style>