Shades of Black Bean #152F17
Tints of Black Bean #152F17
RGB
CMYK
RGB Variations
Color information
#152F17 (or 0x152F17) is known color: Black Bean. HEX triplet: 15, 2F and 17. RGB value is (21,47,23). Sum of RGB (Red+Green+Blue) = 21+47+23=91 (12% of max value = 765). Red value is 21 (8.59% from 255 or 23.08% from 91); Green value is 47 (18.75% from 255 or 51.65% from 91); Blue value is 23 (9.38% from 255 or 25.27% from 91); Max value from RGB is 47 - color contains mainly: green. Hex color #152F17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152F17 is #EAD0E8. Grayscale: #242424. Windows color (decimal): -15388905 or 1519381. OLE color: 1519381.
HSL color Cylindrical-coordinate representation of color #152F17: hue angle of 124.62º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #152F17 is Cyan = 0.55, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 21 | 47 | 23 | - |
| CMYK | 0.55 | 0 | 0.51 | 0.82 |
| HSL | 124.62º | 0.38% | 0.13% | - |
| HSV(B) | 124.62º | 0.55% | 0.18% | - |
| XYZ | 1.48 | 2.25 | 1.17 | - |
| YUV | 36.49 | 120.39 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 47 | 23 | 0.55 | 0 | 0.51 | 0.82 | 124.62 | 0.38 | 0.13 |
| Hex | 15 | 2F | 17 | 37 | 0 | 33 | 52 | 7D | 26 | D |
| Octal | 25 | 57 | 27 | 67 | 0 | 63 | 122 | 175 | 46 | 15 |
| Binary | 10101 | 101111 | 10111 | 110111 | 0 | 110011 | 1010010 | 1111101 | 100110 | 1101 |
Color Harmonies of #152F17
Complementary color
Monochromatic Colors of #152F17
Black with #152F17
Text Example
Text Example
White with #152F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152F17; }
p { color: rgb(21,47,23); }
H1.HeaderClassName
{
color: #152F17;
}
.AnyTagClassName
{
color: #152F17;
}
</style>
background-color css
<style>
a { background-color: #152F17; }
a { background-color: rgb(21,47,23); }
div.DivClassName
{
background-color: #152F17;
}
.BgClassName
{
background-color: #152F17;
}
</style>
border-color css
<style>
span { border-color: #152F17; }
span { border-color: rgb(21,47,23); }
td.TdClassName
{
border-color: #152F17;
}
.TagClassName
{
border-color: #152F17;
}
</style>