Shades of Black Bean #152818
Tints of Black Bean #152818
RGB
CMYK
RGB Variations
Color information
#152818 (or 0x152818) is known color: Black Bean. HEX triplet: 15, 28 and 18. RGB value is (21,40,24). Sum of RGB (Red+Green+Blue) = 21+40+24=85 (11% of max value = 765). Red value is 21 (8.59% from 255 or 24.71% from 85); Green value is 40 (16.02% from 255 or 47.06% from 85); Blue value is 24 (9.77% from 255 or 28.24% from 85); Max value from RGB is 40 - color contains mainly: green. Hex color #152818 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152818 is #EAD7E7. Grayscale: #202020. Windows color (decimal): -15390696 or 1583125. OLE color: 1583125.
HSL color Cylindrical-coordinate representation of color #152818: hue angle of 129.47º degrees, saturation: 0.31, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #152818 is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 21 | 40 | 24 | - |
| CMYK | 0.48 | 0 | 0.40 | 0.84 |
| HSL | 129.47º | 0.31% | 0.12% | - |
| HSV(B) | 129.47º | 0.48% | 0.16% | - |
| XYZ | 1.23 | 1.74 | 1.14 | - |
| YUV | 32.5 | 123.21 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 40 | 24 | 0.48 | 0 | 0.40 | 0.84 | 129.47 | 0.31 | 0.12 |
| Hex | 15 | 28 | 18 | 30 | 0 | 28 | 54 | 81 | 1F | C |
| Octal | 25 | 50 | 30 | 60 | 0 | 50 | 124 | 201 | 37 | 14 |
| Binary | 10101 | 101000 | 11000 | 110000 | 0 | 101000 | 1010100 | 10000001 | 11111 | 1100 |
Color Harmonies of #152818
Complementary color
Monochromatic Colors of #152818
Black with #152818
Text Example
Text Example
White with #152818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152818; }
p { color: rgb(21,40,24); }
H1.HeaderClassName
{
color: #152818;
}
.AnyTagClassName
{
color: #152818;
}
</style>
background-color css
<style>
a { background-color: #152818; }
a { background-color: rgb(21,40,24); }
div.DivClassName
{
background-color: #152818;
}
.BgClassName
{
background-color: #152818;
}
</style>
border-color css
<style>
span { border-color: #152818; }
span { border-color: rgb(21,40,24); }
td.TdClassName
{
border-color: #152818;
}
.TagClassName
{
border-color: #152818;
}
</style>