Html Css Color HEX #021202 Black Bean

📋 copy color: '#021202'

red 2 ◦ green 18 ◦ blue 2

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

Shades of Black Bean #021202

Tints of Black Bean #021202

RGB

 RED value IS 2 (1.17% from 255) = 9.09%

 GREEN value IS 18 (7.42% from 255) = 81.82%

 BLUE value IS 2 (1.17% from 255) = 9.09%

R = 9.09%
G = 81.82%
B = 9.09%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.89

 K value IS 0.93

RGB Variations

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

Color information

#021202 (or 0x021202) is known color: Black Bean. HEX triplet: 02, 12 and 02. RGB value is (2,18,2). Sum of RGB (Red+Green+Blue) = 2+18+2=22 (2% of max value = 765). Red value is 2 (1.17% from 255 or 9.09% from 22); Green value is 18 (7.42% from 255 or 81.82% from 22); Blue value is 2 (1.17% from 255 or 9.09% from 22); Max value from RGB is 18 - color contains mainly: green. Hex color #021202 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021202 is #FDEDFD. Grayscale: #0B0B0B. Windows color (decimal): -16641534 or 135682. OLE color: 135682.

HSL color Cylindrical-coordinate representation of color #021202: hue angle of 120º degrees, saturation: 0.8, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #021202 is Cyan = 0.89, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.93.

Color convert

RGB 2 18 2 -
CMYK 0.89 0 0.89 0.93
HSL 120º 0.8% 0.04% -
HSV(B) 120º 0.89% 0.07% -
XYZ 0.25 0.45 0.13 -
YUV 11.39 122.7 121.3 -
System Red Green Blue C M Y K H S L
Decimal 2 18 2 0.89 0 0.89 0.93 120 0.8 0.04
Hex 2 12 2 59 0 59 5D 78 50 4
Octal 2 22 2 131 0 131 135 170 120 4
Binary 10 10010 10 1011001 0 1011001 1011101 1111000 1010000 100

Color Harmonies of #021202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021202

Black with #021202

Text Example


Text Example

White with #021202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021202; }

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

 H1.HeaderClassName
 {
   color: #021202;
 }
 .AnyTagClassName
 {
   color: #021202;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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