Html Css Color HEX #020E03 Black Bean

📋 copy color: '#020E03'

red 2 ◦ green 14 ◦ blue 3

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

Shades of Black Bean #020E03

Tints of Black Bean #020E03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 15.79%

R = 10.53%
G = 73.68%
B = 15.79%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.79

 K value IS 0.95

RGB Variations

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

Color information

#020E03 (or 0x020E03) is known color: Black Bean. HEX triplet: 02, 0E and 03. RGB value is (2,14,3). Sum of RGB (Red+Green+Blue) = 2+14+3=19 (2% of max value = 765). Red value is 2 (1.17% from 255 or 10.53% from 19); Green value is 14 (5.86% from 255 or 73.68% from 19); Blue value is 3 (1.56% from 255 or 15.79% from 19); Max value from RGB is 14 - color contains mainly: green. Hex color #020E03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020E03 is #FDF1FC. Grayscale: #090909. Windows color (decimal): -16642557 or 200194. OLE color: 200194.

HSL color Cylindrical-coordinate representation of color #020E03: hue angle of 125º 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 #020E03 is Cyan = 0.86, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.95.

Color convert

RGB 2 14 3 -
CMYK 0.86 0 0.79 0.95
HSL 125º 0.75% 0.03% -
HSV(B) 125º 0.86% 0.05% -
XYZ 0.2 0.33 0.14 -
YUV 9.16 124.52 122.89 -
System Red Green Blue C M Y K H S L
Decimal 2 14 3 0.86 0 0.79 0.95 125 0.75 0.03
Hex 2 E 3 56 0 4F 5F 7D 4B 3
Octal 2 16 3 126 0 117 137 175 113 3
Binary 10 1110 11 1010110 0 1001111 1011111 1111101 1001011 11

Color Harmonies of #020E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020E03

Black with #020E03

Text Example


Text Example

White with #020E03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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