Shades of Black Bean #121712
Tints of Black Bean #121712
RGB
CMYK
RGB Variations
Color information
#121712 (or 0x121712) is known color: Black Bean. HEX triplet: 12, 17 and 12. RGB value is (18,23,18). Sum of RGB (Red+Green+Blue) = 18+23+18=59 (7% of max value = 765). Red value is 18 (7.42% from 255 or 30.51% from 59); Green value is 23 (9.38% from 255 or 38.98% from 59); Blue value is 18 (7.42% from 255 or 30.51% from 59); Max value from RGB is 23 - color contains mainly: green. Hex color #121712 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121712 is #EDE8ED. Grayscale: #141414. Windows color (decimal): -15591662 or 1185554. OLE color: 1185554.
HSL color Cylindrical-coordinate representation of color #121712: hue angle of 120º degrees, saturation: 0.12, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #121712 is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 18 | 23 | 18 | - |
| CMYK | 0.22 | 0 | 0.22 | 0.91 |
| HSL | 120º | 0.12% | 0.08% | - |
| HSV(B) | 120º | 0.22% | 0.09% | - |
| XYZ | 0.67 | 0.79 | 0.69 | - |
| YUV | 20.94 | 126.34 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 23 | 18 | 0.22 | 0 | 0.22 | 0.91 | 120 | 0.12 | 0.08 |
| Hex | 12 | 17 | 12 | 16 | 0 | 16 | 5B | 78 | C | 8 |
| Octal | 22 | 27 | 22 | 26 | 0 | 26 | 133 | 170 | 14 | 10 |
| Binary | 10010 | 10111 | 10010 | 10110 | 0 | 10110 | 1011011 | 1111000 | 1100 | 1000 |
Color Harmonies of #121712
Complementary color
Monochromatic Colors of #121712
Black with #121712
Text Example
Text Example
White with #121712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121712; }
p { color: rgb(18,23,18); }
H1.HeaderClassName
{
color: #121712;
}
.AnyTagClassName
{
color: #121712;
}
</style>
background-color css
<style>
a { background-color: #121712; }
a { background-color: rgb(18,23,18); }
div.DivClassName
{
background-color: #121712;
}
.BgClassName
{
background-color: #121712;
}
</style>
border-color css
<style>
span { border-color: #121712; }
span { border-color: rgb(18,23,18); }
td.TdClassName
{
border-color: #121712;
}
.TagClassName
{
border-color: #121712;
}
</style>