#021802

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

Shades of Black Bean #021802

Tints of Black Bean #021802

Color information

#021802 (or 0x021802) is unknown color: approx Black Bean. HEX triplet: 02, 18 and 02. RGB value is (2,24,2). Sum of RGB (Red+Green+Blue) = 2+24+2=28 (3% of max value = 765). Red value is 2 (1.17% from 255 or 7.14% from 28); Green value is 24 (9.77% from 255 or 85.71% from 28); Blue value is 2 (1.17% from 255 or 7.14% from 28); Max value from RGB is 24 - color contains mainly: green. Hex color #021802 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021802 is #FDE7FD. Grayscale: #0E0E0E. Windows color (decimal): -16639998 or 137218. OLE color: 137218.

HSL color Cylindrical-coordinate representation of color #021802: hue angle of 120º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #021802 is Cyan = 0.92, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.91.

Color convert

RGB2242-
CMYK0.9200.920.91
HSL120º84.62%5.1%-
HSV(B)120º91.67%9.41%-
XYZ0.360.670.17-
YUV14.91120.71118.79-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 7.14%
GREEN value IS 24 (9.77% from 255) = 85.71%
BLUE value IS 2 (1.17% from 255) = 7.14%
R=7.14%
G=85.71%
B=7.14%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal22420.9200.920.9112084.625.1
Hex21825C05C5B78555
Octal230213401341331701255
Binary101100010101110001011100101101111110001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021802; }

 p { color: rgb(2,24,2); }

 H1.HeaderClassName
 {
   color: #021802;
 }
 .AnyTagClassName
 {
   color: #021802;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #021802;
 }
 .BgClassName
 {
   background-color: #021802;
 }
</style>
border-color css

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

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

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