Html Css Color HEX #021002 Black Bean

📋 copy color: '#021002'

red 2 ◦ green 16 ◦ blue 2

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

Shades of Black Bean #021002

Tints of Black Bean #021002

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

 M value IS 0

 Y value IS 0.87

 K value IS 0.94

RGB Variations

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

Color information

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

RGB 2 16 2 -
CMYK 0.87 0 0.87 0.94
HSL 120º 0.78% 0.04% -
HSV(B) 120º 0.88% 0.06% -
XYZ 0.22 0.39 0.12 -
YUV 10.22 123.36 122.14 -
System Red Green Blue C M Y K H S L
Decimal 2 16 2 0.87 0 0.87 0.94 120 0.78 0.04
Hex 2 10 2 57 0 57 5E 78 4E 4
Octal 2 20 2 127 0 127 136 170 116 4
Binary 10 10000 10 1010111 0 1010111 1011110 1111000 1001110 100

Color Harmonies of #021002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021002

Black with #021002

Text Example


Text Example

White with #021002

Text Example


Text Example

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