Shades of Black Bean #152D1A
Tints of Black Bean #152D1A
RGB
CMYK
RGB Variations
Color information
#152D1A (or 0x152D1A) is known color: Black Bean. HEX triplet: 15, 2D and 1A. RGB value is (21,45,26). Sum of RGB (Red+Green+Blue) = 21+45+26=92 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.83% from 92); Green value is 45 (17.97% from 255 or 48.91% from 92); Blue value is 26 (10.55% from 255 or 28.26% from 92); Max value from RGB is 45 - color contains mainly: green. Hex color #152D1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152D1A is #EAD2E5. Grayscale: #232323. Windows color (decimal): -15389414 or 1715477. OLE color: 1715477.
HSL color Cylindrical-coordinate representation of color #152D1A: hue angle of 132.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 #152D1A is Cyan = 0.53, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 21 | 45 | 26 | - |
| CMYK | 0.53 | 0 | 0.42 | 0.82 |
| HSL | 132.5º | 0.36% | 0.13% | - |
| HSV(B) | 132.5º | 0.53% | 0.18% | - |
| XYZ | 1.43 | 2.11 | 1.31 | - |
| YUV | 35.66 | 122.55 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 45 | 26 | 0.53 | 0 | 0.42 | 0.82 | 132.5 | 0.36 | 0.13 |
| Hex | 15 | 2D | 1A | 35 | 0 | 2A | 52 | 84 | 24 | D |
| Octal | 25 | 55 | 32 | 65 | 0 | 52 | 122 | 204 | 44 | 15 |
| Binary | 10101 | 101101 | 11010 | 110101 | 0 | 101010 | 1010010 | 10000100 | 100100 | 1101 |
Color Harmonies of #152D1A
Complementary color
Monochromatic Colors of #152D1A
Black with #152D1A
Text Example
Text Example
White with #152D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152D1A; }
p { color: rgb(21,45,26); }
H1.HeaderClassName
{
color: #152D1A;
}
.AnyTagClassName
{
color: #152D1A;
}
</style>
background-color css
<style>
a { background-color: #152D1A; }
a { background-color: rgb(21,45,26); }
div.DivClassName
{
background-color: #152D1A;
}
.BgClassName
{
background-color: #152D1A;
}
</style>
border-color css
<style>
span { border-color: #152D1A; }
span { border-color: rgb(21,45,26); }
td.TdClassName
{
border-color: #152D1A;
}
.TagClassName
{
border-color: #152D1A;
}
</style>