Shades of Black Bean #142415
Tints of Black Bean #142415
RGB
CMYK
RGB Variations
Color information
#142415 (or 0x142415) is known color: Black Bean. HEX triplet: 14, 24 and 15. RGB value is (20,36,21). Sum of RGB (Red+Green+Blue) = 20+36+21=77 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.97% from 77); Green value is 36 (14.45% from 255 or 46.75% from 77); Blue value is 21 (8.59% from 255 or 27.27% from 77); Max value from RGB is 36 - color contains mainly: green. Hex color #142415 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142415 is #EBDBEA. Grayscale: #1D1D1D. Windows color (decimal): -15457259 or 1385492. OLE color: 1385492.
HSL color Cylindrical-coordinate representation of color #142415: hue angle of 123.75º 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 #142415 is Cyan = 0.44, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 20 | 36 | 21 | - |
| CMYK | 0.44 | 0 | 0.42 | 0.86 |
| HSL | 123.75º | 0.29% | 0.11% | - |
| HSV(B) | 123.75º | 0.44% | 0.14% | - |
| XYZ | 1.05 | 1.46 | 0.94 | - |
| YUV | 29.51 | 123.2 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 36 | 21 | 0.44 | 0 | 0.42 | 0.86 | 123.75 | 0.29 | 0.11 |
| Hex | 14 | 24 | 15 | 2C | 0 | 2A | 56 | 7C | 1D | B |
| Octal | 24 | 44 | 25 | 54 | 0 | 52 | 126 | 174 | 35 | 13 |
| Binary | 10100 | 100100 | 10101 | 101100 | 0 | 101010 | 1010110 | 1111100 | 11101 | 1011 |
Color Harmonies of #142415
Complementary color
Monochromatic Colors of #142415
Black with #142415
Text Example
Text Example
White with #142415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142415; }
p { color: rgb(20,36,21); }
H1.HeaderClassName
{
color: #142415;
}
.AnyTagClassName
{
color: #142415;
}
</style>
background-color css
<style>
a { background-color: #142415; }
a { background-color: rgb(20,36,21); }
div.DivClassName
{
background-color: #142415;
}
.BgClassName
{
background-color: #142415;
}
</style>
border-color css
<style>
span { border-color: #142415; }
span { border-color: rgb(20,36,21); }
td.TdClassName
{
border-color: #142415;
}
.TagClassName
{
border-color: #142415;
}
</style>