#021604

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

Shades of Black Bean #021604

Tints of Black Bean #021604

Color information

#021604 (or 0x021604) is unknown color: approx Black Bean. HEX triplet: 02, 16 and 04. RGB value is (2,22,4). Sum of RGB (Red+Green+Blue) = 2+22+4=28 (3% of max value = 765). Red value is 2 (1.17% from 255 or 7.14% from 28); Green value is 22 (8.98% from 255 or 78.57% from 28); Blue value is 4 (1.95% from 255 or 14.29% from 28); Max value from RGB is 22 - color contains mainly: green. Hex color #021604 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021604 is #FDE9FB. Grayscale: #0E0E0E. Windows color (decimal): -16640508 or 267778. OLE color: 267778.

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

Color convert

RGB2224-
CMYK0.9100.820.91
HSL126º83.33%4.71%-
HSV(B)126º90.91%8.63%-
XYZ0.330.60.21-
YUV13.97122.37119.46-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 7.14%
GREEN value IS 22 (8.98% from 255) = 78.57%
BLUE value IS 4 (1.95% from 255) = 14.29%
R=7.14%
G=78.57%
B=14.29%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal22240.9100.820.9112683.334.71
Hex21645B0525B7e535
Octal226413301221331761235
Binary1010110100101101101010010101101111111101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021604; }

 p { color: rgb(2,22,4); }

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

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

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

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

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

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

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