Shades of Black Bean #152118
Tints of Black Bean #152118
RGB
CMYK
RGB Variations
Color information
#152118 (or 0x152118) is known color: Black Bean. HEX triplet: 15, 21 and 18. RGB value is (21,33,24). Sum of RGB (Red+Green+Blue) = 21+33+24=78 (10% of max value = 765). Red value is 21 (8.59% from 255 or 26.92% from 78); Green value is 33 (13.28% from 255 or 42.31% from 78); Blue value is 24 (9.77% from 255 or 30.77% from 78); Max value from RGB is 33 - color contains mainly: green. Hex color #152118 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152118 is #EADEE7. Grayscale: #1C1C1C. Windows color (decimal): -15392488 or 1581333. OLE color: 1581333.
HSL color Cylindrical-coordinate representation of color #152118: hue angle of 135º degrees, saturation: 0.22, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #152118 is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 21 | 33 | 24 | - |
| CMYK | 0.36 | 0 | 0.27 | 0.87 |
| HSL | 135º | 0.22% | 0.11% | - |
| HSV(B) | 135º | 0.36% | 0.13% | - |
| XYZ | 1.02 | 1.31 | 1.06 | - |
| YUV | 28.39 | 125.52 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 33 | 24 | 0.36 | 0 | 0.27 | 0.87 | 135 | 0.22 | 0.11 |
| Hex | 15 | 21 | 18 | 24 | 0 | 1B | 57 | 87 | 16 | B |
| Octal | 25 | 41 | 30 | 44 | 0 | 33 | 127 | 207 | 26 | 13 |
| Binary | 10101 | 100001 | 11000 | 100100 | 0 | 11011 | 1010111 | 10000111 | 10110 | 1011 |
Color Harmonies of #152118
Complementary color
Monochromatic Colors of #152118
Black with #152118
Text Example
Text Example
White with #152118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152118; }
p { color: rgb(21,33,24); }
H1.HeaderClassName
{
color: #152118;
}
.AnyTagClassName
{
color: #152118;
}
</style>
background-color css
<style>
a { background-color: #152118; }
a { background-color: rgb(21,33,24); }
div.DivClassName
{
background-color: #152118;
}
.BgClassName
{
background-color: #152118;
}
</style>
border-color css
<style>
span { border-color: #152118; }
span { border-color: rgb(21,33,24); }
td.TdClassName
{
border-color: #152118;
}
.TagClassName
{
border-color: #152118;
}
</style>