Shades of Black Bean #07190C
Tints of Black Bean #07190C
RGB
CMYK
RGB Variations
Color information
#07190C (or 0x07190C) is known color: Black Bean. HEX triplet: 07, 19 and 0C. RGB value is (7,25,12). Sum of RGB (Red+Green+Blue) = 7+25+12=44 (5% of max value = 765). Red value is 7 (3.12% from 255 or 15.91% from 44); Green value is 25 (10.16% from 255 or 56.82% from 44); Blue value is 12 (5.08% from 255 or 27.27% from 44); Max value from RGB is 25 - color contains mainly: green. Hex color #07190C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07190C is #F8E6F3. Grayscale: #121212. Windows color (decimal): -16312052 or 792839. OLE color: 792839.
HSL color Cylindrical-coordinate representation of color #07190C: hue angle of 136.67º degrees, saturation: 0.56, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #07190C is Cyan = 0.72, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 7 | 25 | 12 | - |
| CMYK | 0.72 | 0 | 0.52 | 0.90 |
| HSL | 136.67º | 0.56% | 0.06% | - |
| HSV(B) | 136.67º | 0.72% | 0.1% | - |
| XYZ | 0.5 | 0.77 | 0.47 | - |
| YUV | 18.14 | 124.54 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 25 | 12 | 0.72 | 0 | 0.52 | 0.90 | 136.67 | 0.56 | 0.06 |
| Hex | 7 | 19 | C | 48 | 0 | 34 | 5A | 89 | 38 | 6 |
| Octal | 7 | 31 | 14 | 110 | 0 | 64 | 132 | 211 | 70 | 6 |
| Binary | 111 | 11001 | 1100 | 1001000 | 0 | 110100 | 1011010 | 10001001 | 111000 | 110 |
Color Harmonies of #07190C
Complementary color
Monochromatic Colors of #07190C
Black with #07190C
Text Example
Text Example
White with #07190C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07190C; }
p { color: rgb(7,25,12); }
H1.HeaderClassName
{
color: #07190C;
}
.AnyTagClassName
{
color: #07190C;
}
</style>
background-color css
<style>
a { background-color: #07190C; }
a { background-color: rgb(7,25,12); }
div.DivClassName
{
background-color: #07190C;
}
.BgClassName
{
background-color: #07190C;
}
</style>
border-color css
<style>
span { border-color: #07190C; }
span { border-color: rgb(7,25,12); }
td.TdClassName
{
border-color: #07190C;
}
.TagClassName
{
border-color: #07190C;
}
</style>