Shades of Black Bean #141E14
Tints of Black Bean #141E14
RGB
CMYK
RGB Variations
Color information
#141E14 (or 0x141E14) is known color: Black Bean. HEX triplet: 14, 1E and 14. RGB value is (20,30,20). Sum of RGB (Red+Green+Blue) = 20+30+20=70 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.57% from 70); Green value is 30 (12.11% from 255 or 42.86% from 70); Blue value is 20 (8.20% from 255 or 28.57% from 70); Max value from RGB is 30 - color contains mainly: green. Hex color #141E14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141E14 is #EBE1EB. Grayscale: #191919. Windows color (decimal): -15458796 or 1318420. OLE color: 1318420.
HSL color Cylindrical-coordinate representation of color #141E14: hue angle of 120º degrees, saturation: 0.2, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #141E14 is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 20 | 30 | 20 | - |
| CMYK | 0.33 | 0 | 0.33 | 0.88 |
| HSL | 120º | 0.2% | 0.1% | - |
| HSV(B) | 120º | 0.33% | 0.12% | - |
| XYZ | 0.88 | 1.13 | 0.83 | - |
| YUV | 25.87 | 124.69 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 30 | 20 | 0.33 | 0 | 0.33 | 0.88 | 120 | 0.2 | 0.1 |
| Hex | 14 | 1E | 14 | 21 | 0 | 21 | 58 | 78 | 14 | A |
| Octal | 24 | 36 | 24 | 41 | 0 | 41 | 130 | 170 | 24 | 12 |
| Binary | 10100 | 11110 | 10100 | 100001 | 0 | 100001 | 1011000 | 1111000 | 10100 | 1010 |
Color Harmonies of #141E14
Complementary color
Monochromatic Colors of #141E14
Black with #141E14
Text Example
Text Example
White with #141E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141E14; }
p { color: rgb(20,30,20); }
H1.HeaderClassName
{
color: #141E14;
}
.AnyTagClassName
{
color: #141E14;
}
</style>
background-color css
<style>
a { background-color: #141E14; }
a { background-color: rgb(20,30,20); }
div.DivClassName
{
background-color: #141E14;
}
.BgClassName
{
background-color: #141E14;
}
</style>
border-color css
<style>
span { border-color: #141E14; }
span { border-color: rgb(20,30,20); }
td.TdClassName
{
border-color: #141E14;
}
.TagClassName
{
border-color: #141E14;
}
</style>