Shades of Black Bean #06190A
Tints of Black Bean #06190A
RGB
CMYK
RGB Variations
Color information
#06190A (or 0x06190A) is known color: Black Bean. HEX triplet: 06, 19 and 0A. RGB value is (6,25,10). Sum of RGB (Red+Green+Blue) = 6+25+10=41 (5% of max value = 765). Red value is 6 (2.73% from 255 or 14.63% from 41); Green value is 25 (10.16% from 255 or 60.98% from 41); Blue value is 10 (4.30% from 255 or 24.39% from 41); Max value from RGB is 25 - color contains mainly: green. Hex color #06190A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06190A is #F9E6F5. Grayscale: #111111. Windows color (decimal): -16377590 or 661766. OLE color: 661766.
HSL color Cylindrical-coordinate representation of color #06190A: hue angle of 132.63º degrees, saturation: 0.61, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #06190A is Cyan = 0.76, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 6 | 25 | 10 | - |
| CMYK | 0.76 | 0 | 0.60 | 0.90 |
| HSL | 132.63º | 0.61% | 0.06% | - |
| HSV(B) | 132.63º | 0.76% | 0.1% | - |
| XYZ | 0.48 | 0.76 | 0.41 | - |
| YUV | 17.61 | 123.71 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 25 | 10 | 0.76 | 0 | 0.60 | 0.90 | 132.63 | 0.61 | 0.06 |
| Hex | 6 | 19 | A | 4C | 0 | 3C | 5A | 85 | 3D | 6 |
| Octal | 6 | 31 | 12 | 114 | 0 | 74 | 132 | 205 | 75 | 6 |
| Binary | 110 | 11001 | 1010 | 1001100 | 0 | 111100 | 1011010 | 10000101 | 111101 | 110 |
Color Harmonies of #06190A
Complementary color
Monochromatic Colors of #06190A
Black with #06190A
Text Example
Text Example
White with #06190A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06190A; }
p { color: rgb(6,25,10); }
H1.HeaderClassName
{
color: #06190A;
}
.AnyTagClassName
{
color: #06190A;
}
</style>
background-color css
<style>
a { background-color: #06190A; }
a { background-color: rgb(6,25,10); }
div.DivClassName
{
background-color: #06190A;
}
.BgClassName
{
background-color: #06190A;
}
</style>
border-color css
<style>
span { border-color: #06190A; }
span { border-color: rgb(6,25,10); }
td.TdClassName
{
border-color: #06190A;
}
.TagClassName
{
border-color: #06190A;
}
</style>