Shades of Black Bean #152E18
Tints of Black Bean #152E18
RGB
CMYK
RGB Variations
Color information
#152E18 (or 0x152E18) is known color: Black Bean. HEX triplet: 15, 2E and 18. RGB value is (21,46,24). Sum of RGB (Red+Green+Blue) = 21+46+24=91 (12% of max value = 765). Red value is 21 (8.59% from 255 or 23.08% from 91); Green value is 46 (18.36% from 255 or 50.55% from 91); Blue value is 24 (9.77% from 255 or 26.37% from 91); Max value from RGB is 46 - color contains mainly: green. Hex color #152E18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152E18 is #EAD1E7. Grayscale: #242424. Windows color (decimal): -15389160 or 1584661. OLE color: 1584661.
HSL color Cylindrical-coordinate representation of color #152E18: hue angle of 127.2º 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 #152E18 is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 21 | 46 | 24 | - |
| CMYK | 0.54 | 0 | 0.48 | 0.82 |
| HSL | 127.2º | 0.37% | 0.13% | - |
| HSV(B) | 127.2º | 0.54% | 0.18% | - |
| XYZ | 1.45 | 2.18 | 1.21 | - |
| YUV | 36.02 | 121.22 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 46 | 24 | 0.54 | 0 | 0.48 | 0.82 | 127.2 | 0.37 | 0.13 |
| Hex | 15 | 2E | 18 | 36 | 0 | 30 | 52 | 7F | 25 | D |
| Octal | 25 | 56 | 30 | 66 | 0 | 60 | 122 | 177 | 45 | 15 |
| Binary | 10101 | 101110 | 11000 | 110110 | 0 | 110000 | 1010010 | 1111111 | 100101 | 1101 |
Color Harmonies of #152E18
Complementary color
Monochromatic Colors of #152E18
Black with #152E18
Text Example
Text Example
White with #152E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152E18; }
p { color: rgb(21,46,24); }
H1.HeaderClassName
{
color: #152E18;
}
.AnyTagClassName
{
color: #152E18;
}
</style>
background-color css
<style>
a { background-color: #152E18; }
a { background-color: rgb(21,46,24); }
div.DivClassName
{
background-color: #152E18;
}
.BgClassName
{
background-color: #152E18;
}
</style>
border-color css
<style>
span { border-color: #152E18; }
span { border-color: rgb(21,46,24); }
td.TdClassName
{
border-color: #152E18;
}
.TagClassName
{
border-color: #152E18;
}
</style>