Shades of Black Bean #121613
Tints of Black Bean #121613
RGB
CMYK
RGB Variations
Color information
#121613 (or 0x121613) is known color: Black Bean. HEX triplet: 12, 16 and 13. RGB value is (18,22,19). Sum of RGB (Red+Green+Blue) = 18+22+19=59 (7% of max value = 765). Red value is 18 (7.42% from 255 or 30.51% from 59); Green value is 22 (8.98% from 255 or 37.29% from 59); Blue value is 19 (7.81% from 255 or 32.20% from 59); Max value from RGB is 22 - color contains mainly: green. Hex color #121613 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121613 is #EDE9EC. Grayscale: #141414. Windows color (decimal): -15591917 or 1250834. OLE color: 1250834.
HSL color Cylindrical-coordinate representation of color #121613: hue angle of 135º degrees, saturation: 0.1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #121613 is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 18 | 22 | 19 | - |
| CMYK | 0.18 | 0 | 0.14 | 0.91 |
| HSL | 135º | 0.1% | 0.08% | - |
| HSV(B) | 135º | 0.18% | 0.09% | - |
| XYZ | 0.65 | 0.75 | 0.73 | - |
| YUV | 20.46 | 127.17 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 22 | 19 | 0.18 | 0 | 0.14 | 0.91 | 135 | 0.1 | 0.08 |
| Hex | 12 | 16 | 13 | 12 | 0 | E | 5B | 87 | A | 8 |
| Octal | 22 | 26 | 23 | 22 | 0 | 16 | 133 | 207 | 12 | 10 |
| Binary | 10010 | 10110 | 10011 | 10010 | 0 | 1110 | 1011011 | 10000111 | 1010 | 1000 |
Color Harmonies of #121613
Complementary color
Monochromatic Colors of #121613
Black with #121613
Text Example
Text Example
White with #121613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121613; }
p { color: rgb(18,22,19); }
H1.HeaderClassName
{
color: #121613;
}
.AnyTagClassName
{
color: #121613;
}
</style>
background-color css
<style>
a { background-color: #121613; }
a { background-color: rgb(18,22,19); }
div.DivClassName
{
background-color: #121613;
}
.BgClassName
{
background-color: #121613;
}
</style>
border-color css
<style>
span { border-color: #121613; }
span { border-color: rgb(18,22,19); }
td.TdClassName
{
border-color: #121613;
}
.TagClassName
{
border-color: #121613;
}
</style>