Html Css Color HEX #020801 Black Bean

📋 copy color: '#020801'

red 2 ◦ green 8 ◦ blue 1

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

Shades of Black Bean #020801

Tints of Black Bean #020801

RGB

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

 GREEN value IS 8 (3.52% from 255) = 72.73%

 BLUE value IS 1 (0.78% from 255) = 9.09%

R = 18.18%
G = 72.73%
B = 9.09%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.88

 K value IS 0.97

RGB Variations

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

Color information

#020801 (or 0x020801) is known color: Black Bean. HEX triplet: 02, 08 and 01. RGB value is (2,8,1). Sum of RGB (Red+Green+Blue) = 2+8+1=11 (1% of max value = 765). Red value is 2 (1.17% from 255 or 18.18% from 11); Green value is 8 (3.52% from 255 or 72.73% from 11); Blue value is 1 (0.78% from 255 or 9.09% from 11); Max value from RGB is 8 - color contains mainly: green. Hex color #020801 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020801 is #FDF7FE. Grayscale: #050505. Windows color (decimal): -16644095 or 67586. OLE color: 67586.

HSL color Cylindrical-coordinate representation of color #020801: hue angle of 111.43º degrees, saturation: 0.78, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #020801 is Cyan = 0.75, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.97.

Color convert

RGB 2 8 1 -
CMYK 0.75 0 0.88 0.97
HSL 111.43º 0.78% 0.02% -
HSV(B) 111.43º 0.88% 0.03% -
XYZ 0.12 0.19 0.06 -
YUV 5.41 125.51 125.57 -
System Red Green Blue C M Y K H S L
Decimal 2 8 1 0.75 0 0.88 0.97 111.43 0.78 0.02
Hex 2 8 1 4B 0 58 61 6F 4E 2
Octal 2 10 1 113 0 130 141 157 116 2
Binary 10 1000 1 1001011 0 1011000 1100001 1101111 1001110 10

Color Harmonies of #020801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020801

Black with #020801

Text Example


Text Example

White with #020801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020801; }

 p { color: rgb(2,8,1); }

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

background-color css

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

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

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

border-color css

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

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

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