Shades of Black Bean #07120A
Tints of Black Bean #07120A
RGB
CMYK
RGB Variations
Color information
#07120A (or 0x07120A) is known color: Black Bean. HEX triplet: 07, 12 and 0A. RGB value is (7,18,10). Sum of RGB (Red+Green+Blue) = 7+18+10=35 (4% of max value = 765). Red value is 7 (3.12% from 255 or 20% from 35); Green value is 18 (7.42% from 255 or 51.43% from 35); Blue value is 10 (4.30% from 255 or 28.57% from 35); Max value from RGB is 18 - color contains mainly: green. Hex color #07120A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07120A is #F8EDF5. Grayscale: #0D0D0D. Windows color (decimal): -16313846 or 659975. OLE color: 659975.
HSL color Cylindrical-coordinate representation of color #07120A: hue angle of 136.36º degrees, saturation: 0.44, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #07120A is Cyan = 0.61, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 7 | 18 | 10 | - |
| CMYK | 0.61 | 0 | 0.44 | 0.93 |
| HSL | 136.36º | 0.44% | 0.05% | - |
| HSV(B) | 136.36º | 0.61% | 0.07% | - |
| XYZ | 0.36 | 0.5 | 0.36 | - |
| YUV | 13.8 | 125.86 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 18 | 10 | 0.61 | 0 | 0.44 | 0.93 | 136.36 | 0.44 | 0.05 |
| Hex | 7 | 12 | A | 3D | 0 | 2C | 5D | 88 | 2C | 5 |
| Octal | 7 | 22 | 12 | 75 | 0 | 54 | 135 | 210 | 54 | 5 |
| Binary | 111 | 10010 | 1010 | 111101 | 0 | 101100 | 1011101 | 10001000 | 101100 | 101 |
Color Harmonies of #07120A
Complementary color
Monochromatic Colors of #07120A
Black with #07120A
Text Example
Text Example
White with #07120A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07120A; }
p { color: rgb(7,18,10); }
H1.HeaderClassName
{
color: #07120A;
}
.AnyTagClassName
{
color: #07120A;
}
</style>
background-color css
<style>
a { background-color: #07120A; }
a { background-color: rgb(7,18,10); }
div.DivClassName
{
background-color: #07120A;
}
.BgClassName
{
background-color: #07120A;
}
</style>
border-color css
<style>
span { border-color: #07120A; }
span { border-color: rgb(7,18,10); }
td.TdClassName
{
border-color: #07120A;
}
.TagClassName
{
border-color: #07120A;
}
</style>