Shades of Black Bean #111D12
Tints of Black Bean #111D12
RGB
CMYK
RGB Variations
Color information
#111D12 (or 0x111D12) is known color: Black Bean. HEX triplet: 11, 1D and 12. RGB value is (17,29,18). Sum of RGB (Red+Green+Blue) = 17+29+18=64 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.56% from 64); Green value is 29 (11.72% from 255 or 45.31% from 64); Blue value is 18 (7.42% from 255 or 28.12% from 64); Max value from RGB is 29 - color contains mainly: green. Hex color #111D12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111D12 is #EEE2ED. Grayscale: #181818. Windows color (decimal): -15655662 or 1187089. OLE color: 1187089.
HSL color Cylindrical-coordinate representation of color #111D12: hue angle of 125º degrees, saturation: 0.26, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #111D12 is Cyan = 0.41, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 17 | 29 | 18 | - |
| CMYK | 0.41 | 0 | 0.38 | 0.89 |
| HSL | 125º | 0.26% | 0.09% | - |
| HSV(B) | 125º | 0.41% | 0.11% | - |
| XYZ | 0.78 | 1.04 | 0.73 | - |
| YUV | 24.16 | 124.52 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 29 | 18 | 0.41 | 0 | 0.38 | 0.89 | 125 | 0.26 | 0.09 |
| Hex | 11 | 1D | 12 | 29 | 0 | 26 | 59 | 7D | 1A | 9 |
| Octal | 21 | 35 | 22 | 51 | 0 | 46 | 131 | 175 | 32 | 11 |
| Binary | 10001 | 11101 | 10010 | 101001 | 0 | 100110 | 1011001 | 1111101 | 11010 | 1001 |
Color Harmonies of #111D12
Complementary color
Monochromatic Colors of #111D12
Black with #111D12
Text Example
Text Example
White with #111D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111D12; }
p { color: rgb(17,29,18); }
H1.HeaderClassName
{
color: #111D12;
}
.AnyTagClassName
{
color: #111D12;
}
</style>
background-color css
<style>
a { background-color: #111D12; }
a { background-color: rgb(17,29,18); }
div.DivClassName
{
background-color: #111D12;
}
.BgClassName
{
background-color: #111D12;
}
</style>
border-color css
<style>
span { border-color: #111D12; }
span { border-color: rgb(17,29,18); }
td.TdClassName
{
border-color: #111D12;
}
.TagClassName
{
border-color: #111D12;
}
</style>