Shades of Black Bean #112013
Tints of Black Bean #112013
RGB
CMYK
RGB Variations
Color information
#112013 (or 0x112013) is known color: Black Bean. HEX triplet: 11, 20 and 13. RGB value is (17,32,19). Sum of RGB (Red+Green+Blue) = 17+32+19=68 (9% of max value = 765). Red value is 17 (7.03% from 255 or 25% from 68); Green value is 32 (12.89% from 255 or 47.06% from 68); Blue value is 19 (7.81% from 255 or 27.94% from 68); Max value from RGB is 32 - color contains mainly: green. Hex color #112013 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112013 is #EEDFEC. Grayscale: #1A1A1A. Windows color (decimal): -15654893 or 1253393. OLE color: 1253393.
HSL color Cylindrical-coordinate representation of color #112013: hue angle of 128º 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 #112013 is Cyan = 0.47, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 17 | 32 | 19 | - |
| CMYK | 0.47 | 0 | 0.41 | 0.87 |
| HSL | 128º | 0.31% | 0.1% | - |
| HSV(B) | 128º | 0.47% | 0.13% | - |
| XYZ | 0.87 | 1.2 | 0.8 | - |
| YUV | 26.03 | 124.03 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 32 | 19 | 0.47 | 0 | 0.41 | 0.87 | 128 | 0.31 | 0.1 |
| Hex | 11 | 20 | 13 | 2F | 0 | 29 | 57 | 80 | 1F | A |
| Octal | 21 | 40 | 23 | 57 | 0 | 51 | 127 | 200 | 37 | 12 |
| Binary | 10001 | 100000 | 10011 | 101111 | 0 | 101001 | 1010111 | 10000000 | 11111 | 1010 |
Color Harmonies of #112013
Complementary color
Monochromatic Colors of #112013
Black with #112013
Text Example
Text Example
White with #112013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112013; }
p { color: rgb(17,32,19); }
H1.HeaderClassName
{
color: #112013;
}
.AnyTagClassName
{
color: #112013;
}
</style>
background-color css
<style>
a { background-color: #112013; }
a { background-color: rgb(17,32,19); }
div.DivClassName
{
background-color: #112013;
}
.BgClassName
{
background-color: #112013;
}
</style>
border-color css
<style>
span { border-color: #112013; }
span { border-color: rgb(17,32,19); }
td.TdClassName
{
border-color: #112013;
}
.TagClassName
{
border-color: #112013;
}
</style>