Shades of Black Bean #051306
Tints of Black Bean #051306
RGB
CMYK
RGB Variations
Color information
#051306 (or 0x051306) is known color: Black Bean. HEX triplet: 05, 13 and 06. RGB value is (5,19,6). Sum of RGB (Red+Green+Blue) = 5+19+6=30 (3% of max value = 765). Red value is 5 (2.34% from 255 or 16.67% from 30); Green value is 19 (7.81% from 255 or 63.33% from 30); Blue value is 6 (2.73% from 255 or 20% from 30); Max value from RGB is 19 - color contains mainly: green. Hex color #051306 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051306 is #FAECF9. Grayscale: #0D0D0D. Windows color (decimal): -16444666 or 398085. OLE color: 398085.
HSL color Cylindrical-coordinate representation of color #051306: hue angle of 124.29º degrees, saturation: 0.58, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #051306 is Cyan = 0.74, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 5 | 19 | 6 | - |
| CMYK | 0.74 | 0 | 0.68 | 0.93 |
| HSL | 124.29º | 0.58% | 0.05% | - |
| HSV(B) | 124.29º | 0.74% | 0.07% | - |
| XYZ | 0.33 | 0.51 | 0.25 | - |
| YUV | 13.33 | 123.86 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 19 | 6 | 0.74 | 0 | 0.68 | 0.93 | 124.29 | 0.58 | 0.05 |
| Hex | 5 | 13 | 6 | 4A | 0 | 44 | 5D | 7C | 3A | 5 |
| Octal | 5 | 23 | 6 | 112 | 0 | 104 | 135 | 174 | 72 | 5 |
| Binary | 101 | 10011 | 110 | 1001010 | 0 | 1000100 | 1011101 | 1111100 | 111010 | 101 |
Color Harmonies of #051306
Complementary color
Monochromatic Colors of #051306
Black with #051306
Text Example
Text Example
White with #051306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051306; }
p { color: rgb(5,19,6); }
H1.HeaderClassName
{
color: #051306;
}
.AnyTagClassName
{
color: #051306;
}
</style>
background-color css
<style>
a { background-color: #051306; }
a { background-color: rgb(5,19,6); }
div.DivClassName
{
background-color: #051306;
}
.BgClassName
{
background-color: #051306;
}
</style>
border-color css
<style>
span { border-color: #051306; }
span { border-color: rgb(5,19,6); }
td.TdClassName
{
border-color: #051306;
}
.TagClassName
{
border-color: #051306;
}
</style>