Shades of Black Bean #15311B
Tints of Black Bean #15311B
RGB
CMYK
RGB Variations
Color information
#15311B (or 0x15311B) is known color: Black Bean. HEX triplet: 15, 31 and 1B. RGB value is (21,49,27). Sum of RGB (Red+Green+Blue) = 21+49+27=97 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.65% from 97); Green value is 49 (19.53% from 255 or 50.52% from 97); Blue value is 27 (10.94% from 255 or 27.84% from 97); Max value from RGB is 49 - color contains mainly: green. Hex color #15311B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15311B is #EACEE4. Grayscale: #262626. Windows color (decimal): -15388389 or 1782037. OLE color: 1782037.
HSL color Cylindrical-coordinate representation of color #15311B: hue angle of 132.86º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #15311B is Cyan = 0.57, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 21 | 49 | 27 | - |
| CMYK | 0.57 | 0 | 0.45 | 0.81 |
| HSL | 132.86º | 0.4% | 0.14% | - |
| HSV(B) | 132.86º | 0.57% | 0.19% | - |
| XYZ | 1.61 | 2.44 | 1.42 | - |
| YUV | 38.12 | 121.72 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 49 | 27 | 0.57 | 0 | 0.45 | 0.81 | 132.86 | 0.4 | 0.14 |
| Hex | 15 | 31 | 1B | 39 | 0 | 2D | 51 | 85 | 28 | E |
| Octal | 25 | 61 | 33 | 71 | 0 | 55 | 121 | 205 | 50 | 16 |
| Binary | 10101 | 110001 | 11011 | 111001 | 0 | 101101 | 1010001 | 10000101 | 101000 | 1110 |
Color Harmonies of #15311B
Complementary color
Monochromatic Colors of #15311B
Black with #15311B
Text Example
Text Example
White with #15311B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15311B; }
p { color: rgb(21,49,27); }
H1.HeaderClassName
{
color: #15311B;
}
.AnyTagClassName
{
color: #15311B;
}
</style>
background-color css
<style>
a { background-color: #15311B; }
a { background-color: rgb(21,49,27); }
div.DivClassName
{
background-color: #15311B;
}
.BgClassName
{
background-color: #15311B;
}
</style>
border-color css
<style>
span { border-color: #15311B; }
span { border-color: rgb(21,49,27); }
td.TdClassName
{
border-color: #15311B;
}
.TagClassName
{
border-color: #15311B;
}
</style>