Shades of Black Bean #061F0A
Tints of Black Bean #061F0A
RGB
CMYK
RGB Variations
Color information
#061F0A (or 0x061F0A) is known color: Black Bean. HEX triplet: 06, 1F and 0A. RGB value is (6,31,10). Sum of RGB (Red+Green+Blue) = 6+31+10=47 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12.77% from 47); Green value is 31 (12.5% from 255 or 65.96% from 47); Blue value is 10 (4.30% from 255 or 21.28% from 47); Max value from RGB is 31 - color contains mainly: green. Hex color #061F0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #061F0A is #F9E0F5. Grayscale: #151515. Windows color (decimal): -16376054 or 663302. OLE color: 663302.
HSL color Cylindrical-coordinate representation of color #061F0A: hue angle of 129.6º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #061F0A is Cyan = 0.81, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 6 | 31 | 10 | - |
| CMYK | 0.81 | 0 | 0.68 | 0.88 |
| HSL | 129.6º | 0.68% | 0.07% | - |
| HSV(B) | 129.6º | 0.81% | 0.12% | - |
| XYZ | 0.62 | 1.04 | 0.46 | - |
| YUV | 21.13 | 121.72 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 31 | 10 | 0.81 | 0 | 0.68 | 0.88 | 129.6 | 0.68 | 0.07 |
| Hex | 6 | 1F | A | 51 | 0 | 44 | 58 | 82 | 44 | 7 |
| Octal | 6 | 37 | 12 | 121 | 0 | 104 | 130 | 202 | 104 | 7 |
| Binary | 110 | 11111 | 1010 | 1010001 | 0 | 1000100 | 1011000 | 10000010 | 1000100 | 111 |
Color Harmonies of #061F0A
Complementary color
Monochromatic Colors of #061F0A
Black with #061F0A
Text Example
Text Example
White with #061F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061F0A; }
p { color: rgb(6,31,10); }
H1.HeaderClassName
{
color: #061F0A;
}
.AnyTagClassName
{
color: #061F0A;
}
</style>
background-color css
<style>
a { background-color: #061F0A; }
a { background-color: rgb(6,31,10); }
div.DivClassName
{
background-color: #061F0A;
}
.BgClassName
{
background-color: #061F0A;
}
</style>
border-color css
<style>
span { border-color: #061F0A; }
span { border-color: rgb(6,31,10); }
td.TdClassName
{
border-color: #061F0A;
}
.TagClassName
{
border-color: #061F0A;
}
</style>