Shades of Black Bean #111E15
Tints of Black Bean #111E15
RGB
CMYK
RGB Variations
Color information
#111E15 (or 0x111E15) is known color: Black Bean. HEX triplet: 11, 1E and 15. RGB value is (17,30,21). Sum of RGB (Red+Green+Blue) = 17+30+21=68 (9% of max value = 765). Red value is 17 (7.03% from 255 or 25% from 68); Green value is 30 (12.11% from 255 or 44.12% from 68); Blue value is 21 (8.59% from 255 or 30.88% from 68); Max value from RGB is 30 - color contains mainly: green. Hex color #111E15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111E15 is #EEE1EA. Grayscale: #191919. Windows color (decimal): -15655403 or 1383953. OLE color: 1383953.
HSL color Cylindrical-coordinate representation of color #111E15: hue angle of 138.46º 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 #111E15 is Cyan = 0.43, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 17 | 30 | 21 | - |
| CMYK | 0.43 | 0 | 0.30 | 0.88 |
| HSL | 138.46º | 0.28% | 0.09% | - |
| HSV(B) | 138.46º | 0.43% | 0.12% | - |
| XYZ | 0.83 | 1.1 | 0.88 | - |
| YUV | 25.09 | 125.69 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 30 | 21 | 0.43 | 0 | 0.30 | 0.88 | 138.46 | 0.28 | 0.09 |
| Hex | 11 | 1E | 15 | 2B | 0 | 1E | 58 | 8A | 1C | 9 |
| Octal | 21 | 36 | 25 | 53 | 0 | 36 | 130 | 212 | 34 | 11 |
| Binary | 10001 | 11110 | 10101 | 101011 | 0 | 11110 | 1011000 | 10001010 | 11100 | 1001 |
Color Harmonies of #111E15
Complementary color
Monochromatic Colors of #111E15
Black with #111E15
Text Example
Text Example
White with #111E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111E15; }
p { color: rgb(17,30,21); }
H1.HeaderClassName
{
color: #111E15;
}
.AnyTagClassName
{
color: #111E15;
}
</style>
background-color css
<style>
a { background-color: #111E15; }
a { background-color: rgb(17,30,21); }
div.DivClassName
{
background-color: #111E15;
}
.BgClassName
{
background-color: #111E15;
}
</style>
border-color css
<style>
span { border-color: #111E15; }
span { border-color: rgb(17,30,21); }
td.TdClassName
{
border-color: #111E15;
}
.TagClassName
{
border-color: #111E15;
}
</style>