Shades of Black Bean #143019
Tints of Black Bean #143019
RGB
CMYK
RGB Variations
Color information
#143019 (or 0x143019) is known color: Black Bean. HEX triplet: 14, 30 and 19. RGB value is (20,48,25). Sum of RGB (Red+Green+Blue) = 20+48+25=93 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.51% from 93); Green value is 48 (19.14% from 255 or 51.61% from 93); Blue value is 25 (10.16% from 255 or 26.88% from 93); Max value from RGB is 48 - color contains mainly: green. Hex color #143019 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143019 is #EBCFE6. Grayscale: #252525. Windows color (decimal): -15454183 or 1650708. OLE color: 1650708.
HSL color Cylindrical-coordinate representation of color #143019: hue angle of 130.71º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #143019 is Cyan = 0.58, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 20 | 48 | 25 | - |
| CMYK | 0.58 | 0 | 0.48 | 0.81 |
| HSL | 130.71º | 0.41% | 0.13% | - |
| HSV(B) | 130.71º | 0.58% | 0.19% | - |
| XYZ | 1.52 | 2.33 | 1.29 | - |
| YUV | 37.01 | 121.22 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 48 | 25 | 0.58 | 0 | 0.48 | 0.81 | 130.71 | 0.41 | 0.13 |
| Hex | 14 | 30 | 19 | 3A | 0 | 30 | 51 | 83 | 29 | D |
| Octal | 24 | 60 | 31 | 72 | 0 | 60 | 121 | 203 | 51 | 15 |
| Binary | 10100 | 110000 | 11001 | 111010 | 0 | 110000 | 1010001 | 10000011 | 101001 | 1101 |
Color Harmonies of #143019
Complementary color
Monochromatic Colors of #143019
Black with #143019
Text Example
Text Example
White with #143019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143019; }
p { color: rgb(20,48,25); }
H1.HeaderClassName
{
color: #143019;
}
.AnyTagClassName
{
color: #143019;
}
</style>
background-color css
<style>
a { background-color: #143019; }
a { background-color: rgb(20,48,25); }
div.DivClassName
{
background-color: #143019;
}
.BgClassName
{
background-color: #143019;
}
</style>
border-color css
<style>
span { border-color: #143019; }
span { border-color: rgb(20,48,25); }
td.TdClassName
{
border-color: #143019;
}
.TagClassName
{
border-color: #143019;
}
</style>