Shades of Black Bean #07180A
Tints of Black Bean #07180A
RGB
CMYK
RGB Variations
Color information
#07180A (or 0x07180A) is known color: Black Bean. HEX triplet: 07, 18 and 0A. RGB value is (7,24,10). Sum of RGB (Red+Green+Blue) = 7+24+10=41 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.07% from 41); Green value is 24 (9.77% from 255 or 58.54% from 41); Blue value is 10 (4.30% from 255 or 24.39% from 41); Max value from RGB is 24 - color contains mainly: green. Hex color #07180A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07180A is #F8E7F5. Grayscale: #111111. Windows color (decimal): -16312310 or 661511. OLE color: 661511.
HSL color Cylindrical-coordinate representation of color #07180A: hue angle of 130.59º degrees, saturation: 0.55, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #07180A is Cyan = 0.71, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 7 | 24 | 10 | - |
| CMYK | 0.71 | 0 | 0.58 | 0.91 |
| HSL | 130.59º | 0.55% | 0.06% | - |
| HSV(B) | 130.59º | 0.71% | 0.09% | - |
| XYZ | 0.47 | 0.72 | 0.4 | - |
| YUV | 17.32 | 123.87 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 24 | 10 | 0.71 | 0 | 0.58 | 0.91 | 130.59 | 0.55 | 0.06 |
| Hex | 7 | 18 | A | 47 | 0 | 3A | 5B | 83 | 37 | 6 |
| Octal | 7 | 30 | 12 | 107 | 0 | 72 | 133 | 203 | 67 | 6 |
| Binary | 111 | 11000 | 1010 | 1000111 | 0 | 111010 | 1011011 | 10000011 | 110111 | 110 |
Color Harmonies of #07180A
Complementary color
Monochromatic Colors of #07180A
Black with #07180A
Text Example
Text Example
White with #07180A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07180A; }
p { color: rgb(7,24,10); }
H1.HeaderClassName
{
color: #07180A;
}
.AnyTagClassName
{
color: #07180A;
}
</style>
background-color css
<style>
a { background-color: #07180A; }
a { background-color: rgb(7,24,10); }
div.DivClassName
{
background-color: #07180A;
}
.BgClassName
{
background-color: #07180A;
}
</style>
border-color css
<style>
span { border-color: #07180A; }
span { border-color: rgb(7,24,10); }
td.TdClassName
{
border-color: #07180A;
}
.TagClassName
{
border-color: #07180A;
}
</style>