Shades of Black Bean #15301B
Tints of Black Bean #15301B
RGB
CMYK
RGB Variations
Color information
#15301B (or 0x15301B) is known color: Black Bean. HEX triplet: 15, 30 and 1B. RGB value is (21,48,27). Sum of RGB (Red+Green+Blue) = 21+48+27=96 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.88% from 96); Green value is 48 (19.14% from 255 or 50% from 96); Blue value is 27 (10.94% from 255 or 28.12% from 96); Max value from RGB is 48 - color contains mainly: green. Hex color #15301B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15301B is #EACFE4. Grayscale: #252525. Windows color (decimal): -15388645 or 1781781. OLE color: 1781781.
HSL color Cylindrical-coordinate representation of color #15301B: hue angle of 133.33º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #15301B is Cyan = 0.56, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 21 | 48 | 27 | - |
| CMYK | 0.56 | 0 | 0.44 | 0.81 |
| HSL | 133.33º | 0.39% | 0.14% | - |
| HSV(B) | 133.33º | 0.56% | 0.19% | - |
| XYZ | 1.56 | 2.35 | 1.41 | - |
| YUV | 37.53 | 122.05 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 48 | 27 | 0.56 | 0 | 0.44 | 0.81 | 133.33 | 0.39 | 0.14 |
| Hex | 15 | 30 | 1B | 38 | 0 | 2C | 51 | 85 | 27 | E |
| Octal | 25 | 60 | 33 | 70 | 0 | 54 | 121 | 205 | 47 | 16 |
| Binary | 10101 | 110000 | 11011 | 111000 | 0 | 101100 | 1010001 | 10000101 | 100111 | 1110 |
Color Harmonies of #15301B
Complementary color
Monochromatic Colors of #15301B
Black with #15301B
Text Example
Text Example
White with #15301B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15301B; }
p { color: rgb(21,48,27); }
H1.HeaderClassName
{
color: #15301B;
}
.AnyTagClassName
{
color: #15301B;
}
</style>
background-color css
<style>
a { background-color: #15301B; }
a { background-color: rgb(21,48,27); }
div.DivClassName
{
background-color: #15301B;
}
.BgClassName
{
background-color: #15301B;
}
</style>
border-color css
<style>
span { border-color: #15301B; }
span { border-color: rgb(21,48,27); }
td.TdClassName
{
border-color: #15301B;
}
.TagClassName
{
border-color: #15301B;
}
</style>