Shades of Black Bean #111813
Tints of Black Bean #111813
RGB
CMYK
RGB Variations
Color information
#111813 (or 0x111813) is known color: Black Bean. HEX triplet: 11, 18 and 13. RGB value is (17,24,19). Sum of RGB (Red+Green+Blue) = 17+24+19=60 (7% of max value = 765). Red value is 17 (7.03% from 255 or 28.33% from 60); Green value is 24 (9.77% from 255 or 40% from 60); Blue value is 19 (7.81% from 255 or 31.67% from 60); Max value from RGB is 24 - color contains mainly: green. Hex color #111813 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111813 is #EEE7EC. Grayscale: #151515. Windows color (decimal): -15656941 or 1251345. OLE color: 1251345.
HSL color Cylindrical-coordinate representation of color #111813: hue angle of 137.14º degrees, saturation: 0.17, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #111813 is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 17 | 24 | 19 | - |
| CMYK | 0.29 | 0 | 0.21 | 0.91 |
| HSL | 137.14º | 0.17% | 0.08% | - |
| HSV(B) | 137.14º | 0.29% | 0.09% | - |
| XYZ | 0.68 | 0.82 | 0.74 | - |
| YUV | 21.34 | 126.68 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 24 | 19 | 0.29 | 0 | 0.21 | 0.91 | 137.14 | 0.17 | 0.08 |
| Hex | 11 | 18 | 13 | 1D | 0 | 15 | 5B | 89 | 11 | 8 |
| Octal | 21 | 30 | 23 | 35 | 0 | 25 | 133 | 211 | 21 | 10 |
| Binary | 10001 | 11000 | 10011 | 11101 | 0 | 10101 | 1011011 | 10001001 | 10001 | 1000 |
Color Harmonies of #111813
Complementary color
Monochromatic Colors of #111813
Black with #111813
Text Example
Text Example
White with #111813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111813; }
p { color: rgb(17,24,19); }
H1.HeaderClassName
{
color: #111813;
}
.AnyTagClassName
{
color: #111813;
}
</style>
background-color css
<style>
a { background-color: #111813; }
a { background-color: rgb(17,24,19); }
div.DivClassName
{
background-color: #111813;
}
.BgClassName
{
background-color: #111813;
}
</style>
border-color css
<style>
span { border-color: #111813; }
span { border-color: rgb(17,24,19); }
td.TdClassName
{
border-color: #111813;
}
.TagClassName
{
border-color: #111813;
}
</style>