Shades of Black Bean #051C07
Tints of Black Bean #051C07
RGB
CMYK
RGB Variations
Color information
#051C07 (or 0x051C07) is known color: Black Bean. HEX triplet: 05, 1C and 07. RGB value is (5,28,7). Sum of RGB (Red+Green+Blue) = 5+28+7=40 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.5% from 40); Green value is 28 (11.33% from 255 or 70% from 40); Blue value is 7 (3.12% from 255 or 17.5% from 40); Max value from RGB is 28 - color contains mainly: green. Hex color #051C07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051C07 is #FAE3F8. Grayscale: #121212. Windows color (decimal): -16442361 or 465925. OLE color: 465925.
HSL color Cylindrical-coordinate representation of color #051C07: hue angle of 125.22º degrees, saturation: 0.7, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #051C07 is Cyan = 0.82, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 5 | 28 | 7 | - |
| CMYK | 0.82 | 0 | 0.75 | 0.89 |
| HSL | 125.22º | 0.7% | 0.06% | - |
| HSV(B) | 125.22º | 0.82% | 0.11% | - |
| XYZ | 0.52 | 0.88 | 0.34 | - |
| YUV | 18.73 | 121.38 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 28 | 7 | 0.82 | 0 | 0.75 | 0.89 | 125.22 | 0.7 | 0.06 |
| Hex | 5 | 1C | 7 | 52 | 0 | 4B | 59 | 7D | 46 | 6 |
| Octal | 5 | 34 | 7 | 122 | 0 | 113 | 131 | 175 | 106 | 6 |
| Binary | 101 | 11100 | 111 | 1010010 | 0 | 1001011 | 1011001 | 1111101 | 1000110 | 110 |
Color Harmonies of #051C07
Complementary color
Monochromatic Colors of #051C07
Black with #051C07
Text Example
Text Example
White with #051C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051C07; }
p { color: rgb(5,28,7); }
H1.HeaderClassName
{
color: #051C07;
}
.AnyTagClassName
{
color: #051C07;
}
</style>
background-color css
<style>
a { background-color: #051C07; }
a { background-color: rgb(5,28,7); }
div.DivClassName
{
background-color: #051C07;
}
.BgClassName
{
background-color: #051C07;
}
</style>
border-color css
<style>
span { border-color: #051C07; }
span { border-color: rgb(5,28,7); }
td.TdClassName
{
border-color: #051C07;
}
.TagClassName
{
border-color: #051C07;
}
</style>