Html Css Color HEX #021E03 Black Bean

📋 copy color: '#021E03'

red 2 ◦ green 30 ◦ blue 3

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

Shades of Black Bean #021E03

Tints of Black Bean #021E03

RGB

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

 GREEN value IS 30 (12.11% from 255) = 85.71%

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

R = 5.71%
G = 85.71%
B = 8.57%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.90

 K value IS 0.88

RGB Variations

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

Color information

#021E03 (or 0x021E03) is known color: Black Bean. HEX triplet: 02, 1E and 03. RGB value is (2,30,3). Sum of RGB (Red+Green+Blue) = 2+30+3=35 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.71% from 35); Green value is 30 (12.11% from 255 or 85.71% from 35); Blue value is 3 (1.56% from 255 or 8.57% from 35); Max value from RGB is 30 - color contains mainly: green. Hex color #021E03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021E03 is #FDE1FC. Grayscale: #121212. Windows color (decimal): -16638461 or 204290. OLE color: 204290.

HSL color Cylindrical-coordinate representation of color #021E03: hue angle of 122.14º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #021E03 is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.88.

Color convert

RGB 2 30 3 -
CMYK 0.93 0 0.90 0.88
HSL 122.14º 0.88% 0.06% -
HSV(B) 122.14º 0.93% 0.12% -
XYZ 0.51 0.95 0.24 -
YUV 18.55 119.22 116.2 -
System Red Green Blue C M Y K H S L
Decimal 2 30 3 0.93 0 0.90 0.88 122.14 0.88 0.06
Hex 2 1E 3 5D 0 5A 58 7A 58 6
Octal 2 36 3 135 0 132 130 172 130 6
Binary 10 11110 11 1011101 0 1011010 1011000 1111010 1011000 110

Color Harmonies of #021E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021E03

Black with #021E03

Text Example


Text Example

White with #021E03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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