Shades of Black Bean #121D14
Tints of Black Bean #121D14
RGB
CMYK
RGB Variations
Color information
#121D14 (or 0x121D14) is known color: Black Bean. HEX triplet: 12, 1D and 14. RGB value is (18,29,20). Sum of RGB (Red+Green+Blue) = 18+29+20=67 (8% of max value = 765). Red value is 18 (7.42% from 255 or 26.87% from 67); Green value is 29 (11.72% from 255 or 43.28% from 67); Blue value is 20 (8.20% from 255 or 29.85% from 67); Max value from RGB is 29 - color contains mainly: green. Hex color #121D14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121D14 is #EDE2EB. Grayscale: #181818. Windows color (decimal): -15590124 or 1318162. OLE color: 1318162.
HSL color Cylindrical-coordinate representation of color #121D14: hue angle of 130.91º degrees, saturation: 0.23, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #121D14 is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 18 | 29 | 20 | - |
| CMYK | 0.38 | 0 | 0.31 | 0.89 |
| HSL | 130.91º | 0.23% | 0.09% | - |
| HSV(B) | 130.91º | 0.38% | 0.11% | - |
| XYZ | 0.82 | 1.06 | 0.82 | - |
| YUV | 24.69 | 125.36 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 29 | 20 | 0.38 | 0 | 0.31 | 0.89 | 130.91 | 0.23 | 0.09 |
| Hex | 12 | 1D | 14 | 26 | 0 | 1F | 59 | 83 | 17 | 9 |
| Octal | 22 | 35 | 24 | 46 | 0 | 37 | 131 | 203 | 27 | 11 |
| Binary | 10010 | 11101 | 10100 | 100110 | 0 | 11111 | 1011001 | 10000011 | 10111 | 1001 |
Color Harmonies of #121D14
Complementary color
Monochromatic Colors of #121D14
Black with #121D14
Text Example
Text Example
White with #121D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121D14; }
p { color: rgb(18,29,20); }
H1.HeaderClassName
{
color: #121D14;
}
.AnyTagClassName
{
color: #121D14;
}
</style>
background-color css
<style>
a { background-color: #121D14; }
a { background-color: rgb(18,29,20); }
div.DivClassName
{
background-color: #121D14;
}
.BgClassName
{
background-color: #121D14;
}
</style>
border-color css
<style>
span { border-color: #121D14; }
span { border-color: rgb(18,29,20); }
td.TdClassName
{
border-color: #121D14;
}
.TagClassName
{
border-color: #121D14;
}
</style>