Shades of Black Bean #112D14
Tints of Black Bean #112D14
RGB
CMYK
RGB Variations
Color information
#112D14 (or 0x112D14) is known color: Black Bean. HEX triplet: 11, 2D and 14. RGB value is (17,45,20). Sum of RGB (Red+Green+Blue) = 17+45+20=82 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.73% from 82); Green value is 45 (17.97% from 255 or 54.88% from 82); Blue value is 20 (8.20% from 255 or 24.39% from 82); Max value from RGB is 45 - color contains mainly: green. Hex color #112D14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112D14 is #EED2EB. Grayscale: #212121. Windows color (decimal): -15651564 or 1322257. OLE color: 1322257.
HSL color Cylindrical-coordinate representation of color #112D14: hue angle of 126.43º degrees, saturation: 0.45, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #112D14 is Cyan = 0.62, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 17 | 45 | 20 | - |
| CMYK | 0.62 | 0 | 0.56 | 0.82 |
| HSL | 126.43º | 0.45% | 0.12% | - |
| HSV(B) | 126.43º | 0.62% | 0.18% | - |
| XYZ | 1.3 | 2.05 | 0.99 | - |
| YUV | 33.78 | 120.22 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 45 | 20 | 0.62 | 0 | 0.56 | 0.82 | 126.43 | 0.45 | 0.12 |
| Hex | 11 | 2D | 14 | 3E | 0 | 38 | 52 | 7E | 2D | C |
| Octal | 21 | 55 | 24 | 76 | 0 | 70 | 122 | 176 | 55 | 14 |
| Binary | 10001 | 101101 | 10100 | 111110 | 0 | 111000 | 1010010 | 1111110 | 101101 | 1100 |
Color Harmonies of #112D14
Complementary color
Monochromatic Colors of #112D14
Black with #112D14
Text Example
Text Example
White with #112D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112D14; }
p { color: rgb(17,45,20); }
H1.HeaderClassName
{
color: #112D14;
}
.AnyTagClassName
{
color: #112D14;
}
</style>
background-color css
<style>
a { background-color: #112D14; }
a { background-color: rgb(17,45,20); }
div.DivClassName
{
background-color: #112D14;
}
.BgClassName
{
background-color: #112D14;
}
</style>
border-color css
<style>
span { border-color: #112D14; }
span { border-color: rgb(17,45,20); }
td.TdClassName
{
border-color: #112D14;
}
.TagClassName
{
border-color: #112D14;
}
</style>