Shades of Black Bean #010702
Tints of Black Bean #010702
RGB
CMYK
RGB Variations
Color information
#010702 (or 0x010702) is known color: Black Bean. HEX triplet: 01, 07 and 02. RGB value is (1,7,2). Sum of RGB (Red+Green+Blue) = 1+7+2=10 (1% of max value = 765). Red value is 1 (0.78% from 255 or 10% from 10); Green value is 7 (3.12% from 255 or 70% from 10); Blue value is 2 (1.17% from 255 or 20% from 10); Max value from RGB is 7 - color contains mainly: green. Hex color #010702 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010702 is #FEF8FD. Grayscale: #040404. Windows color (decimal): -16709886 or 132865. OLE color: 132865.
HSL color Cylindrical-coordinate representation of color #010702: hue angle of 130º degrees, saturation: 0.75, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #010702 is Cyan = 0.86, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.97.
Color convert
| RGB | 1 | 7 | 2 | - |
| CMYK | 0.86 | 0 | 0.71 | 0.97 |
| HSL | 130º | 0.75% | 0.02% | - |
| HSV(B) | 130º | 0.86% | 0.03% | - |
| XYZ | 0.1 | 0.16 | 0.08 | - |
| YUV | 4.64 | 126.51 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 7 | 2 | 0.86 | 0 | 0.71 | 0.97 | 130 | 0.75 | 0.02 |
| Hex | 1 | 7 | 2 | 56 | 0 | 47 | 61 | 82 | 4B | 2 |
| Octal | 1 | 7 | 2 | 126 | 0 | 107 | 141 | 202 | 113 | 2 |
| Binary | 1 | 111 | 10 | 1010110 | 0 | 1000111 | 1100001 | 10000010 | 1001011 | 10 |
Color Harmonies of #010702
Complementary color
Monochromatic Colors of #010702
Black with #010702
Text Example
Text Example
White with #010702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010702; }
p { color: rgb(1,7,2); }
H1.HeaderClassName
{
color: #010702;
}
.AnyTagClassName
{
color: #010702;
}
</style>
background-color css
<style>
a { background-color: #010702; }
a { background-color: rgb(1,7,2); }
div.DivClassName
{
background-color: #010702;
}
.BgClassName
{
background-color: #010702;
}
</style>
border-color css
<style>
span { border-color: #010702; }
span { border-color: rgb(1,7,2); }
td.TdClassName
{
border-color: #010702;
}
.TagClassName
{
border-color: #010702;
}
</style>