Shades of Black Bean #051707
Tints of Black Bean #051707
RGB
CMYK
RGB Variations
Color information
#051707 (or 0x051707) is known color: Black Bean. HEX triplet: 05, 17 and 07. RGB value is (5,23,7). Sum of RGB (Red+Green+Blue) = 5+23+7=35 (4% of max value = 765). Red value is 5 (2.34% from 255 or 14.29% from 35); Green value is 23 (9.38% from 255 or 65.71% from 35); Blue value is 7 (3.12% from 255 or 20% from 35); Max value from RGB is 23 - color contains mainly: green. Hex color #051707 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051707 is #FAE8F8. Grayscale: #0F0F0F. Windows color (decimal): -16443641 or 464645. OLE color: 464645.
HSL color Cylindrical-coordinate representation of color #051707: hue angle of 126.67º degrees, saturation: 0.64, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #051707 is Cyan = 0.78, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 5 | 23 | 7 | - |
| CMYK | 0.78 | 0 | 0.70 | 0.91 |
| HSL | 126.67º | 0.64% | 0.05% | - |
| HSV(B) | 126.67º | 0.78% | 0.09% | - |
| XYZ | 0.41 | 0.66 | 0.31 | - |
| YUV | 15.79 | 123.04 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 23 | 7 | 0.78 | 0 | 0.70 | 0.91 | 126.67 | 0.64 | 0.05 |
| Hex | 5 | 17 | 7 | 4E | 0 | 46 | 5B | 7F | 40 | 5 |
| Octal | 5 | 27 | 7 | 116 | 0 | 106 | 133 | 177 | 100 | 5 |
| Binary | 101 | 10111 | 111 | 1001110 | 0 | 1000110 | 1011011 | 1111111 | 1000000 | 101 |
Color Harmonies of #051707
Complementary color
Monochromatic Colors of #051707
Black with #051707
Text Example
Text Example
White with #051707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051707; }
p { color: rgb(5,23,7); }
H1.HeaderClassName
{
color: #051707;
}
.AnyTagClassName
{
color: #051707;
}
</style>
background-color css
<style>
a { background-color: #051707; }
a { background-color: rgb(5,23,7); }
div.DivClassName
{
background-color: #051707;
}
.BgClassName
{
background-color: #051707;
}
</style>
border-color css
<style>
span { border-color: #051707; }
span { border-color: rgb(5,23,7); }
td.TdClassName
{
border-color: #051707;
}
.TagClassName
{
border-color: #051707;
}
</style>