Shades of Black Bean #07150A
Tints of Black Bean #07150A
RGB
CMYK
RGB Variations
Color information
#07150A (or 0x07150A) is known color: Black Bean. HEX triplet: 07, 15 and 0A. RGB value is (7,21,10). Sum of RGB (Red+Green+Blue) = 7+21+10=38 (5% of max value = 765). Red value is 7 (3.12% from 255 or 18.42% from 38); Green value is 21 (8.59% from 255 or 55.26% from 38); Blue value is 10 (4.30% from 255 or 26.32% from 38); Max value from RGB is 21 - color contains mainly: green. Hex color #07150A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07150A is #F8EAF5. Grayscale: #0F0F0F. Windows color (decimal): -16313078 or 660743. OLE color: 660743.
HSL color Cylindrical-coordinate representation of color #07150A: hue angle of 132.86º degrees, saturation: 0.5, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #07150A is Cyan = 0.67, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 7 | 21 | 10 | - |
| CMYK | 0.67 | 0 | 0.52 | 0.92 |
| HSL | 132.86º | 0.5% | 0.05% | - |
| HSV(B) | 132.86º | 0.67% | 0.08% | - |
| XYZ | 0.41 | 0.6 | 0.38 | - |
| YUV | 15.56 | 124.86 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 21 | 10 | 0.67 | 0 | 0.52 | 0.92 | 132.86 | 0.5 | 0.05 |
| Hex | 7 | 15 | A | 43 | 0 | 34 | 5C | 85 | 32 | 5 |
| Octal | 7 | 25 | 12 | 103 | 0 | 64 | 134 | 205 | 62 | 5 |
| Binary | 111 | 10101 | 1010 | 1000011 | 0 | 110100 | 1011100 | 10000101 | 110010 | 101 |
Color Harmonies of #07150A
Complementary color
Monochromatic Colors of #07150A
Black with #07150A
Text Example
Text Example
White with #07150A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07150A; }
p { color: rgb(7,21,10); }
H1.HeaderClassName
{
color: #07150A;
}
.AnyTagClassName
{
color: #07150A;
}
</style>
background-color css
<style>
a { background-color: #07150A; }
a { background-color: rgb(7,21,10); }
div.DivClassName
{
background-color: #07150A;
}
.BgClassName
{
background-color: #07150A;
}
</style>
border-color css
<style>
span { border-color: #07150A; }
span { border-color: rgb(7,21,10); }
td.TdClassName
{
border-color: #07150A;
}
.TagClassName
{
border-color: #07150A;
}
</style>