Shades of Black Bean #051B06
Tints of Black Bean #051B06
RGB
CMYK
RGB Variations
Color information
#051B06 (or 0x051B06) is known color: Black Bean. HEX triplet: 05, 1B and 06. RGB value is (5,27,6). Sum of RGB (Red+Green+Blue) = 5+27+6=38 (5% of max value = 765). Red value is 5 (2.34% from 255 or 13.16% from 38); Green value is 27 (10.94% from 255 or 71.05% from 38); Blue value is 6 (2.73% from 255 or 15.79% from 38); Max value from RGB is 27 - color contains mainly: green. Hex color #051B06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051B06 is #FAE4F9. Grayscale: #121212. Windows color (decimal): -16442618 or 400133. OLE color: 400133.
HSL color Cylindrical-coordinate representation of color #051B06: hue angle of 122.73º degrees, saturation: 0.69, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #051B06 is Cyan = 0.81, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 5 | 27 | 6 | - |
| CMYK | 0.81 | 0 | 0.78 | 0.89 |
| HSL | 122.73º | 0.69% | 0.06% | - |
| HSV(B) | 122.73º | 0.81% | 0.11% | - |
| XYZ | 0.49 | 0.83 | 0.31 | - |
| YUV | 18.03 | 121.21 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 27 | 6 | 0.81 | 0 | 0.78 | 0.89 | 122.73 | 0.69 | 0.06 |
| Hex | 5 | 1B | 6 | 51 | 0 | 4E | 59 | 7B | 45 | 6 |
| Octal | 5 | 33 | 6 | 121 | 0 | 116 | 131 | 173 | 105 | 6 |
| Binary | 101 | 11011 | 110 | 1010001 | 0 | 1001110 | 1011001 | 1111011 | 1000101 | 110 |
Color Harmonies of #051B06
Complementary color
Monochromatic Colors of #051B06
Black with #051B06
Text Example
Text Example
White with #051B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051B06; }
p { color: rgb(5,27,6); }
H1.HeaderClassName
{
color: #051B06;
}
.AnyTagClassName
{
color: #051B06;
}
</style>
background-color css
<style>
a { background-color: #051B06; }
a { background-color: rgb(5,27,6); }
div.DivClassName
{
background-color: #051B06;
}
.BgClassName
{
background-color: #051B06;
}
</style>
border-color css
<style>
span { border-color: #051B06; }
span { border-color: rgb(5,27,6); }
td.TdClassName
{
border-color: #051B06;
}
.TagClassName
{
border-color: #051B06;
}
</style>