Html Css Color HEX #020E04 Black Bean

📋 copy color: '#020E04'

red 2 ◦ green 14 ◦ blue 4

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

Shades of Black Bean #020E04

Tints of Black Bean #020E04

RGB

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

 GREEN value IS 14 (5.86% from 255) = 70%

 BLUE value IS 4 (1.95% from 255) = 20%

R = 10%
G = 70%
B = 20%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.71

 K value IS 0.95

RGB Variations

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

Color information

#020E04 (or 0x020E04) is known color: Black Bean. HEX triplet: 02, 0E and 04. RGB value is (2,14,4). Sum of RGB (Red+Green+Blue) = 2+14+4=20 (2% of max value = 765). Red value is 2 (1.17% from 255 or 10% from 20); Green value is 14 (5.86% from 255 or 70% from 20); Blue value is 4 (1.95% from 255 or 20% from 20); Max value from RGB is 14 - color contains mainly: green. Hex color #020E04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020E04 is #FDF1FB. Grayscale: #090909. Windows color (decimal): -16642556 or 265730. OLE color: 265730.

HSL color Cylindrical-coordinate representation of color #020E04: hue angle of 130º degrees, saturation: 0.75, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #020E04 is Cyan = 0.86, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.95.

Color convert

RGB 2 14 4 -
CMYK 0.86 0 0.71 0.95
HSL 130º 0.75% 0.03% -
HSV(B) 130º 0.86% 0.05% -
XYZ 0.2 0.34 0.17 -
YUV 9.27 125.02 122.81 -
System Red Green Blue C M Y K H S L
Decimal 2 14 4 0.86 0 0.71 0.95 130 0.75 0.03
Hex 2 E 4 56 0 47 5F 82 4B 3
Octal 2 16 4 126 0 107 137 202 113 3
Binary 10 1110 100 1010110 0 1000111 1011111 10000010 1001011 11

Color Harmonies of #020E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020E04

Black with #020E04

Text Example


Text Example

White with #020E04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,14,4); }

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

background-color css

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

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

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

border-color css

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

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

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