Html Css Color HEX #021E05 Black Bean

📋 copy color: '#021E05'

red 2 ◦ green 30 ◦ blue 5

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

Shades of Black Bean #021E05

Tints of Black Bean #021E05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 13.51%

R = 5.41%
G = 81.08%
B = 13.51%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.83

 K value IS 0.88

RGB Variations

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

Color information

#021E05 (or 0x021E05) is known color: Black Bean. HEX triplet: 02, 1E and 05. RGB value is (2,30,5). Sum of RGB (Red+Green+Blue) = 2+30+5=37 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.41% from 37); Green value is 30 (12.11% from 255 or 81.08% from 37); Blue value is 5 (2.34% from 255 or 13.51% from 37); Max value from RGB is 30 - color contains mainly: green. Hex color #021E05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021E05 is #FDE1FA. Grayscale: #121212. Windows color (decimal): -16638459 or 335362. OLE color: 335362.

HSL color Cylindrical-coordinate representation of color #021E05: hue angle of 126.43º 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 #021E05 is Cyan = 0.93, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.88.

Color convert

RGB 2 30 5 -
CMYK 0.93 0 0.83 0.88
HSL 126.43º 0.88% 0.06% -
HSV(B) 126.43º 0.93% 0.12% -
XYZ 0.52 0.95 0.3 -
YUV 18.78 120.22 116.03 -
System Red Green Blue C M Y K H S L
Decimal 2 30 5 0.93 0 0.83 0.88 126.43 0.88 0.06
Hex 2 1E 5 5D 0 53 58 7E 58 6
Octal 2 36 5 135 0 123 130 176 130 6
Binary 10 11110 101 1011101 0 1010011 1011000 1111110 1011000 110

Color Harmonies of #021E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021E05

Black with #021E05

Text Example


Text Example

White with #021E05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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