Shades of Black Bean #122418
Tints of Black Bean #122418
RGB
CMYK
RGB Variations
Color information
#122418 (or 0x122418) is known color: Black Bean. HEX triplet: 12, 24 and 18. RGB value is (18,36,24). Sum of RGB (Red+Green+Blue) = 18+36+24=78 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.08% from 78); Green value is 36 (14.45% from 255 or 46.15% from 78); Blue value is 24 (9.77% from 255 or 30.77% from 78); Max value from RGB is 36 - color contains mainly: green. Hex color #122418 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122418 is #EDDBE7. Grayscale: #1D1D1D. Windows color (decimal): -15588328 or 1582098. OLE color: 1582098.
HSL color Cylindrical-coordinate representation of color #122418: hue angle of 140º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #122418 is Cyan = 0.5, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 18 | 36 | 24 | - |
| CMYK | 0.5 | 0 | 0.33 | 0.86 |
| HSL | 140º | 0.33% | 0.11% | - |
| HSV(B) | 140º | 0.5% | 0.14% | - |
| XYZ | 1.05 | 1.46 | 1.09 | - |
| YUV | 29.25 | 125.04 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 36 | 24 | 0.5 | 0 | 0.33 | 0.86 | 140 | 0.33 | 0.11 |
| Hex | 12 | 24 | 18 | 32 | 0 | 21 | 56 | 8C | 21 | B |
| Octal | 22 | 44 | 30 | 62 | 0 | 41 | 126 | 214 | 41 | 13 |
| Binary | 10010 | 100100 | 11000 | 110010 | 0 | 100001 | 1010110 | 10001100 | 100001 | 1011 |
Color Harmonies of #122418
Complementary color
Monochromatic Colors of #122418
Black with #122418
Text Example
Text Example
White with #122418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122418; }
p { color: rgb(18,36,24); }
H1.HeaderClassName
{
color: #122418;
}
.AnyTagClassName
{
color: #122418;
}
</style>
background-color css
<style>
a { background-color: #122418; }
a { background-color: rgb(18,36,24); }
div.DivClassName
{
background-color: #122418;
}
.BgClassName
{
background-color: #122418;
}
</style>
border-color css
<style>
span { border-color: #122418; }
span { border-color: rgb(18,36,24); }
td.TdClassName
{
border-color: #122418;
}
.TagClassName
{
border-color: #122418;
}
</style>