Shades of Black Bean #121E14
Tints of Black Bean #121E14
RGB
CMYK
RGB Variations
Color information
#121E14 (or 0x121E14) is known color: Black Bean. HEX triplet: 12, 1E and 14. RGB value is (18,30,20). Sum of RGB (Red+Green+Blue) = 18+30+20=68 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.47% from 68); Green value is 30 (12.11% from 255 or 44.12% from 68); Blue value is 20 (8.20% from 255 or 29.41% from 68); Max value from RGB is 30 - color contains mainly: green. Hex color #121E14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121E14 is #EDE1EB. Grayscale: #191919. Windows color (decimal): -15589868 or 1318418. OLE color: 1318418.
HSL color Cylindrical-coordinate representation of color #121E14: hue angle of 130º degrees, saturation: 0.25, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #121E14 is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 18 | 30 | 20 | - |
| CMYK | 0.40 | 0 | 0.33 | 0.88 |
| HSL | 130º | 0.25% | 0.09% | - |
| HSV(B) | 130º | 0.4% | 0.12% | - |
| XYZ | 0.84 | 1.11 | 0.83 | - |
| YUV | 25.27 | 125.02 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 30 | 20 | 0.40 | 0 | 0.33 | 0.88 | 130 | 0.25 | 0.09 |
| Hex | 12 | 1E | 14 | 28 | 0 | 21 | 58 | 82 | 19 | 9 |
| Octal | 22 | 36 | 24 | 50 | 0 | 41 | 130 | 202 | 31 | 11 |
| Binary | 10010 | 11110 | 10100 | 101000 | 0 | 100001 | 1011000 | 10000010 | 11001 | 1001 |
Color Harmonies of #121E14
Complementary color
Monochromatic Colors of #121E14
Black with #121E14
Text Example
Text Example
White with #121E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121E14; }
p { color: rgb(18,30,20); }
H1.HeaderClassName
{
color: #121E14;
}
.AnyTagClassName
{
color: #121E14;
}
</style>
background-color css
<style>
a { background-color: #121E14; }
a { background-color: rgb(18,30,20); }
div.DivClassName
{
background-color: #121E14;
}
.BgClassName
{
background-color: #121E14;
}
</style>
border-color css
<style>
span { border-color: #121E14; }
span { border-color: rgb(18,30,20); }
td.TdClassName
{
border-color: #121E14;
}
.TagClassName
{
border-color: #121E14;
}
</style>