Shades of Black Bean #111A13
Tints of Black Bean #111A13
RGB
CMYK
RGB Variations
Color information
#111A13 (or 0x111A13) is known color: Black Bean. HEX triplet: 11, 1A and 13. RGB value is (17,26,19). Sum of RGB (Red+Green+Blue) = 17+26+19=62 (8% of max value = 765). Red value is 17 (7.03% from 255 or 27.42% from 62); Green value is 26 (10.55% from 255 or 41.94% from 62); Blue value is 19 (7.81% from 255 or 30.65% from 62); Max value from RGB is 26 - color contains mainly: green. Hex color #111A13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111A13 is #EEE5EC. Grayscale: #161616. Windows color (decimal): -15656429 or 1251857. OLE color: 1251857.
HSL color Cylindrical-coordinate representation of color #111A13: hue angle of 133.33º degrees, saturation: 0.21, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #111A13 is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 17 | 26 | 19 | - |
| CMYK | 0.35 | 0 | 0.27 | 0.90 |
| HSL | 133.33º | 0.21% | 0.08% | - |
| HSV(B) | 133.33º | 0.35% | 0.1% | - |
| XYZ | 0.72 | 0.9 | 0.75 | - |
| YUV | 22.51 | 126.02 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 26 | 19 | 0.35 | 0 | 0.27 | 0.90 | 133.33 | 0.21 | 0.08 |
| Hex | 11 | 1A | 13 | 23 | 0 | 1B | 5A | 85 | 15 | 8 |
| Octal | 21 | 32 | 23 | 43 | 0 | 33 | 132 | 205 | 25 | 10 |
| Binary | 10001 | 11010 | 10011 | 100011 | 0 | 11011 | 1011010 | 10000101 | 10101 | 1000 |
Color Harmonies of #111A13
Complementary color
Monochromatic Colors of #111A13
Black with #111A13
Text Example
Text Example
White with #111A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111A13; }
p { color: rgb(17,26,19); }
H1.HeaderClassName
{
color: #111A13;
}
.AnyTagClassName
{
color: #111A13;
}
</style>
background-color css
<style>
a { background-color: #111A13; }
a { background-color: rgb(17,26,19); }
div.DivClassName
{
background-color: #111A13;
}
.BgClassName
{
background-color: #111A13;
}
</style>
border-color css
<style>
span { border-color: #111A13; }
span { border-color: rgb(17,26,19); }
td.TdClassName
{
border-color: #111A13;
}
.TagClassName
{
border-color: #111A13;
}
</style>