Html Css Color HEX #020502 Black Bean

📋 copy color: '#020502'

red 2 ◦ green 5 ◦ blue 2

#020502
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Bean #020502

Tints of Black Bean #020502

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 value IS 0.60

 M value IS 0

 Y value IS 0.60

 K value IS 0.98

RGB Variations

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

Color information

#020502 (or 0x020502) is known color: 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

RGB 2 5 2 -
CMYK 0.60 0 0.60 0.98
HSL 120º 0.43% 0.01% -
HSV(B) 120º 0.6% 0.02% -
XYZ 0.09 0.13 0.08 -
YUV 3.76 127.01 126.74 -
System Red Green Blue C M Y K H S L
Decimal 2 5 2 0.60 0 0.60 0.98 120 0.43 0.01
Hex 2 5 2 3C 0 3C 62 78 2B 1
Octal 2 5 2 74 0 74 142 170 53 1
Binary 10 101 10 111100 0 111100 1100010 1111000 101011 1

Color Harmonies of #020502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020502

Black with #020502

Text Example


Text Example

White with #020502

Text Example


Text Example

HTML Codes & Css Web 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>