Shades of Black Bean #15271B
Tints of Black Bean #15271B
RGB
CMYK
RGB Variations
Color information
#15271B (or 0x15271B) is known color: Black Bean. HEX triplet: 15, 27 and 1B. RGB value is (21,39,27). Sum of RGB (Red+Green+Blue) = 21+39+27=87 (11% of max value = 765). Red value is 21 (8.59% from 255 or 24.14% from 87); Green value is 39 (15.62% from 255 or 44.83% from 87); Blue value is 27 (10.94% from 255 or 31.03% from 87); Max value from RGB is 39 - color contains mainly: green. Hex color #15271B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15271B is #EAD8E4. Grayscale: #202020. Windows color (decimal): -15390949 or 1779477. OLE color: 1779477.
HSL color Cylindrical-coordinate representation of color #15271B: hue angle of 140º degrees, saturation: 0.3, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #15271B is Cyan = 0.46, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 21 | 39 | 27 | - |
| CMYK | 0.46 | 0 | 0.31 | 0.85 |
| HSL | 140º | 0.3% | 0.12% | - |
| HSV(B) | 140º | 0.46% | 0.15% | - |
| XYZ | 1.23 | 1.69 | 1.3 | - |
| YUV | 32.25 | 125.04 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 39 | 27 | 0.46 | 0 | 0.31 | 0.85 | 140 | 0.3 | 0.12 |
| Hex | 15 | 27 | 1B | 2E | 0 | 1F | 55 | 8C | 1E | C |
| Octal | 25 | 47 | 33 | 56 | 0 | 37 | 125 | 214 | 36 | 14 |
| Binary | 10101 | 100111 | 11011 | 101110 | 0 | 11111 | 1010101 | 10001100 | 11110 | 1100 |
Color Harmonies of #15271B
Complementary color
Monochromatic Colors of #15271B
Black with #15271B
Text Example
Text Example
White with #15271B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15271B; }
p { color: rgb(21,39,27); }
H1.HeaderClassName
{
color: #15271B;
}
.AnyTagClassName
{
color: #15271B;
}
</style>
background-color css
<style>
a { background-color: #15271B; }
a { background-color: rgb(21,39,27); }
div.DivClassName
{
background-color: #15271B;
}
.BgClassName
{
background-color: #15271B;
}
</style>
border-color css
<style>
span { border-color: #15271B; }
span { border-color: rgb(21,39,27); }
td.TdClassName
{
border-color: #15271B;
}
.TagClassName
{
border-color: #15271B;
}
</style>