Shades of Black Bean #152D18
Tints of Black Bean #152D18
RGB
CMYK
RGB Variations
Color information
#152D18 (or 0x152D18) is known color: Black Bean. HEX triplet: 15, 2D and 18. RGB value is (21,45,24). Sum of RGB (Red+Green+Blue) = 21+45+24=90 (11% of max value = 765). Red value is 21 (8.59% from 255 or 23.33% from 90); Green value is 45 (17.97% from 255 or 50% from 90); Blue value is 24 (9.77% from 255 or 26.67% from 90); Max value from RGB is 45 - color contains mainly: green. Hex color #152D18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152D18 is #EAD2E7. Grayscale: #232323. Windows color (decimal): -15389416 or 1584405. OLE color: 1584405.
HSL color Cylindrical-coordinate representation of color #152D18: hue angle of 127.5º degrees, saturation: 0.36, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #152D18 is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 21 | 45 | 24 | - |
| CMYK | 0.53 | 0 | 0.47 | 0.82 |
| HSL | 127.5º | 0.36% | 0.13% | - |
| HSV(B) | 127.5º | 0.53% | 0.18% | - |
| XYZ | 1.41 | 2.1 | 1.2 | - |
| YUV | 35.43 | 121.55 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 45 | 24 | 0.53 | 0 | 0.47 | 0.82 | 127.5 | 0.36 | 0.13 |
| Hex | 15 | 2D | 18 | 35 | 0 | 2F | 52 | 80 | 24 | D |
| Octal | 25 | 55 | 30 | 65 | 0 | 57 | 122 | 200 | 44 | 15 |
| Binary | 10101 | 101101 | 11000 | 110101 | 0 | 101111 | 1010010 | 10000000 | 100100 | 1101 |
Color Harmonies of #152D18
Complementary color
Monochromatic Colors of #152D18
Black with #152D18
Text Example
Text Example
White with #152D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152D18; }
p { color: rgb(21,45,24); }
H1.HeaderClassName
{
color: #152D18;
}
.AnyTagClassName
{
color: #152D18;
}
</style>
background-color css
<style>
a { background-color: #152D18; }
a { background-color: rgb(21,45,24); }
div.DivClassName
{
background-color: #152D18;
}
.BgClassName
{
background-color: #152D18;
}
</style>
border-color css
<style>
span { border-color: #152D18; }
span { border-color: rgb(21,45,24); }
td.TdClassName
{
border-color: #152D18;
}
.TagClassName
{
border-color: #152D18;
}
</style>