Shades of Black Bean #122717
Tints of Black Bean #122717
RGB
CMYK
RGB Variations
Color information
#122717 (or 0x122717) is known color: Black Bean. HEX triplet: 12, 27 and 17. RGB value is (18,39,23). Sum of RGB (Red+Green+Blue) = 18+39+23=80 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.5% from 80); Green value is 39 (15.62% from 255 or 48.75% from 80); Blue value is 23 (9.38% from 255 or 28.75% from 80); Max value from RGB is 39 - color contains mainly: green. Hex color #122717 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122717 is #EDD8E8. Grayscale: #1E1E1E. Windows color (decimal): -15587561 or 1517330. OLE color: 1517330.
HSL color Cylindrical-coordinate representation of color #122717: hue angle of 134.29º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #122717 is Cyan = 0.54, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 18 | 39 | 23 | - |
| CMYK | 0.54 | 0 | 0.41 | 0.85 |
| HSL | 134.29º | 0.37% | 0.11% | - |
| HSV(B) | 134.29º | 0.54% | 0.15% | - |
| XYZ | 1.13 | 1.64 | 1.07 | - |
| YUV | 30.9 | 123.54 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 39 | 23 | 0.54 | 0 | 0.41 | 0.85 | 134.29 | 0.37 | 0.11 |
| Hex | 12 | 27 | 17 | 36 | 0 | 29 | 55 | 86 | 25 | B |
| Octal | 22 | 47 | 27 | 66 | 0 | 51 | 125 | 206 | 45 | 13 |
| Binary | 10010 | 100111 | 10111 | 110110 | 0 | 101001 | 1010101 | 10000110 | 100101 | 1011 |
Color Harmonies of #122717
Complementary color
Monochromatic Colors of #122717
Black with #122717
Text Example
Text Example
White with #122717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122717; }
p { color: rgb(18,39,23); }
H1.HeaderClassName
{
color: #122717;
}
.AnyTagClassName
{
color: #122717;
}
</style>
background-color css
<style>
a { background-color: #122717; }
a { background-color: rgb(18,39,23); }
div.DivClassName
{
background-color: #122717;
}
.BgClassName
{
background-color: #122717;
}
</style>
border-color css
<style>
span { border-color: #122717; }
span { border-color: rgb(18,39,23); }
td.TdClassName
{
border-color: #122717;
}
.TagClassName
{
border-color: #122717;
}
</style>