Shades of Black Bean #152D19
Tints of Black Bean #152D19
RGB
CMYK
RGB Variations
Color information
#152D19 (or 0x152D19) is known color: Black Bean. HEX triplet: 15, 2D and 19. RGB value is (21,45,25). Sum of RGB (Red+Green+Blue) = 21+45+25=91 (12% of max value = 765). Red value is 21 (8.59% from 255 or 23.08% from 91); Green value is 45 (17.97% from 255 or 49.45% from 91); Blue value is 25 (10.16% from 255 or 27.47% from 91); Max value from RGB is 45 - color contains mainly: green. Hex color #152D19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152D19 is #EAD2E6. Grayscale: #232323. Windows color (decimal): -15389415 or 1649941. OLE color: 1649941.
HSL color Cylindrical-coordinate representation of color #152D19: hue angle of 130º 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 #152D19 is Cyan = 0.53, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 21 | 45 | 25 | - |
| CMYK | 0.53 | 0 | 0.44 | 0.82 |
| HSL | 130º | 0.36% | 0.13% | - |
| HSV(B) | 130º | 0.53% | 0.18% | - |
| XYZ | 1.42 | 2.11 | 1.25 | - |
| YUV | 35.54 | 122.05 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 45 | 25 | 0.53 | 0 | 0.44 | 0.82 | 130 | 0.36 | 0.13 |
| Hex | 15 | 2D | 19 | 35 | 0 | 2C | 52 | 82 | 24 | D |
| Octal | 25 | 55 | 31 | 65 | 0 | 54 | 122 | 202 | 44 | 15 |
| Binary | 10101 | 101101 | 11001 | 110101 | 0 | 101100 | 1010010 | 10000010 | 100100 | 1101 |
Color Harmonies of #152D19
Complementary color
Monochromatic Colors of #152D19
Black with #152D19
Text Example
Text Example
White with #152D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152D19; }
p { color: rgb(21,45,25); }
H1.HeaderClassName
{
color: #152D19;
}
.AnyTagClassName
{
color: #152D19;
}
</style>
background-color css
<style>
a { background-color: #152D19; }
a { background-color: rgb(21,45,25); }
div.DivClassName
{
background-color: #152D19;
}
.BgClassName
{
background-color: #152D19;
}
</style>
border-color css
<style>
span { border-color: #152D19; }
span { border-color: rgb(21,45,25); }
td.TdClassName
{
border-color: #152D19;
}
.TagClassName
{
border-color: #152D19;
}
</style>