Shades of Black Bean #111B13
Tints of Black Bean #111B13
RGB
CMYK
RGB Variations
Color information
#111B13 (or 0x111B13) is known color: Black Bean. HEX triplet: 11, 1B and 13. RGB value is (17,27,19). Sum of RGB (Red+Green+Blue) = 17+27+19=63 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.98% from 63); Green value is 27 (10.94% from 255 or 42.86% from 63); Blue value is 19 (7.81% from 255 or 30.16% from 63); Max value from RGB is 27 - color contains mainly: green. Hex color #111B13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111B13 is #EEE4EC. Grayscale: #171717. Windows color (decimal): -15656173 or 1252113. OLE color: 1252113.
HSL color Cylindrical-coordinate representation of color #111B13: hue angle of 132º degrees, saturation: 0.23, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #111B13 is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 17 | 27 | 19 | - |
| CMYK | 0.37 | 0 | 0.30 | 0.89 |
| HSL | 132º | 0.23% | 0.09% | - |
| HSV(B) | 132º | 0.37% | 0.11% | - |
| XYZ | 0.74 | 0.95 | 0.76 | - |
| YUV | 23.1 | 125.69 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 27 | 19 | 0.37 | 0 | 0.30 | 0.89 | 132 | 0.23 | 0.09 |
| Hex | 11 | 1B | 13 | 25 | 0 | 1E | 59 | 84 | 17 | 9 |
| Octal | 21 | 33 | 23 | 45 | 0 | 36 | 131 | 204 | 27 | 11 |
| Binary | 10001 | 11011 | 10011 | 100101 | 0 | 11110 | 1011001 | 10000100 | 10111 | 1001 |
Color Harmonies of #111B13
Complementary color
Monochromatic Colors of #111B13
Black with #111B13
Text Example
Text Example
White with #111B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111B13; }
p { color: rgb(17,27,19); }
H1.HeaderClassName
{
color: #111B13;
}
.AnyTagClassName
{
color: #111B13;
}
</style>
background-color css
<style>
a { background-color: #111B13; }
a { background-color: rgb(17,27,19); }
div.DivClassName
{
background-color: #111B13;
}
.BgClassName
{
background-color: #111B13;
}
</style>
border-color css
<style>
span { border-color: #111B13; }
span { border-color: rgb(17,27,19); }
td.TdClassName
{
border-color: #111B13;
}
.TagClassName
{
border-color: #111B13;
}
</style>