Shades of Black Bean #061306
Tints of Black Bean #061306
RGB
CMYK
RGB Variations
Color information
#061306 (or 0x061306) is known color: Black Bean. HEX triplet: 06, 13 and 06. RGB value is (6,19,6). Sum of RGB (Red+Green+Blue) = 6+19+6=31 (4% of max value = 765). Red value is 6 (2.73% from 255 or 19.35% from 31); Green value is 19 (7.81% from 255 or 61.29% from 31); Blue value is 6 (2.73% from 255 or 19.35% from 31); Max value from RGB is 19 - color contains mainly: green. Hex color #061306 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061306 is #F9ECF9. Grayscale: #0D0D0D. Windows color (decimal): -16379130 or 398086. OLE color: 398086.
HSL color Cylindrical-coordinate representation of color #061306: hue angle of 120º degrees, saturation: 0.52, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #061306 is Cyan = 0.68, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 6 | 19 | 6 | - |
| CMYK | 0.68 | 0 | 0.68 | 0.93 |
| HSL | 120º | 0.52% | 0.05% | - |
| HSV(B) | 120º | 0.68% | 0.07% | - |
| XYZ | 0.34 | 0.52 | 0.25 | - |
| YUV | 13.63 | 123.69 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 19 | 6 | 0.68 | 0 | 0.68 | 0.93 | 120 | 0.52 | 0.05 |
| Hex | 6 | 13 | 6 | 44 | 0 | 44 | 5D | 78 | 34 | 5 |
| Octal | 6 | 23 | 6 | 104 | 0 | 104 | 135 | 170 | 64 | 5 |
| Binary | 110 | 10011 | 110 | 1000100 | 0 | 1000100 | 1011101 | 1111000 | 110100 | 101 |
Color Harmonies of #061306
Complementary color
Monochromatic Colors of #061306
Black with #061306
Text Example
Text Example
White with #061306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061306; }
p { color: rgb(6,19,6); }
H1.HeaderClassName
{
color: #061306;
}
.AnyTagClassName
{
color: #061306;
}
</style>
background-color css
<style>
a { background-color: #061306; }
a { background-color: rgb(6,19,6); }
div.DivClassName
{
background-color: #061306;
}
.BgClassName
{
background-color: #061306;
}
</style>
border-color css
<style>
span { border-color: #061306; }
span { border-color: rgb(6,19,6); }
td.TdClassName
{
border-color: #061306;
}
.TagClassName
{
border-color: #061306;
}
</style>