Shades of Black Bean #152E1A
Tints of Black Bean #152E1A
RGB
CMYK
RGB Variations
Color information
#152E1A (or 0x152E1A) is known color: Black Bean. HEX triplet: 15, 2E and 1A. RGB value is (21,46,26). Sum of RGB (Red+Green+Blue) = 21+46+26=93 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.58% from 93); Green value is 46 (18.36% from 255 or 49.46% from 93); Blue value is 26 (10.55% from 255 or 27.96% from 93); Max value from RGB is 46 - color contains mainly: green. Hex color #152E1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152E1A is #EAD1E5. Grayscale: #242424. Windows color (decimal): -15389158 or 1715733. OLE color: 1715733.
HSL color Cylindrical-coordinate representation of color #152E1A: hue angle of 132º degrees, saturation: 0.37, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #152E1A is Cyan = 0.54, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 21 | 46 | 26 | - |
| CMYK | 0.54 | 0 | 0.43 | 0.82 |
| HSL | 132º | 0.37% | 0.13% | - |
| HSV(B) | 132º | 0.54% | 0.18% | - |
| XYZ | 1.47 | 2.19 | 1.32 | - |
| YUV | 36.25 | 122.22 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 46 | 26 | 0.54 | 0 | 0.43 | 0.82 | 132 | 0.37 | 0.13 |
| Hex | 15 | 2E | 1A | 36 | 0 | 2B | 52 | 84 | 25 | D |
| Octal | 25 | 56 | 32 | 66 | 0 | 53 | 122 | 204 | 45 | 15 |
| Binary | 10101 | 101110 | 11010 | 110110 | 0 | 101011 | 1010010 | 10000100 | 100101 | 1101 |
Color Harmonies of #152E1A
Complementary color
Monochromatic Colors of #152E1A
Black with #152E1A
Text Example
Text Example
White with #152E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152E1A; }
p { color: rgb(21,46,26); }
H1.HeaderClassName
{
color: #152E1A;
}
.AnyTagClassName
{
color: #152E1A;
}
</style>
background-color css
<style>
a { background-color: #152E1A; }
a { background-color: rgb(21,46,26); }
div.DivClassName
{
background-color: #152E1A;
}
.BgClassName
{
background-color: #152E1A;
}
</style>
border-color css
<style>
span { border-color: #152E1A; }
span { border-color: rgb(21,46,26); }
td.TdClassName
{
border-color: #152E1A;
}
.TagClassName
{
border-color: #152E1A;
}
</style>