Shades of Black Bean #122613
Tints of Black Bean #122613
RGB
CMYK
RGB Variations
Color information
#122613 (or 0x122613) is known color: Black Bean. HEX triplet: 12, 26 and 13. RGB value is (18,38,19). Sum of RGB (Red+Green+Blue) = 18+38+19=75 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24% from 75); Green value is 38 (15.23% from 255 or 50.67% from 75); Blue value is 19 (7.81% from 255 or 25.33% from 75); Max value from RGB is 38 - color contains mainly: green. Hex color #122613 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122613 is #EDD9EC. Grayscale: #1D1D1D. Windows color (decimal): -15587821 or 1254930. OLE color: 1254930.
HSL color Cylindrical-coordinate representation of color #122613: hue angle of 123º degrees, saturation: 0.36, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #122613 is Cyan = 0.53, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 18 | 38 | 19 | - |
| CMYK | 0.53 | 0 | 0.50 | 0.85 |
| HSL | 123º | 0.36% | 0.11% | - |
| HSV(B) | 123º | 0.53% | 0.15% | - |
| XYZ | 1.06 | 1.56 | 0.86 | - |
| YUV | 29.85 | 121.87 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 38 | 19 | 0.53 | 0 | 0.50 | 0.85 | 123 | 0.36 | 0.11 |
| Hex | 12 | 26 | 13 | 35 | 0 | 32 | 55 | 7B | 24 | B |
| Octal | 22 | 46 | 23 | 65 | 0 | 62 | 125 | 173 | 44 | 13 |
| Binary | 10010 | 100110 | 10011 | 110101 | 0 | 110010 | 1010101 | 1111011 | 100100 | 1011 |
Color Harmonies of #122613
Complementary color
Monochromatic Colors of #122613
Black with #122613
Text Example
Text Example
White with #122613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122613; }
p { color: rgb(18,38,19); }
H1.HeaderClassName
{
color: #122613;
}
.AnyTagClassName
{
color: #122613;
}
</style>
background-color css
<style>
a { background-color: #122613; }
a { background-color: rgb(18,38,19); }
div.DivClassName
{
background-color: #122613;
}
.BgClassName
{
background-color: #122613;
}
</style>
border-color css
<style>
span { border-color: #122613; }
span { border-color: rgb(18,38,19); }
td.TdClassName
{
border-color: #122613;
}
.TagClassName
{
border-color: #122613;
}
</style>