Shades of Black Bean #142418
Tints of Black Bean #142418
RGB
CMYK
RGB Variations
Color information
#142418 (or 0x142418) is known color: Black Bean. HEX triplet: 14, 24 and 18. RGB value is (20,36,24). Sum of RGB (Red+Green+Blue) = 20+36+24=80 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25% from 80); Green value is 36 (14.45% from 255 or 45% from 80); Blue value is 24 (9.77% from 255 or 30% from 80); Max value from RGB is 36 - color contains mainly: green. Hex color #142418 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142418 is #EBDBE7. Grayscale: #1D1D1D. Windows color (decimal): -15457256 or 1582100. OLE color: 1582100.
HSL color Cylindrical-coordinate representation of color #142418: hue angle of 135º degrees, saturation: 0.29, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #142418 is Cyan = 0.44, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 20 | 36 | 24 | - |
| CMYK | 0.44 | 0 | 0.33 | 0.86 |
| HSL | 135º | 0.29% | 0.11% | - |
| HSV(B) | 135º | 0.44% | 0.14% | - |
| XYZ | 1.08 | 1.48 | 1.09 | - |
| YUV | 29.85 | 124.7 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 36 | 24 | 0.44 | 0 | 0.33 | 0.86 | 135 | 0.29 | 0.11 |
| Hex | 14 | 24 | 18 | 2C | 0 | 21 | 56 | 87 | 1D | B |
| Octal | 24 | 44 | 30 | 54 | 0 | 41 | 126 | 207 | 35 | 13 |
| Binary | 10100 | 100100 | 11000 | 101100 | 0 | 100001 | 1010110 | 10000111 | 11101 | 1011 |
Color Harmonies of #142418
Complementary color
Monochromatic Colors of #142418
Black with #142418
Text Example
Text Example
White with #142418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142418; }
p { color: rgb(20,36,24); }
H1.HeaderClassName
{
color: #142418;
}
.AnyTagClassName
{
color: #142418;
}
</style>
background-color css
<style>
a { background-color: #142418; }
a { background-color: rgb(20,36,24); }
div.DivClassName
{
background-color: #142418;
}
.BgClassName
{
background-color: #142418;
}
</style>
border-color css
<style>
span { border-color: #142418; }
span { border-color: rgb(20,36,24); }
td.TdClassName
{
border-color: #142418;
}
.TagClassName
{
border-color: #142418;
}
</style>