Shades of Black Bean #151B16
Tints of Black Bean #151B16
RGB
CMYK
RGB Variations
Color information
#151B16 (or 0x151B16) is known color: Black Bean. HEX triplet: 15, 1B and 16. RGB value is (21,27,22). Sum of RGB (Red+Green+Blue) = 21+27+22=70 (9% of max value = 765). Red value is 21 (8.59% from 255 or 30% from 70); Green value is 27 (10.94% from 255 or 38.57% from 70); Blue value is 22 (8.98% from 255 or 31.43% from 70); Max value from RGB is 27 - color contains mainly: green. Hex color #151B16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #151B16 is #EAE4E9. Grayscale: #181818. Windows color (decimal): -15394026 or 1448725. OLE color: 1448725.
HSL color Cylindrical-coordinate representation of color #151B16: hue angle of 130º degrees, saturation: 0.12, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #151B16 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 21 | 27 | 22 | - |
| CMYK | 0.22 | 0 | 0.19 | 0.89 |
| HSL | 130º | 0.13% | 0.09% | - |
| HSV(B) | 130º | 0.22% | 0.11% | - |
| XYZ | 0.85 | 1 | 0.91 | - |
| YUV | 24.64 | 126.51 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 27 | 22 | 0.22 | 0 | 0.19 | 0.89 | 130 | 0.13 | 0.09 |
| Hex | 15 | 1B | 16 | 16 | 0 | 13 | 59 | 82 | C | 9 |
| Octal | 25 | 33 | 26 | 26 | 0 | 23 | 131 | 202 | 14 | 11 |
| Binary | 10101 | 11011 | 10110 | 10110 | 0 | 10011 | 1011001 | 10000010 | 1100 | 1001 |
Color Harmonies of #151B16
Complementary color
Monochromatic Colors of #151B16
Black with #151B16
Text Example
Text Example
White with #151B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151B16; }
p { color: rgb(21,27,22); }
H1.HeaderClassName
{
color: #151B16;
}
.AnyTagClassName
{
color: #151B16;
}
</style>
background-color css
<style>
a { background-color: #151B16; }
a { background-color: rgb(21,27,22); }
div.DivClassName
{
background-color: #151B16;
}
.BgClassName
{
background-color: #151B16;
}
</style>
border-color css
<style>
span { border-color: #151B16; }
span { border-color: rgb(21,27,22); }
td.TdClassName
{
border-color: #151B16;
}
.TagClassName
{
border-color: #151B16;
}
</style>