Shades of Black Bean #061A06
Tints of Black Bean #061A06
RGB
CMYK
RGB Variations
Color information
#061A06 (or 0x061A06) is known color: Black Bean. HEX triplet: 06, 1A and 06. RGB value is (6,26,6). Sum of RGB (Red+Green+Blue) = 6+26+6=38 (5% of max value = 765). Red value is 6 (2.73% from 255 or 15.79% from 38); Green value is 26 (10.55% from 255 or 68.42% from 38); Blue value is 6 (2.73% from 255 or 15.79% from 38); Max value from RGB is 26 - color contains mainly: green. Hex color #061A06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #061A06 is #F9E5F9. Grayscale: #111111. Windows color (decimal): -16377338 or 399878. OLE color: 399878.
HSL color Cylindrical-coordinate representation of color #061A06: hue angle of 120º degrees, saturation: 0.62, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #061A06 is Cyan = 0.77, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 6 | 26 | 6 | - |
| CMYK | 0.77 | 0 | 0.77 | 0.90 |
| HSL | 120º | 0.63% | 0.06% | - |
| HSV(B) | 120º | 0.77% | 0.1% | - |
| XYZ | 0.48 | 0.79 | 0.3 | - |
| YUV | 17.74 | 121.37 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 26 | 6 | 0.77 | 0 | 0.77 | 0.90 | 120 | 0.63 | 0.06 |
| Hex | 6 | 1A | 6 | 4D | 0 | 4D | 5A | 78 | 3E | 6 |
| Octal | 6 | 32 | 6 | 115 | 0 | 115 | 132 | 170 | 76 | 6 |
| Binary | 110 | 11010 | 110 | 1001101 | 0 | 1001101 | 1011010 | 1111000 | 111110 | 110 |
Color Harmonies of #061A06
Complementary color
Monochromatic Colors of #061A06
Black with #061A06
Text Example
Text Example
White with #061A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061A06; }
p { color: rgb(6,26,6); }
H1.HeaderClassName
{
color: #061A06;
}
.AnyTagClassName
{
color: #061A06;
}
</style>
background-color css
<style>
a { background-color: #061A06; }
a { background-color: rgb(6,26,6); }
div.DivClassName
{
background-color: #061A06;
}
.BgClassName
{
background-color: #061A06;
}
</style>
border-color css
<style>
span { border-color: #061A06; }
span { border-color: rgb(6,26,6); }
td.TdClassName
{
border-color: #061A06;
}
.TagClassName
{
border-color: #061A06;
}
</style>