#020302

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

Shades of Black Bean #020302

Tints of Black Bean #020302

Color information

#020302 (or 0x020302) is unknown color: approx Black Bean. HEX triplet: 02, 03 and 02. RGB value is (2,3,2). Sum of RGB (Red+Green+Blue) = 2+3+2=7 (0% of max value = 765). Red value is 2 (1.17% from 255 or 28.57% from 7); Green value is 3 (1.56% from 255 or 42.86% from 7); Blue value is 2 (1.17% from 255 or 28.57% from 7); Max value from RGB is 3 - color contains mainly: green. Hex color #020302 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020302 is #FDFCFD. Grayscale: #020202. Windows color (decimal): -16645374 or 131842. OLE color: 131842.

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

Color convert

RGB232-
CMYK0.3300.330.99
HSL120º20%0.98%-
HSV(B)120º33.33%1.18%-
XYZ0.070.080.07-
YUV2.59127.67127.58-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 28.57%
GREEN value IS 3 (1.56% from 255) = 42.86%
BLUE value IS 2 (1.17% from 255) = 28.57%
R=28.57%
G=42.86%
B=28.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.99
SystemRedGreenBlueCMYKHSL
Decimal2320.3300.330.99120200.98
Hex232210216378141
Octal23241041143170241
Binary101110100001010000111000111111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020302; }

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

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

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

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

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

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

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

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