#020801

Color #020801 Black Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Bean #020801

Tints of Black Bean #020801

Color information

#020801 (or 0x020801) is unknown color: approx Black Bean. HEX triplet: 02, 08 and 01. RGB value is (2,8,1). Sum of RGB (Red+Green+Blue) = 2+8+1=11 (1% of max value = 765). Red value is 2 (1.17% from 255 or 18.18% from 11); Green value is 8 (3.52% from 255 or 72.73% from 11); Blue value is 1 (0.78% from 255 or 9.09% from 11); Max value from RGB is 8 - color contains mainly: green. Hex color #020801 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020801 is #FDF7FE. Grayscale: #050505. Windows color (decimal): -16644095 or 67586. OLE color: 67586.

HSL color Cylindrical-coordinate representation of color #020801: hue angle of 111.43º 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 #020801 is Cyan = 0.75, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.97.

Color convert

RGB281-
CMYK0.7500.880.97
HSL111.43º77.78%1.76%-
HSV(B)111.43º87.5%3.14%-
XYZ0.120.190.06-
YUV5.41125.51125.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 2 (1.17% from 255) = 18.18%
GREEN value IS 8 (3.52% from 255) = 72.73%
BLUE value IS 1 (0.78% from 255) = 9.09%
R=18.18%
G=72.73%
B=9.09%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal2810.7500.880.97111.4377.781.76
Hex2814B058616f4e2
Octal210111301301411571162
Binary101000110010110101100011000011101111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020801; }

 p { color: rgb(2,8,1); }

 H1.HeaderClassName
 {
   color: #020801;
 }
 .AnyTagClassName
 {
   color: #020801;
 }
</style>
background-color css

<style>
 a { background-color: #020801; }

 a { background-color: rgb(2,8,1); }

 div.DivClassName
 {
   background-color: #020801;
 }
 .BgClassName
 {
   background-color: #020801;
 }
</style>
border-color css

<style>
 span { border-color: #020801; }

 span { border-color: rgb(2,8,1); }

 td.TdClassName
 {
   border-color: #020801;
 }
 .TagClassName
 {
   border-color: #020801;
 }
</style>