Shades of Black Bean #061B0B
Tints of Black Bean #061B0B
RGB
CMYK
RGB Variations
Color information
#061B0B (or 0x061B0B) is known color: Black Bean. HEX triplet: 06, 1B and 0B. RGB value is (6,27,11). Sum of RGB (Red+Green+Blue) = 6+27+11=44 (5% of max value = 765). Red value is 6 (2.73% from 255 or 13.64% from 44); Green value is 27 (10.94% from 255 or 61.36% from 44); Blue value is 11 (4.69% from 255 or 25% from 44); Max value from RGB is 27 - color contains mainly: green. Hex color #061B0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #061B0B is #F9E4F4. Grayscale: #121212. Windows color (decimal): -16377077 or 727814. OLE color: 727814.
HSL color Cylindrical-coordinate representation of color #061B0B: hue angle of 134.29º degrees, saturation: 0.64, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #061B0B is Cyan = 0.78, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 6 | 27 | 11 | - |
| CMYK | 0.78 | 0 | 0.59 | 0.89 |
| HSL | 134.29º | 0.64% | 0.06% | - |
| HSV(B) | 134.29º | 0.78% | 0.11% | - |
| XYZ | 0.53 | 0.85 | 0.45 | - |
| YUV | 18.9 | 123.54 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 27 | 11 | 0.78 | 0 | 0.59 | 0.89 | 134.29 | 0.64 | 0.06 |
| Hex | 6 | 1B | B | 4E | 0 | 3B | 59 | 86 | 40 | 6 |
| Octal | 6 | 33 | 13 | 116 | 0 | 73 | 131 | 206 | 100 | 6 |
| Binary | 110 | 11011 | 1011 | 1001110 | 0 | 111011 | 1011001 | 10000110 | 1000000 | 110 |
Color Harmonies of #061B0B
Complementary color
Monochromatic Colors of #061B0B
Black with #061B0B
Text Example
Text Example
White with #061B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061B0B; }
p { color: rgb(6,27,11); }
H1.HeaderClassName
{
color: #061B0B;
}
.AnyTagClassName
{
color: #061B0B;
}
</style>
background-color css
<style>
a { background-color: #061B0B; }
a { background-color: rgb(6,27,11); }
div.DivClassName
{
background-color: #061B0B;
}
.BgClassName
{
background-color: #061B0B;
}
</style>
border-color css
<style>
span { border-color: #061B0B; }
span { border-color: rgb(6,27,11); }
td.TdClassName
{
border-color: #061B0B;
}
.TagClassName
{
border-color: #061B0B;
}
</style>