Shades of Black Bean #07140A
Tints of Black Bean #07140A
RGB
CMYK
RGB Variations
Color information
#07140A (or 0x07140A) is known color: Black Bean. HEX triplet: 07, 14 and 0A. RGB value is (7,20,10). Sum of RGB (Red+Green+Blue) = 7+20+10=37 (4% of max value = 765). Red value is 7 (3.12% from 255 or 18.92% from 37); Green value is 20 (8.20% from 255 or 54.05% from 37); Blue value is 10 (4.30% from 255 or 27.03% from 37); Max value from RGB is 20 - color contains mainly: green. Hex color #07140A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07140A is #F8EBF5. Grayscale: #0E0E0E. Windows color (decimal): -16313334 or 660487. OLE color: 660487.
HSL color Cylindrical-coordinate representation of color #07140A: hue angle of 133.85º degrees, saturation: 0.48, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #07140A is Cyan = 0.65, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 7 | 20 | 10 | - |
| CMYK | 0.65 | 0 | 0.50 | 0.92 |
| HSL | 133.85º | 0.48% | 0.05% | - |
| HSV(B) | 133.85º | 0.65% | 0.08% | - |
| XYZ | 0.39 | 0.57 | 0.38 | - |
| YUV | 14.97 | 125.19 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 20 | 10 | 0.65 | 0 | 0.50 | 0.92 | 133.85 | 0.48 | 0.05 |
| Hex | 7 | 14 | A | 41 | 0 | 32 | 5C | 86 | 30 | 5 |
| Octal | 7 | 24 | 12 | 101 | 0 | 62 | 134 | 206 | 60 | 5 |
| Binary | 111 | 10100 | 1010 | 1000001 | 0 | 110010 | 1011100 | 10000110 | 110000 | 101 |
Color Harmonies of #07140A
Complementary color
Monochromatic Colors of #07140A
Black with #07140A
Text Example
Text Example
White with #07140A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07140A; }
p { color: rgb(7,20,10); }
H1.HeaderClassName
{
color: #07140A;
}
.AnyTagClassName
{
color: #07140A;
}
</style>
background-color css
<style>
a { background-color: #07140A; }
a { background-color: rgb(7,20,10); }
div.DivClassName
{
background-color: #07140A;
}
.BgClassName
{
background-color: #07140A;
}
</style>
border-color css
<style>
span { border-color: #07140A; }
span { border-color: rgb(7,20,10); }
td.TdClassName
{
border-color: #07140A;
}
.TagClassName
{
border-color: #07140A;
}
</style>