#020402

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

Shades of Black Bean #020402

Tints of Black Bean #020402

Color information

#020402 (or 0x020402) is unknown color: approx Black Bean. HEX triplet: 02, 04 and 02. RGB value is (2,4,2). Sum of RGB (Red+Green+Blue) = 2+4+2=8 (1% of max value = 765). Red value is 2 (1.17% from 255 or 25% from 8); Green value is 4 (1.95% from 255 or 50% from 8); Blue value is 2 (1.17% from 255 or 25% from 8); Max value from RGB is 4 - color contains mainly: green. Hex color #020402 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020402 is #FDFBFD. Grayscale: #030303. Windows color (decimal): -16645118 or 132098. OLE color: 132098.

HSL color Cylindrical-coordinate representation of color #020402: hue angle of 120º degrees, saturation: 0.33, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #020402 is Cyan = 0.5, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.98.

Color convert

RGB242-
CMYK0.500.50.98
HSL120º33.33%1.18%-
HSV(B)120º50%1.57%-
XYZ0.080.10.07-
YUV3.17127.34127.16-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 25%
GREEN value IS 4 (1.95% from 255) = 50%
BLUE value IS 2 (1.17% from 255) = 25%
R=25%
G=50%
B=25%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal2420.500.50.9812033.331.18
Hex242320326278211
Octal24262062142170411
Binary10100101100100110010110001011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020402; }

 p { color: rgb(2,4,2); }

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

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

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

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

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

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

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