Shades of Black Bean #07190B
Tints of Black Bean #07190B
RGB
CMYK
RGB Variations
Color information
#07190B (or 0x07190B) is known color: Black Bean. HEX triplet: 07, 19 and 0B. RGB value is (7,25,11). Sum of RGB (Red+Green+Blue) = 7+25+11=43 (5% of max value = 765). Red value is 7 (3.12% from 255 or 16.28% from 43); Green value is 25 (10.16% from 255 or 58.14% from 43); Blue value is 11 (4.69% from 255 or 25.58% from 43); Max value from RGB is 25 - color contains mainly: green. Hex color #07190B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07190B is #F8E6F4. Grayscale: #121212. Windows color (decimal): -16312053 or 727303. OLE color: 727303.
HSL color Cylindrical-coordinate representation of color #07190B: hue angle of 133.33º 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 #07190B is Cyan = 0.72, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 7 | 25 | 11 | - |
| CMYK | 0.72 | 0 | 0.56 | 0.90 |
| HSL | 133.33º | 0.56% | 0.06% | - |
| HSV(B) | 133.33º | 0.72% | 0.1% | - |
| XYZ | 0.5 | 0.76 | 0.44 | - |
| YUV | 18.02 | 124.04 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 25 | 11 | 0.72 | 0 | 0.56 | 0.90 | 133.33 | 0.56 | 0.06 |
| Hex | 7 | 19 | B | 48 | 0 | 38 | 5A | 85 | 38 | 6 |
| Octal | 7 | 31 | 13 | 110 | 0 | 70 | 132 | 205 | 70 | 6 |
| Binary | 111 | 11001 | 1011 | 1001000 | 0 | 111000 | 1011010 | 10000101 | 111000 | 110 |
Color Harmonies of #07190B
Complementary color
Monochromatic Colors of #07190B
Black with #07190B
Text Example
Text Example
White with #07190B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07190B; }
p { color: rgb(7,25,11); }
H1.HeaderClassName
{
color: #07190B;
}
.AnyTagClassName
{
color: #07190B;
}
</style>
background-color css
<style>
a { background-color: #07190B; }
a { background-color: rgb(7,25,11); }
div.DivClassName
{
background-color: #07190B;
}
.BgClassName
{
background-color: #07190B;
}
</style>
border-color css
<style>
span { border-color: #07190B; }
span { border-color: rgb(7,25,11); }
td.TdClassName
{
border-color: #07190B;
}
.TagClassName
{
border-color: #07190B;
}
</style>