Shades of Black Bean #122514
Tints of Black Bean #122514
RGB
CMYK
RGB Variations
Color information
#122514 (or 0x122514) is known color: Black Bean. HEX triplet: 12, 25 and 14. RGB value is (18,37,20). Sum of RGB (Red+Green+Blue) = 18+37+20=75 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24% from 75); Green value is 37 (14.84% from 255 or 49.33% from 75); Blue value is 20 (8.20% from 255 or 26.67% from 75); Max value from RGB is 37 - color contains mainly: green. Hex color #122514 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122514 is #EDDAEB. Grayscale: #1D1D1D. Windows color (decimal): -15588076 or 1320210. OLE color: 1320210.
HSL color Cylindrical-coordinate representation of color #122514: hue angle of 126.32º 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 #122514 is Cyan = 0.51, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 18 | 37 | 20 | - |
| CMYK | 0.51 | 0 | 0.46 | 0.85 |
| HSL | 126.32º | 0.35% | 0.11% | - |
| HSV(B) | 126.32º | 0.51% | 0.15% | - |
| XYZ | 1.04 | 1.5 | 0.9 | - |
| YUV | 29.38 | 122.71 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 37 | 20 | 0.51 | 0 | 0.46 | 0.85 | 126.32 | 0.35 | 0.11 |
| Hex | 12 | 25 | 14 | 33 | 0 | 2E | 55 | 7E | 23 | B |
| Octal | 22 | 45 | 24 | 63 | 0 | 56 | 125 | 176 | 43 | 13 |
| Binary | 10010 | 100101 | 10100 | 110011 | 0 | 101110 | 1010101 | 1111110 | 100011 | 1011 |
Color Harmonies of #122514
Complementary color
Monochromatic Colors of #122514
Black with #122514
Text Example
Text Example
White with #122514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122514; }
p { color: rgb(18,37,20); }
H1.HeaderClassName
{
color: #122514;
}
.AnyTagClassName
{
color: #122514;
}
</style>
background-color css
<style>
a { background-color: #122514; }
a { background-color: rgb(18,37,20); }
div.DivClassName
{
background-color: #122514;
}
.BgClassName
{
background-color: #122514;
}
</style>
border-color css
<style>
span { border-color: #122514; }
span { border-color: rgb(18,37,20); }
td.TdClassName
{
border-color: #122514;
}
.TagClassName
{
border-color: #122514;
}
</style>