Shades of Black Bean #111B12
Tints of Black Bean #111B12
RGB
CMYK
RGB Variations
Color information
#111B12 (or 0x111B12) is known color: Black Bean. HEX triplet: 11, 1B and 12. RGB value is (17,27,18). Sum of RGB (Red+Green+Blue) = 17+27+18=62 (8% of max value = 765). Red value is 17 (7.03% from 255 or 27.42% from 62); Green value is 27 (10.94% from 255 or 43.55% from 62); Blue value is 18 (7.42% from 255 or 29.03% from 62); Max value from RGB is 27 - color contains mainly: green. Hex color #111B12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111B12 is #EEE4ED. Grayscale: #171717. Windows color (decimal): -15656174 or 1186577. OLE color: 1186577.
HSL color Cylindrical-coordinate representation of color #111B12: hue angle of 126º 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 #111B12 is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 17 | 27 | 18 | - |
| CMYK | 0.37 | 0 | 0.33 | 0.89 |
| HSL | 126º | 0.23% | 0.09% | - |
| HSV(B) | 126º | 0.37% | 0.11% | - |
| XYZ | 0.73 | 0.95 | 0.72 | - |
| YUV | 22.98 | 125.19 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 27 | 18 | 0.37 | 0 | 0.33 | 0.89 | 126 | 0.23 | 0.09 |
| Hex | 11 | 1B | 12 | 25 | 0 | 21 | 59 | 7E | 17 | 9 |
| Octal | 21 | 33 | 22 | 45 | 0 | 41 | 131 | 176 | 27 | 11 |
| Binary | 10001 | 11011 | 10010 | 100101 | 0 | 100001 | 1011001 | 1111110 | 10111 | 1001 |
Color Harmonies of #111B12
Complementary color
Monochromatic Colors of #111B12
Black with #111B12
Text Example
Text Example
White with #111B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111B12; }
p { color: rgb(17,27,18); }
H1.HeaderClassName
{
color: #111B12;
}
.AnyTagClassName
{
color: #111B12;
}
</style>
background-color css
<style>
a { background-color: #111B12; }
a { background-color: rgb(17,27,18); }
div.DivClassName
{
background-color: #111B12;
}
.BgClassName
{
background-color: #111B12;
}
</style>
border-color css
<style>
span { border-color: #111B12; }
span { border-color: rgb(17,27,18); }
td.TdClassName
{
border-color: #111B12;
}
.TagClassName
{
border-color: #111B12;
}
</style>