#021002

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

Shades of Black Bean #021002

Tints of Black Bean #021002

Color information

#021002 (or 0x021002) is unknown color: approx Black Bean. HEX triplet: 02, 10 and 02. RGB value is (2,16,2). Sum of RGB (Red+Green+Blue) = 2+16+2=20 (2% of max value = 765). Red value is 2 (1.17% from 255 or 10% from 20); Green value is 16 (6.64% from 255 or 80% from 20); Blue value is 2 (1.17% from 255 or 10% from 20); Max value from RGB is 16 - color contains mainly: green. Hex color #021002 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021002 is #FDEFFD. Grayscale: #0A0A0A. Windows color (decimal): -16642046 or 135170. OLE color: 135170.

HSL color Cylindrical-coordinate representation of color #021002: hue angle of 120º degrees, saturation: 0.78, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #021002 is Cyan = 0.87, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.94.

Color convert

RGB2162-
CMYK0.8700.870.94
HSL120º77.78%3.53%-
HSV(B)120º87.5%6.27%-
XYZ0.220.390.12-
YUV10.22123.36122.14-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 10%
GREEN value IS 16 (6.64% from 255) = 80%
BLUE value IS 2 (1.17% from 255) = 10%
R=10%
G=80%
B=10%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal21620.8700.870.9412077.783.53
Hex2102570575E784e4
Octal220212701271361701164
Binary101000010101011101010111101111011110001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021002; }

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

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

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

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

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

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

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

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