Shades of Black Bean #15281B
Tints of Black Bean #15281B
RGB
CMYK
RGB Variations
Color information
#15281B (or 0x15281B) is known color: Black Bean. HEX triplet: 15, 28 and 1B. RGB value is (21,40,27). Sum of RGB (Red+Green+Blue) = 21+40+27=88 (11% of max value = 765). Red value is 21 (8.59% from 255 or 23.86% from 88); Green value is 40 (16.02% from 255 or 45.45% from 88); Blue value is 27 (10.94% from 255 or 30.68% from 88); Max value from RGB is 40 - color contains mainly: green. Hex color #15281B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15281B is #EAD7E4. Grayscale: #202020. Windows color (decimal): -15390693 or 1779733. OLE color: 1779733.
HSL color Cylindrical-coordinate representation of color #15281B: hue angle of 138.95º degrees, saturation: 0.31, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #15281B is Cyan = 0.48, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 21 | 40 | 27 | - |
| CMYK | 0.48 | 0 | 0.33 | 0.84 |
| HSL | 138.95º | 0.31% | 0.12% | - |
| HSV(B) | 138.95º | 0.48% | 0.16% | - |
| XYZ | 1.27 | 1.76 | 1.31 | - |
| YUV | 32.84 | 124.71 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 40 | 27 | 0.48 | 0 | 0.33 | 0.84 | 138.95 | 0.31 | 0.12 |
| Hex | 15 | 28 | 1B | 30 | 0 | 21 | 54 | 8B | 1F | C |
| Octal | 25 | 50 | 33 | 60 | 0 | 41 | 124 | 213 | 37 | 14 |
| Binary | 10101 | 101000 | 11011 | 110000 | 0 | 100001 | 1010100 | 10001011 | 11111 | 1100 |
Color Harmonies of #15281B
Complementary color
Monochromatic Colors of #15281B
Black with #15281B
Text Example
Text Example
White with #15281B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15281B; }
p { color: rgb(21,40,27); }
H1.HeaderClassName
{
color: #15281B;
}
.AnyTagClassName
{
color: #15281B;
}
</style>
background-color css
<style>
a { background-color: #15281B; }
a { background-color: rgb(21,40,27); }
div.DivClassName
{
background-color: #15281B;
}
.BgClassName
{
background-color: #15281B;
}
</style>
border-color css
<style>
span { border-color: #15281B; }
span { border-color: rgb(21,40,27); }
td.TdClassName
{
border-color: #15281B;
}
.TagClassName
{
border-color: #15281B;
}
</style>