Shades of Black Bean #111E12
Tints of Black Bean #111E12
RGB
CMYK
RGB Variations
Color information
#111E12 (or 0x111E12) is known color: Black Bean. HEX triplet: 11, 1E and 12. RGB value is (17,30,18). Sum of RGB (Red+Green+Blue) = 17+30+18=65 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.15% from 65); Green value is 30 (12.11% from 255 or 46.15% from 65); Blue value is 18 (7.42% from 255 or 27.69% from 65); Max value from RGB is 30 - color contains mainly: green. Hex color #111E12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111E12 is #EEE1ED. Grayscale: #181818. Windows color (decimal): -15655406 or 1187345. OLE color: 1187345.
HSL color Cylindrical-coordinate representation of color #111E12: hue angle of 124.62º degrees, saturation: 0.28, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #111E12 is Cyan = 0.43, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 17 | 30 | 18 | - |
| CMYK | 0.43 | 0 | 0.40 | 0.88 |
| HSL | 124.62º | 0.28% | 0.09% | - |
| HSV(B) | 124.62º | 0.43% | 0.12% | - |
| XYZ | 0.8 | 1.09 | 0.74 | - |
| YUV | 24.75 | 124.19 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 30 | 18 | 0.43 | 0 | 0.40 | 0.88 | 124.62 | 0.28 | 0.09 |
| Hex | 11 | 1E | 12 | 2B | 0 | 28 | 58 | 7D | 1C | 9 |
| Octal | 21 | 36 | 22 | 53 | 0 | 50 | 130 | 175 | 34 | 11 |
| Binary | 10001 | 11110 | 10010 | 101011 | 0 | 101000 | 1011000 | 1111101 | 11100 | 1001 |
Color Harmonies of #111E12
Complementary color
Monochromatic Colors of #111E12
Black with #111E12
Text Example
Text Example
White with #111E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111E12; }
p { color: rgb(17,30,18); }
H1.HeaderClassName
{
color: #111E12;
}
.AnyTagClassName
{
color: #111E12;
}
</style>
background-color css
<style>
a { background-color: #111E12; }
a { background-color: rgb(17,30,18); }
div.DivClassName
{
background-color: #111E12;
}
.BgClassName
{
background-color: #111E12;
}
</style>
border-color css
<style>
span { border-color: #111E12; }
span { border-color: rgb(17,30,18); }
td.TdClassName
{
border-color: #111E12;
}
.TagClassName
{
border-color: #111E12;
}
</style>