Shades of Black Bean #152B1A
Tints of Black Bean #152B1A
RGB
CMYK
RGB Variations
Color information
#152B1A (or 0x152B1A) is known color: Black Bean. HEX triplet: 15, 2B and 1A. RGB value is (21,43,26). Sum of RGB (Red+Green+Blue) = 21+43+26=90 (11% of max value = 765). Red value is 21 (8.59% from 255 or 23.33% from 90); Green value is 43 (17.19% from 255 or 47.78% from 90); Blue value is 26 (10.55% from 255 or 28.89% from 90); Max value from RGB is 43 - color contains mainly: green. Hex color #152B1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152B1A is #EAD4E5. Grayscale: #222222. Windows color (decimal): -15389926 or 1714965. OLE color: 1714965.
HSL color Cylindrical-coordinate representation of color #152B1A: hue angle of 133.64º degrees, saturation: 0.34, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #152B1A is Cyan = 0.51, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 21 | 43 | 26 | - |
| CMYK | 0.51 | 0 | 0.40 | 0.83 |
| HSL | 133.64º | 0.34% | 0.13% | - |
| HSV(B) | 133.64º | 0.51% | 0.17% | - |
| XYZ | 1.36 | 1.96 | 1.28 | - |
| YUV | 34.48 | 123.21 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 43 | 26 | 0.51 | 0 | 0.40 | 0.83 | 133.64 | 0.34 | 0.13 |
| Hex | 15 | 2B | 1A | 33 | 0 | 28 | 53 | 86 | 22 | D |
| Octal | 25 | 53 | 32 | 63 | 0 | 50 | 123 | 206 | 42 | 15 |
| Binary | 10101 | 101011 | 11010 | 110011 | 0 | 101000 | 1010011 | 10000110 | 100010 | 1101 |
Color Harmonies of #152B1A
Complementary color
Monochromatic Colors of #152B1A
Black with #152B1A
Text Example
Text Example
White with #152B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152B1A; }
p { color: rgb(21,43,26); }
H1.HeaderClassName
{
color: #152B1A;
}
.AnyTagClassName
{
color: #152B1A;
}
</style>
background-color css
<style>
a { background-color: #152B1A; }
a { background-color: rgb(21,43,26); }
div.DivClassName
{
background-color: #152B1A;
}
.BgClassName
{
background-color: #152B1A;
}
</style>
border-color css
<style>
span { border-color: #152B1A; }
span { border-color: rgb(21,43,26); }
td.TdClassName
{
border-color: #152B1A;
}
.TagClassName
{
border-color: #152B1A;
}
</style>