#020502

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

Shades of Black Bean #020502

Tints of Black Bean #020502

Color information

#020502 (or 0x020502) is unknown color: approx Black Bean. HEX triplet: 02, 05 and 02. RGB value is (2,5,2). Sum of RGB (Red+Green+Blue) = 2+5+2=9 (1% of max value = 765). Red value is 2 (1.17% from 255 or 22.22% from 9); Green value is 5 (2.34% from 255 or 55.56% from 9); Blue value is 2 (1.17% from 255 or 22.22% from 9); Max value from RGB is 5 - color contains mainly: green. Hex color #020502 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020502 is #FDFAFD. Grayscale: #030303. Windows color (decimal): -16644862 or 132354. OLE color: 132354.

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

Color convert

RGB252-
CMYK0.6000.600.98
HSL120º42.86%1.37%-
HSV(B)120º60%1.96%-
XYZ0.090.130.08-
YUV3.76127.01126.74-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 22.22%
GREEN value IS 5 (2.34% from 255) = 55.56%
BLUE value IS 2 (1.17% from 255) = 22.22%
R=22.22%
G=55.56%
B=22.22%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal2520.6000.600.9812042.861.37
Hex2523C03C62782b1
Octal25274074142170531
Binary10101101111000111100110001011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020502; }

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

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

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

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

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

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

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

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