Shades of Black Bean #08190A
Tints of Black Bean #08190A
RGB
CMYK
RGB Variations
Color information
#08190A (or 0x08190A) is known color: Black Bean. HEX triplet: 08, 19 and 0A. RGB value is (8,25,10). Sum of RGB (Red+Green+Blue) = 8+25+10=43 (5% of max value = 765). Red value is 8 (3.52% from 255 or 18.60% from 43); Green value is 25 (10.16% from 255 or 58.14% from 43); Blue value is 10 (4.30% from 255 or 23.26% from 43); Max value from RGB is 25 - color contains mainly: green. Hex color #08190A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08190A is #F7E6F5. Grayscale: #121212. Windows color (decimal): -16246518 or 661768. OLE color: 661768.
HSL color Cylindrical-coordinate representation of color #08190A: hue angle of 127.06º degrees, saturation: 0.52, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #08190A is Cyan = 0.68, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 8 | 25 | 10 | - |
| CMYK | 0.68 | 0 | 0.60 | 0.90 |
| HSL | 127.06º | 0.52% | 0.06% | - |
| HSV(B) | 127.06º | 0.68% | 0.1% | - |
| XYZ | 0.5 | 0.77 | 0.41 | - |
| YUV | 18.21 | 123.37 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 25 | 10 | 0.68 | 0 | 0.60 | 0.90 | 127.06 | 0.52 | 0.06 |
| Hex | 8 | 19 | A | 44 | 0 | 3C | 5A | 7F | 34 | 6 |
| Octal | 10 | 31 | 12 | 104 | 0 | 74 | 132 | 177 | 64 | 6 |
| Binary | 1000 | 11001 | 1010 | 1000100 | 0 | 111100 | 1011010 | 1111111 | 110100 | 110 |
Color Harmonies of #08190A
Complementary color
Monochromatic Colors of #08190A
Black with #08190A
Text Example
Text Example
White with #08190A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08190A; }
p { color: rgb(8,25,10); }
H1.HeaderClassName
{
color: #08190A;
}
.AnyTagClassName
{
color: #08190A;
}
</style>
background-color css
<style>
a { background-color: #08190A; }
a { background-color: rgb(8,25,10); }
div.DivClassName
{
background-color: #08190A;
}
.BgClassName
{
background-color: #08190A;
}
</style>
border-color css
<style>
span { border-color: #08190A; }
span { border-color: rgb(8,25,10); }
td.TdClassName
{
border-color: #08190A;
}
.TagClassName
{
border-color: #08190A;
}
</style>