Shades of Black Bean #112A15
Tints of Black Bean #112A15
RGB
CMYK
RGB Variations
Color information
#112A15 (or 0x112A15) is known color: Black Bean. HEX triplet: 11, 2A and 15. RGB value is (17,42,21). Sum of RGB (Red+Green+Blue) = 17+42+21=80 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.25% from 80); Green value is 42 (16.80% from 255 or 52.5% from 80); Blue value is 21 (8.59% from 255 or 26.25% from 80); Max value from RGB is 42 - color contains mainly: green. Hex color #112A15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112A15 is #EED5EA. Grayscale: #202020. Windows color (decimal): -15652331 or 1387025. OLE color: 1387025.
HSL color Cylindrical-coordinate representation of color #112A15: hue angle of 129.6º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #112A15 is Cyan = 0.60, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 17 | 42 | 21 | - |
| CMYK | 0.60 | 0 | 0.50 | 0.84 |
| HSL | 129.6º | 0.42% | 0.12% | - |
| HSV(B) | 129.6º | 0.6% | 0.16% | - |
| XYZ | 1.19 | 1.83 | 1 | - |
| YUV | 32.13 | 121.72 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 42 | 21 | 0.60 | 0 | 0.50 | 0.84 | 129.6 | 0.42 | 0.12 |
| Hex | 11 | 2A | 15 | 3C | 0 | 32 | 54 | 82 | 2A | C |
| Octal | 21 | 52 | 25 | 74 | 0 | 62 | 124 | 202 | 52 | 14 |
| Binary | 10001 | 101010 | 10101 | 111100 | 0 | 110010 | 1010100 | 10000010 | 101010 | 1100 |
Color Harmonies of #112A15
Complementary color
Monochromatic Colors of #112A15
Black with #112A15
Text Example
Text Example
White with #112A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112A15; }
p { color: rgb(17,42,21); }
H1.HeaderClassName
{
color: #112A15;
}
.AnyTagClassName
{
color: #112A15;
}
</style>
background-color css
<style>
a { background-color: #112A15; }
a { background-color: rgb(17,42,21); }
div.DivClassName
{
background-color: #112A15;
}
.BgClassName
{
background-color: #112A15;
}
</style>
border-color css
<style>
span { border-color: #112A15; }
span { border-color: rgb(17,42,21); }
td.TdClassName
{
border-color: #112A15;
}
.TagClassName
{
border-color: #112A15;
}
</style>