Shades of Black Bean #010802
Tints of Black Bean #010802
RGB
CMYK
RGB Variations
Color information
#010802 (or 0x010802) is known color: Black Bean. HEX triplet: 01, 08 and 02. RGB value is (1,8,2). Sum of RGB (Red+Green+Blue) = 1+8+2=11 (1% of max value = 765). Red value is 1 (0.78% from 255 or 9.09% from 11); Green value is 8 (3.52% from 255 or 72.73% from 11); Blue value is 2 (1.17% from 255 or 18.18% from 11); Max value from RGB is 8 - color contains mainly: green. Hex color #010802 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010802 is #FEF7FD. Grayscale: #050505. Windows color (decimal): -16709630 or 133121. OLE color: 133121.
HSL color Cylindrical-coordinate representation of color #010802: hue angle of 128.57º degrees, saturation: 0.78, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #010802 is Cyan = 0.88, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.97.
Color convert
| RGB | 1 | 8 | 2 | - |
| CMYK | 0.88 | 0 | 0.75 | 0.97 |
| HSL | 128.57º | 0.78% | 0.02% | - |
| HSV(B) | 128.57º | 0.88% | 0.03% | - |
| XYZ | 0.11 | 0.18 | 0.09 | - |
| YUV | 5.22 | 126.18 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 8 | 2 | 0.88 | 0 | 0.75 | 0.97 | 128.57 | 0.78 | 0.02 |
| Hex | 1 | 8 | 2 | 58 | 0 | 4B | 61 | 81 | 4E | 2 |
| Octal | 1 | 10 | 2 | 130 | 0 | 113 | 141 | 201 | 116 | 2 |
| Binary | 1 | 1000 | 10 | 1011000 | 0 | 1001011 | 1100001 | 10000001 | 1001110 | 10 |
Color Harmonies of #010802
Complementary color
Monochromatic Colors of #010802
Black with #010802
Text Example
Text Example
White with #010802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010802; }
p { color: rgb(1,8,2); }
H1.HeaderClassName
{
color: #010802;
}
.AnyTagClassName
{
color: #010802;
}
</style>
background-color css
<style>
a { background-color: #010802; }
a { background-color: rgb(1,8,2); }
div.DivClassName
{
background-color: #010802;
}
.BgClassName
{
background-color: #010802;
}
</style>
border-color css
<style>
span { border-color: #010802; }
span { border-color: rgb(1,8,2); }
td.TdClassName
{
border-color: #010802;
}
.TagClassName
{
border-color: #010802;
}
</style>