Html Css Color HEX #021E07 Black Bean

📋 copy color: '#021E07'

red 2 ◦ green 30 ◦ blue 7

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

Shades of Black Bean #021E07

Tints of Black Bean #021E07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 17.95%

R = 5.13%
G = 76.92%
B = 17.95%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.77

 K value IS 0.88

RGB Variations

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

Color information

#021E07 (or 0x021E07) is known color: Black Bean. HEX triplet: 02, 1E and 07. RGB value is (2,30,7). Sum of RGB (Red+Green+Blue) = 2+30+7=39 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5.13% from 39); Green value is 30 (12.11% from 255 or 76.92% from 39); Blue value is 7 (3.12% from 255 or 17.95% from 39); Max value from RGB is 30 - color contains mainly: green. Hex color #021E07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021E07 is #FDE1F8. Grayscale: #131313. Windows color (decimal): -16638457 or 466434. OLE color: 466434.

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

Color convert

RGB 2 30 7 -
CMYK 0.93 0 0.77 0.88
HSL 130.71º 0.88% 0.06% -
HSV(B) 130.71º 0.93% 0.12% -
XYZ 0.53 0.96 0.36 -
YUV 19.01 121.22 115.87 -
System Red Green Blue C M Y K H S L
Decimal 2 30 7 0.93 0 0.77 0.88 130.71 0.88 0.06
Hex 2 1E 7 5D 0 4D 58 83 58 6
Octal 2 36 7 135 0 115 130 203 130 6
Binary 10 11110 111 1011101 0 1001101 1011000 10000011 1011000 110

Color Harmonies of #021E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021E07

Black with #021E07

Text Example


Text Example

White with #021E07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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