Shades of Black Bean #061108
Tints of Black Bean #061108
RGB
CMYK
RGB Variations
Color information
#061108 (or 0x061108) is known color: Black Bean. HEX triplet: 06, 11 and 08. RGB value is (6,17,8). Sum of RGB (Red+Green+Blue) = 6+17+8=31 (4% of max value = 765). Red value is 6 (2.73% from 255 or 19.35% from 31); Green value is 17 (7.03% from 255 or 54.84% from 31); Blue value is 8 (3.52% from 255 or 25.81% from 31); Max value from RGB is 17 - color contains mainly: green. Hex color #061108 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061108 is #F9EEF7. Grayscale: #0C0C0C. Windows color (decimal): -16379640 or 528646. OLE color: 528646.
HSL color Cylindrical-coordinate representation of color #061108: hue angle of 130.91º degrees, saturation: 0.48, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #061108 is Cyan = 0.65, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 6 | 17 | 8 | - |
| CMYK | 0.65 | 0 | 0.53 | 0.93 |
| HSL | 130.91º | 0.48% | 0.05% | - |
| HSV(B) | 130.91º | 0.65% | 0.07% | - |
| XYZ | 0.32 | 0.46 | 0.3 | - |
| YUV | 12.69 | 125.36 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 17 | 8 | 0.65 | 0 | 0.53 | 0.93 | 130.91 | 0.48 | 0.05 |
| Hex | 6 | 11 | 8 | 41 | 0 | 35 | 5D | 83 | 30 | 5 |
| Octal | 6 | 21 | 10 | 101 | 0 | 65 | 135 | 203 | 60 | 5 |
| Binary | 110 | 10001 | 1000 | 1000001 | 0 | 110101 | 1011101 | 10000011 | 110000 | 101 |
Color Harmonies of #061108
Complementary color
Monochromatic Colors of #061108
Black with #061108
Text Example
Text Example
White with #061108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061108; }
p { color: rgb(6,17,8); }
H1.HeaderClassName
{
color: #061108;
}
.AnyTagClassName
{
color: #061108;
}
</style>
background-color css
<style>
a { background-color: #061108; }
a { background-color: rgb(6,17,8); }
div.DivClassName
{
background-color: #061108;
}
.BgClassName
{
background-color: #061108;
}
</style>
border-color css
<style>
span { border-color: #061108; }
span { border-color: rgb(6,17,8); }
td.TdClassName
{
border-color: #061108;
}
.TagClassName
{
border-color: #061108;
}
</style>