Shades of Black Bean #112712
Tints of Black Bean #112712
RGB
CMYK
RGB Variations
Color information
#112712 (or 0x112712) is known color: Black Bean. HEX triplet: 11, 27 and 12. RGB value is (17,39,18). Sum of RGB (Red+Green+Blue) = 17+39+18=74 (9% of max value = 765). Red value is 17 (7.03% from 255 or 22.97% from 74); Green value is 39 (15.62% from 255 or 52.70% from 74); Blue value is 18 (7.42% from 255 or 24.32% from 74); Max value from RGB is 39 - color contains mainly: green. Hex color #112712 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112712 is #EED8ED. Grayscale: #1E1E1E. Windows color (decimal): -15653102 or 1189649. OLE color: 1189649.
HSL color Cylindrical-coordinate representation of color #112712: hue angle of 122.73º degrees, saturation: 0.39, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #112712 is Cyan = 0.56, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 17 | 39 | 18 | - |
| CMYK | 0.56 | 0 | 0.54 | 0.85 |
| HSL | 122.73º | 0.39% | 0.11% | - |
| HSV(B) | 122.73º | 0.56% | 0.15% | - |
| XYZ | 1.07 | 1.61 | 0.83 | - |
| YUV | 30.03 | 121.21 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 39 | 18 | 0.56 | 0 | 0.54 | 0.85 | 122.73 | 0.39 | 0.11 |
| Hex | 11 | 27 | 12 | 38 | 0 | 36 | 55 | 7B | 27 | B |
| Octal | 21 | 47 | 22 | 70 | 0 | 66 | 125 | 173 | 47 | 13 |
| Binary | 10001 | 100111 | 10010 | 111000 | 0 | 110110 | 1010101 | 1111011 | 100111 | 1011 |
Color Harmonies of #112712
Complementary color
Monochromatic Colors of #112712
Black with #112712
Text Example
Text Example
White with #112712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112712; }
p { color: rgb(17,39,18); }
H1.HeaderClassName
{
color: #112712;
}
.AnyTagClassName
{
color: #112712;
}
</style>
background-color css
<style>
a { background-color: #112712; }
a { background-color: rgb(17,39,18); }
div.DivClassName
{
background-color: #112712;
}
.BgClassName
{
background-color: #112712;
}
</style>
border-color css
<style>
span { border-color: #112712; }
span { border-color: rgb(17,39,18); }
td.TdClassName
{
border-color: #112712;
}
.TagClassName
{
border-color: #112712;
}
</style>