Shades of Black Bean #061A0B
Tints of Black Bean #061A0B
RGB
CMYK
RGB Variations
Color information
#061A0B (or 0x061A0B) is known color: Black Bean. HEX triplet: 06, 1A and 0B. RGB value is (6,26,11). Sum of RGB (Red+Green+Blue) = 6+26+11=43 (5% of max value = 765). Red value is 6 (2.73% from 255 or 13.95% from 43); Green value is 26 (10.55% from 255 or 60.47% from 43); Blue value is 11 (4.69% from 255 or 25.58% from 43); Max value from RGB is 26 - color contains mainly: green. Hex color #061A0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #061A0B is #F9E5F4. Grayscale: #121212. Windows color (decimal): -16377333 or 727558. OLE color: 727558.
HSL color Cylindrical-coordinate representation of color #061A0B: hue angle of 135º 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 #061A0B is Cyan = 0.77, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 6 | 26 | 11 | - |
| CMYK | 0.77 | 0 | 0.58 | 0.90 |
| HSL | 135º | 0.63% | 0.06% | - |
| HSV(B) | 135º | 0.77% | 0.1% | - |
| XYZ | 0.5 | 0.8 | 0.44 | - |
| YUV | 18.31 | 123.87 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 26 | 11 | 0.77 | 0 | 0.58 | 0.90 | 135 | 0.63 | 0.06 |
| Hex | 6 | 1A | B | 4D | 0 | 3A | 5A | 87 | 3E | 6 |
| Octal | 6 | 32 | 13 | 115 | 0 | 72 | 132 | 207 | 76 | 6 |
| Binary | 110 | 11010 | 1011 | 1001101 | 0 | 111010 | 1011010 | 10000111 | 111110 | 110 |
Color Harmonies of #061A0B
Complementary color
Monochromatic Colors of #061A0B
Black with #061A0B
Text Example
Text Example
White with #061A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061A0B; }
p { color: rgb(6,26,11); }
H1.HeaderClassName
{
color: #061A0B;
}
.AnyTagClassName
{
color: #061A0B;
}
</style>
background-color css
<style>
a { background-color: #061A0B; }
a { background-color: rgb(6,26,11); }
div.DivClassName
{
background-color: #061A0B;
}
.BgClassName
{
background-color: #061A0B;
}
</style>
border-color css
<style>
span { border-color: #061A0B; }
span { border-color: rgb(6,26,11); }
td.TdClassName
{
border-color: #061A0B;
}
.TagClassName
{
border-color: #061A0B;
}
</style>