Html Css Color HEX #021E06 Black Bean

📋 copy color: '#021E06'

red 2 ◦ green 30 ◦ blue 6

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

Shades of Black Bean #021E06

Tints of Black Bean #021E06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 15.79%

R = 5.26%
G = 78.95%
B = 15.79%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.80

 K value IS 0.88

RGB Variations

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

Color information

#021E06 (or 0x021E06) is known color: Black Bean. HEX triplet: 02, 1E and 06. RGB value is (2,30,6). Sum of RGB (Red+Green+Blue) = 2+30+6=38 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5.26% from 38); Green value is 30 (12.11% from 255 or 78.95% from 38); Blue value is 6 (2.73% from 255 or 15.79% from 38); Max value from RGB is 30 - color contains mainly: green. Hex color #021E06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021E06 is #FDE1F9. Grayscale: #121212. Windows color (decimal): -16638458 or 400898. OLE color: 400898.

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

Color convert

RGB 2 30 6 -
CMYK 0.93 0 0.80 0.88
HSL 128.57º 0.88% 0.06% -
HSV(B) 128.57º 0.93% 0.12% -
XYZ 0.52 0.95 0.33 -
YUV 18.89 120.72 115.95 -
System Red Green Blue C M Y K H S L
Decimal 2 30 6 0.93 0 0.80 0.88 128.57 0.88 0.06
Hex 2 1E 6 5D 0 50 58 81 58 6
Octal 2 36 6 135 0 120 130 201 130 6
Binary 10 11110 110 1011101 0 1010000 1011000 10000001 1011000 110

Color Harmonies of #021E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021E06

Black with #021E06

Text Example


Text Example

White with #021E06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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