Shades of Black Bean #051408
Tints of Black Bean #051408
RGB
CMYK
RGB Variations
Color information
#051408 (or 0x051408) is known color: Black Bean. HEX triplet: 05, 14 and 08. RGB value is (5,20,8). Sum of RGB (Red+Green+Blue) = 5+20+8=33 (4% of max value = 765). Red value is 5 (2.34% from 255 or 15.15% from 33); Green value is 20 (8.20% from 255 or 60.61% from 33); Blue value is 8 (3.52% from 255 or 24.24% from 33); Max value from RGB is 20 - color contains mainly: green. Hex color #051408 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051408 is #FAEBF7. Grayscale: #0E0E0E. Windows color (decimal): -16444408 or 529413. OLE color: 529413.
HSL color Cylindrical-coordinate representation of color #051408: hue angle of 132º degrees, saturation: 0.6, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #051408 is Cyan = 0.75, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 5 | 20 | 8 | - |
| CMYK | 0.75 | 0 | 0.60 | 0.92 |
| HSL | 132º | 0.6% | 0.05% | - |
| HSV(B) | 132º | 0.75% | 0.08% | - |
| XYZ | 0.36 | 0.55 | 0.32 | - |
| YUV | 14.15 | 124.53 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 20 | 8 | 0.75 | 0 | 0.60 | 0.92 | 132 | 0.6 | 0.05 |
| Hex | 5 | 14 | 8 | 4B | 0 | 3C | 5C | 84 | 3C | 5 |
| Octal | 5 | 24 | 10 | 113 | 0 | 74 | 134 | 204 | 74 | 5 |
| Binary | 101 | 10100 | 1000 | 1001011 | 0 | 111100 | 1011100 | 10000100 | 111100 | 101 |
Color Harmonies of #051408
Complementary color
Monochromatic Colors of #051408
Black with #051408
Text Example
Text Example
White with #051408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051408; }
p { color: rgb(5,20,8); }
H1.HeaderClassName
{
color: #051408;
}
.AnyTagClassName
{
color: #051408;
}
</style>
background-color css
<style>
a { background-color: #051408; }
a { background-color: rgb(5,20,8); }
div.DivClassName
{
background-color: #051408;
}
.BgClassName
{
background-color: #051408;
}
</style>
border-color css
<style>
span { border-color: #051408; }
span { border-color: rgb(5,20,8); }
td.TdClassName
{
border-color: #051408;
}
.TagClassName
{
border-color: #051408;
}
</style>