Shades of Black Bean #051D08
Tints of Black Bean #051D08
RGB
CMYK
RGB Variations
Color information
#051D08 (or 0x051D08) is known color: Black Bean. HEX triplet: 05, 1D and 08. RGB value is (5,29,8). Sum of RGB (Red+Green+Blue) = 5+29+8=42 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.90% from 42); Green value is 29 (11.72% from 255 or 69.05% from 42); Blue value is 8 (3.52% from 255 or 19.05% from 42); Max value from RGB is 29 - color contains mainly: green. Hex color #051D08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051D08 is #FAE2F7. Grayscale: #131313. Windows color (decimal): -16442104 or 531717. OLE color: 531717.
HSL color Cylindrical-coordinate representation of color #051D08: hue angle of 127.5º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #051D08 is Cyan = 0.83, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 5 | 29 | 8 | - |
| CMYK | 0.83 | 0 | 0.72 | 0.89 |
| HSL | 127.5º | 0.71% | 0.07% | - |
| HSV(B) | 127.5º | 0.83% | 0.11% | - |
| XYZ | 0.55 | 0.93 | 0.38 | - |
| YUV | 19.43 | 121.55 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 29 | 8 | 0.83 | 0 | 0.72 | 0.89 | 127.5 | 0.71 | 0.07 |
| Hex | 5 | 1D | 8 | 53 | 0 | 48 | 59 | 80 | 47 | 7 |
| Octal | 5 | 35 | 10 | 123 | 0 | 110 | 131 | 200 | 107 | 7 |
| Binary | 101 | 11101 | 1000 | 1010011 | 0 | 1001000 | 1011001 | 10000000 | 1000111 | 111 |
Color Harmonies of #051D08
Complementary color
Monochromatic Colors of #051D08
Black with #051D08
Text Example
Text Example
White with #051D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051D08; }
p { color: rgb(5,29,8); }
H1.HeaderClassName
{
color: #051D08;
}
.AnyTagClassName
{
color: #051D08;
}
</style>
background-color css
<style>
a { background-color: #051D08; }
a { background-color: rgb(5,29,8); }
div.DivClassName
{
background-color: #051D08;
}
.BgClassName
{
background-color: #051D08;
}
</style>
border-color css
<style>
span { border-color: #051D08; }
span { border-color: rgb(5,29,8); }
td.TdClassName
{
border-color: #051D08;
}
.TagClassName
{
border-color: #051D08;
}
</style>