Shades of Black Bean #121913
Tints of Black Bean #121913
RGB
CMYK
RGB Variations
Color information
#121913 (or 0x121913) is known color: Black Bean. HEX triplet: 12, 19 and 13. RGB value is (18,25,19). Sum of RGB (Red+Green+Blue) = 18+25+19=62 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.03% from 62); Green value is 25 (10.16% from 255 or 40.32% from 62); Blue value is 19 (7.81% from 255 or 30.65% from 62); Max value from RGB is 25 - color contains mainly: green. Hex color #121913 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121913 is #EDE6EC. Grayscale: #161616. Windows color (decimal): -15591149 or 1251602. OLE color: 1251602.
HSL color Cylindrical-coordinate representation of color #121913: hue angle of 128.57º degrees, saturation: 0.16, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #121913 is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 18 | 25 | 19 | - |
| CMYK | 0.28 | 0 | 0.24 | 0.90 |
| HSL | 128.57º | 0.16% | 0.08% | - |
| HSV(B) | 128.57º | 0.28% | 0.1% | - |
| XYZ | 0.71 | 0.87 | 0.75 | - |
| YUV | 22.22 | 126.18 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 25 | 19 | 0.28 | 0 | 0.24 | 0.90 | 128.57 | 0.16 | 0.08 |
| Hex | 12 | 19 | 13 | 1C | 0 | 18 | 5A | 81 | 10 | 8 |
| Octal | 22 | 31 | 23 | 34 | 0 | 30 | 132 | 201 | 20 | 10 |
| Binary | 10010 | 11001 | 10011 | 11100 | 0 | 11000 | 1011010 | 10000001 | 10000 | 1000 |
Color Harmonies of #121913
Complementary color
Monochromatic Colors of #121913
Black with #121913
Text Example
Text Example
White with #121913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121913; }
p { color: rgb(18,25,19); }
H1.HeaderClassName
{
color: #121913;
}
.AnyTagClassName
{
color: #121913;
}
</style>
background-color css
<style>
a { background-color: #121913; }
a { background-color: rgb(18,25,19); }
div.DivClassName
{
background-color: #121913;
}
.BgClassName
{
background-color: #121913;
}
</style>
border-color css
<style>
span { border-color: #121913; }
span { border-color: rgb(18,25,19); }
td.TdClassName
{
border-color: #121913;
}
.TagClassName
{
border-color: #121913;
}
</style>