Shades of Black Bean #122618
Tints of Black Bean #122618
RGB
CMYK
RGB Variations
Color information
#122618 (or 0x122618) is known color: Black Bean. HEX triplet: 12, 26 and 18. RGB value is (18,38,24). Sum of RGB (Red+Green+Blue) = 18+38+24=80 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.5% from 80); Green value is 38 (15.23% from 255 or 47.5% from 80); Blue value is 24 (9.77% from 255 or 30% from 80); Max value from RGB is 38 - color contains mainly: green. Hex color #122618 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122618 is #EDD9E7. Grayscale: #1E1E1E. Windows color (decimal): -15587816 or 1582610. OLE color: 1582610.
HSL color Cylindrical-coordinate representation of color #122618: hue angle of 138º 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 #122618 is Cyan = 0.53, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 18 | 38 | 24 | - |
| CMYK | 0.53 | 0 | 0.37 | 0.85 |
| HSL | 138º | 0.36% | 0.11% | - |
| HSV(B) | 138º | 0.53% | 0.15% | - |
| XYZ | 1.11 | 1.58 | 1.11 | - |
| YUV | 30.42 | 124.37 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 38 | 24 | 0.53 | 0 | 0.37 | 0.85 | 138 | 0.36 | 0.11 |
| Hex | 12 | 26 | 18 | 35 | 0 | 25 | 55 | 8A | 24 | B |
| Octal | 22 | 46 | 30 | 65 | 0 | 45 | 125 | 212 | 44 | 13 |
| Binary | 10010 | 100110 | 11000 | 110101 | 0 | 100101 | 1010101 | 10001010 | 100100 | 1011 |
Color Harmonies of #122618
Complementary color
Monochromatic Colors of #122618
Black with #122618
Text Example
Text Example
White with #122618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122618; }
p { color: rgb(18,38,24); }
H1.HeaderClassName
{
color: #122618;
}
.AnyTagClassName
{
color: #122618;
}
</style>
background-color css
<style>
a { background-color: #122618; }
a { background-color: rgb(18,38,24); }
div.DivClassName
{
background-color: #122618;
}
.BgClassName
{
background-color: #122618;
}
</style>
border-color css
<style>
span { border-color: #122618; }
span { border-color: rgb(18,38,24); }
td.TdClassName
{
border-color: #122618;
}
.TagClassName
{
border-color: #122618;
}
</style>