Shades of Black Bean #152B19
Tints of Black Bean #152B19
RGB
CMYK
RGB Variations
Color information
#152B19 (or 0x152B19) is known color: Black Bean. HEX triplet: 15, 2B and 19. RGB value is (21,43,25). Sum of RGB (Red+Green+Blue) = 21+43+25=89 (11% of max value = 765). Red value is 21 (8.59% from 255 or 23.60% from 89); Green value is 43 (17.19% from 255 or 48.31% from 89); Blue value is 25 (10.16% from 255 or 28.09% from 89); Max value from RGB is 43 - color contains mainly: green. Hex color #152B19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152B19 is #EAD4E6. Grayscale: #222222. Windows color (decimal): -15389927 or 1649429. OLE color: 1649429.
HSL color Cylindrical-coordinate representation of color #152B19: hue angle of 130.91º degrees, saturation: 0.34, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #152B19 is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 21 | 43 | 25 | - |
| CMYK | 0.51 | 0 | 0.42 | 0.83 |
| HSL | 130.91º | 0.34% | 0.13% | - |
| HSV(B) | 130.91º | 0.51% | 0.17% | - |
| XYZ | 1.35 | 1.96 | 1.23 | - |
| YUV | 34.37 | 122.71 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 43 | 25 | 0.51 | 0 | 0.42 | 0.83 | 130.91 | 0.34 | 0.13 |
| Hex | 15 | 2B | 19 | 33 | 0 | 2A | 53 | 83 | 22 | D |
| Octal | 25 | 53 | 31 | 63 | 0 | 52 | 123 | 203 | 42 | 15 |
| Binary | 10101 | 101011 | 11001 | 110011 | 0 | 101010 | 1010011 | 10000011 | 100010 | 1101 |
Color Harmonies of #152B19
Complementary color
Monochromatic Colors of #152B19
Black with #152B19
Text Example
Text Example
White with #152B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152B19; }
p { color: rgb(21,43,25); }
H1.HeaderClassName
{
color: #152B19;
}
.AnyTagClassName
{
color: #152B19;
}
</style>
background-color css
<style>
a { background-color: #152B19; }
a { background-color: rgb(21,43,25); }
div.DivClassName
{
background-color: #152B19;
}
.BgClassName
{
background-color: #152B19;
}
</style>
border-color css
<style>
span { border-color: #152B19; }
span { border-color: rgb(21,43,25); }
td.TdClassName
{
border-color: #152B19;
}
.TagClassName
{
border-color: #152B19;
}
</style>