Shades of Black Bean #112015
Tints of Black Bean #112015
RGB
CMYK
RGB Variations
Color information
#112015 (or 0x112015) is known color: Black Bean. HEX triplet: 11, 20 and 15. RGB value is (17,32,21). Sum of RGB (Red+Green+Blue) = 17+32+21=70 (9% of max value = 765). Red value is 17 (7.03% from 255 or 24.29% from 70); Green value is 32 (12.89% from 255 or 45.71% from 70); Blue value is 21 (8.59% from 255 or 30% from 70); Max value from RGB is 32 - color contains mainly: green. Hex color #112015 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112015 is #EEDFEA. Grayscale: #1A1A1A. Windows color (decimal): -15654891 or 1384465. OLE color: 1384465.
HSL color Cylindrical-coordinate representation of color #112015: hue angle of 136º 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 #112015 is Cyan = 0.47, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 17 | 32 | 21 | - |
| CMYK | 0.47 | 0 | 0.34 | 0.87 |
| HSL | 136º | 0.31% | 0.1% | - |
| HSV(B) | 136º | 0.47% | 0.13% | - |
| XYZ | 0.88 | 1.21 | 0.9 | - |
| YUV | 26.26 | 125.03 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 32 | 21 | 0.47 | 0 | 0.34 | 0.87 | 136 | 0.31 | 0.1 |
| Hex | 11 | 20 | 15 | 2F | 0 | 22 | 57 | 88 | 1F | A |
| Octal | 21 | 40 | 25 | 57 | 0 | 42 | 127 | 210 | 37 | 12 |
| Binary | 10001 | 100000 | 10101 | 101111 | 0 | 100010 | 1010111 | 10001000 | 11111 | 1010 |
Color Harmonies of #112015
Complementary color
Monochromatic Colors of #112015
Black with #112015
Text Example
Text Example
White with #112015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112015; }
p { color: rgb(17,32,21); }
H1.HeaderClassName
{
color: #112015;
}
.AnyTagClassName
{
color: #112015;
}
</style>
background-color css
<style>
a { background-color: #112015; }
a { background-color: rgb(17,32,21); }
div.DivClassName
{
background-color: #112015;
}
.BgClassName
{
background-color: #112015;
}
</style>
border-color css
<style>
span { border-color: #112015; }
span { border-color: rgb(17,32,21); }
td.TdClassName
{
border-color: #112015;
}
.TagClassName
{
border-color: #112015;
}
</style>