Shades of Black Bean #061E0A
Tints of Black Bean #061E0A
RGB
CMYK
RGB Variations
Color information
#061E0A (or 0x061E0A) is known color: Black Bean. HEX triplet: 06, 1E and 0A. RGB value is (6,30,10). Sum of RGB (Red+Green+Blue) = 6+30+10=46 (6% of max value = 765). Red value is 6 (2.73% from 255 or 13.04% from 46); Green value is 30 (12.11% from 255 or 65.22% from 46); Blue value is 10 (4.30% from 255 or 21.74% from 46); Max value from RGB is 30 - color contains mainly: green. Hex color #061E0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #061E0A is #F9E1F5. Grayscale: #141414. Windows color (decimal): -16376310 or 663046. OLE color: 663046.
HSL color Cylindrical-coordinate representation of color #061E0A: hue angle of 130º degrees, saturation: 0.67, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #061E0A is Cyan = 0.80, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 6 | 30 | 10 | - |
| CMYK | 0.80 | 0 | 0.67 | 0.88 |
| HSL | 130º | 0.67% | 0.07% | - |
| HSV(B) | 130º | 0.8% | 0.12% | - |
| XYZ | 0.59 | 0.99 | 0.45 | - |
| YUV | 20.54 | 122.05 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 30 | 10 | 0.80 | 0 | 0.67 | 0.88 | 130 | 0.67 | 0.07 |
| Hex | 6 | 1E | A | 50 | 0 | 43 | 58 | 82 | 43 | 7 |
| Octal | 6 | 36 | 12 | 120 | 0 | 103 | 130 | 202 | 103 | 7 |
| Binary | 110 | 11110 | 1010 | 1010000 | 0 | 1000011 | 1011000 | 10000010 | 1000011 | 111 |
Color Harmonies of #061E0A
Complementary color
Monochromatic Colors of #061E0A
Black with #061E0A
Text Example
Text Example
White with #061E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061E0A; }
p { color: rgb(6,30,10); }
H1.HeaderClassName
{
color: #061E0A;
}
.AnyTagClassName
{
color: #061E0A;
}
</style>
background-color css
<style>
a { background-color: #061E0A; }
a { background-color: rgb(6,30,10); }
div.DivClassName
{
background-color: #061E0A;
}
.BgClassName
{
background-color: #061E0A;
}
</style>
border-color css
<style>
span { border-color: #061E0A; }
span { border-color: rgb(6,30,10); }
td.TdClassName
{
border-color: #061E0A;
}
.TagClassName
{
border-color: #061E0A;
}
</style>