Shades of Black Bean #122513
Tints of Black Bean #122513
RGB
CMYK
RGB Variations
Color information
#122513 (or 0x122513) is known color: Black Bean. HEX triplet: 12, 25 and 13. RGB value is (18,37,19). Sum of RGB (Red+Green+Blue) = 18+37+19=74 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24.32% from 74); Green value is 37 (14.84% from 255 or 50% from 74); Blue value is 19 (7.81% from 255 or 25.68% from 74); Max value from RGB is 37 - color contains mainly: green. Hex color #122513 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122513 is #EDDAEC. Grayscale: #1D1D1D. Windows color (decimal): -15588077 or 1254674. OLE color: 1254674.
HSL color Cylindrical-coordinate representation of color #122513: hue angle of 123.16º degrees, saturation: 0.35, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #122513 is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 18 | 37 | 19 | - |
| CMYK | 0.51 | 0 | 0.49 | 0.85 |
| HSL | 123.16º | 0.35% | 0.11% | - |
| HSV(B) | 123.16º | 0.51% | 0.15% | - |
| XYZ | 1.03 | 1.5 | 0.85 | - |
| YUV | 29.27 | 122.21 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 37 | 19 | 0.51 | 0 | 0.49 | 0.85 | 123.16 | 0.35 | 0.11 |
| Hex | 12 | 25 | 13 | 33 | 0 | 31 | 55 | 7B | 23 | B |
| Octal | 22 | 45 | 23 | 63 | 0 | 61 | 125 | 173 | 43 | 13 |
| Binary | 10010 | 100101 | 10011 | 110011 | 0 | 110001 | 1010101 | 1111011 | 100011 | 1011 |
Color Harmonies of #122513
Complementary color
Monochromatic Colors of #122513
Black with #122513
Text Example
Text Example
White with #122513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122513; }
p { color: rgb(18,37,19); }
H1.HeaderClassName
{
color: #122513;
}
.AnyTagClassName
{
color: #122513;
}
</style>
background-color css
<style>
a { background-color: #122513; }
a { background-color: rgb(18,37,19); }
div.DivClassName
{
background-color: #122513;
}
.BgClassName
{
background-color: #122513;
}
</style>
border-color css
<style>
span { border-color: #122513; }
span { border-color: rgb(18,37,19); }
td.TdClassName
{
border-color: #122513;
}
.TagClassName
{
border-color: #122513;
}
</style>