Html Css Color HEX #020B02 Black Bean

📋 copy color: '#020B02'

red 2 ◦ green 11 ◦ blue 2

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

Shades of Black Bean #020B02

Tints of Black Bean #020B02

RGB

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

 GREEN value IS 11 (4.69% from 255) = 73.33%

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

R = 13.33%
G = 73.33%
B = 13.33%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.82

 K value IS 0.96

RGB Variations

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

Color information

#020B02 (or 0x020B02) is known color: Black Bean. HEX triplet: 02, 0B and 02. RGB value is (2,11,2). Sum of RGB (Red+Green+Blue) = 2+11+2=15 (1% of max value = 765). Red value is 2 (1.17% from 255 or 13.33% from 15); Green value is 11 (4.69% from 255 or 73.33% from 15); Blue value is 2 (1.17% from 255 or 13.33% from 15); Max value from RGB is 11 - color contains mainly: green. Hex color #020B02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020B02 is #FDF4FD. Grayscale: #070707. Windows color (decimal): -16643326 or 133890. OLE color: 133890.

HSL color Cylindrical-coordinate representation of color #020B02: hue angle of 120º degrees, saturation: 0.69, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #020B02 is Cyan = 0.82, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.96.

Color convert

RGB 2 11 2 -
CMYK 0.82 0 0.82 0.96
HSL 120º 0.69% 0.03% -
HSV(B) 120º 0.82% 0.04% -
XYZ 0.16 0.26 0.1 -
YUV 7.28 125.02 124.23 -
System Red Green Blue C M Y K H S L
Decimal 2 11 2 0.82 0 0.82 0.96 120 0.69 0.03
Hex 2 B 2 52 0 52 60 78 45 3
Octal 2 13 2 122 0 122 140 170 105 3
Binary 10 1011 10 1010010 0 1010010 1100000 1111000 1000101 11

Color Harmonies of #020B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020B02

Black with #020B02

Text Example


Text Example

White with #020B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020B02; }

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

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

background-color css

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

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

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

border-color css

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

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

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