Shades of Black Bean #123117
Tints of Black Bean #123117
RGB
CMYK
RGB Variations
Color information
#123117 (or 0x123117) is known color: Black Bean. HEX triplet: 12, 31 and 17. RGB value is (18,49,23). Sum of RGB (Red+Green+Blue) = 18+49+23=90 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20% from 90); Green value is 49 (19.53% from 255 or 54.44% from 90); Blue value is 23 (9.38% from 255 or 25.56% from 90); Max value from RGB is 49 - color contains mainly: green. Hex color #123117 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123117 is #EDCEE8. Grayscale: #242424. Windows color (decimal): -15585001 or 1519890. OLE color: 1519890.
HSL color Cylindrical-coordinate representation of color #123117: hue angle of 129.68º degrees, saturation: 0.46, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #123117 is Cyan = 0.63, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 18 | 49 | 23 | - |
| CMYK | 0.63 | 0 | 0.53 | 0.81 |
| HSL | 129.68º | 0.46% | 0.13% | - |
| HSV(B) | 129.68º | 0.63% | 0.19% | - |
| XYZ | 1.5 | 2.39 | 1.19 | - |
| YUV | 36.77 | 120.23 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 49 | 23 | 0.63 | 0 | 0.53 | 0.81 | 129.68 | 0.46 | 0.13 |
| Hex | 12 | 31 | 17 | 3F | 0 | 35 | 51 | 82 | 2E | D |
| Octal | 22 | 61 | 27 | 77 | 0 | 65 | 121 | 202 | 56 | 15 |
| Binary | 10010 | 110001 | 10111 | 111111 | 0 | 110101 | 1010001 | 10000010 | 101110 | 1101 |
Color Harmonies of #123117
Complementary color
Monochromatic Colors of #123117
Black with #123117
Text Example
Text Example
White with #123117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123117; }
p { color: rgb(18,49,23); }
H1.HeaderClassName
{
color: #123117;
}
.AnyTagClassName
{
color: #123117;
}
</style>
background-color css
<style>
a { background-color: #123117; }
a { background-color: rgb(18,49,23); }
div.DivClassName
{
background-color: #123117;
}
.BgClassName
{
background-color: #123117;
}
</style>
border-color css
<style>
span { border-color: #123117; }
span { border-color: rgb(18,49,23); }
td.TdClassName
{
border-color: #123117;
}
.TagClassName
{
border-color: #123117;
}
</style>