#021E07

Color #021E07 Black Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Bean #021E07

Tints of Black Bean #021E07

Color information

#021E07 (or 0x021E07) is unknown color: approx 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

RGB2307-
CMYK0.9300.770.88
HSL130.71º87.5%6.27%-
HSV(B)130.71º93.33%11.76%-
XYZ0.530.960.36-
YUV19.01121.22115.87-

RGB Variations

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

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.12% from 255) = 17.95%
R=5.13%
G=76.92%
B=17.95%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal23070.9300.770.88130.7187.56.27
Hex21E75D04D5883586
Octal236713501151302031306
Binary10111101111011101010011011011000100000111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>