Shades of Black Bean #112417
Tints of Black Bean #112417
RGB
CMYK
RGB Variations
Color information
#112417 (or 0x112417) is known color: Black Bean. HEX triplet: 11, 24 and 17. RGB value is (17,36,23). Sum of RGB (Red+Green+Blue) = 17+36+23=76 (10% of max value = 765). Red value is 17 (7.03% from 255 or 22.37% from 76); Green value is 36 (14.45% from 255 or 47.37% from 76); Blue value is 23 (9.38% from 255 or 30.26% from 76); Max value from RGB is 36 - color contains mainly: green. Hex color #112417 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112417 is #EEDBE8. Grayscale: #1C1C1C. Windows color (decimal): -15653865 or 1516561. OLE color: 1516561.
HSL color Cylindrical-coordinate representation of color #112417: hue angle of 138.95º degrees, saturation: 0.36, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #112417 is Cyan = 0.53, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 17 | 36 | 23 | - |
| CMYK | 0.53 | 0 | 0.36 | 0.86 |
| HSL | 138.95º | 0.36% | 0.1% | - |
| HSV(B) | 138.95º | 0.53% | 0.14% | - |
| XYZ | 1.02 | 1.44 | 1.04 | - |
| YUV | 28.84 | 124.71 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 36 | 23 | 0.53 | 0 | 0.36 | 0.86 | 138.95 | 0.36 | 0.1 |
| Hex | 11 | 24 | 17 | 35 | 0 | 24 | 56 | 8B | 24 | A |
| Octal | 21 | 44 | 27 | 65 | 0 | 44 | 126 | 213 | 44 | 12 |
| Binary | 10001 | 100100 | 10111 | 110101 | 0 | 100100 | 1010110 | 10001011 | 100100 | 1010 |
Color Harmonies of #112417
Complementary color
Monochromatic Colors of #112417
Black with #112417
Text Example
Text Example
White with #112417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112417; }
p { color: rgb(17,36,23); }
H1.HeaderClassName
{
color: #112417;
}
.AnyTagClassName
{
color: #112417;
}
</style>
background-color css
<style>
a { background-color: #112417; }
a { background-color: rgb(17,36,23); }
div.DivClassName
{
background-color: #112417;
}
.BgClassName
{
background-color: #112417;
}
</style>
border-color css
<style>
span { border-color: #112417; }
span { border-color: rgb(17,36,23); }
td.TdClassName
{
border-color: #112417;
}
.TagClassName
{
border-color: #112417;
}
</style>