Html Css Color HEX #020A01 Black Bean

📋 copy color: '#020A01'

red 2 ◦ green 10 ◦ blue 1

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

Shades of Black Bean #020A01

Tints of Black Bean #020A01

RGB

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

 GREEN value IS 10 (4.3% from 255) = 76.92%

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

R = 15.38%
G = 76.92%
B = 7.69%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.90

 K value IS 0.96

RGB Variations

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

Color information

#020A01 (or 0x020A01) is known color: Black Bean. HEX triplet: 02, 0A and 01. RGB value is (2,10,1). Sum of RGB (Red+Green+Blue) = 2+10+1=13 (1% of max value = 765). Red value is 2 (1.17% from 255 or 15.38% from 13); Green value is 10 (4.30% from 255 or 76.92% from 13); Blue value is 1 (0.78% from 255 or 7.69% from 13); Max value from RGB is 10 - color contains mainly: green. Hex color #020A01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020A01 is #FDF5FE. Grayscale: #060606. Windows color (decimal): -16643583 or 68098. OLE color: 68098.

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

Color convert

RGB 2 10 1 -
CMYK 0.8 0 0.90 0.96
HSL 113.33º 0.82% 0.02% -
HSV(B) 113.33º 0.9% 0.04% -
XYZ 0.14 0.23 0.07 -
YUV 6.58 124.85 124.73 -
System Red Green Blue C M Y K H S L
Decimal 2 10 1 0.8 0 0.90 0.96 113.33 0.82 0.02
Hex 2 A 1 50 0 5A 60 71 52 2
Octal 2 12 1 120 0 132 140 161 122 2
Binary 10 1010 1 1010000 0 1011010 1100000 1110001 1010010 10

Color Harmonies of #020A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020A01

Black with #020A01

Text Example


Text Example

White with #020A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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