#021906

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

Shades of Black Bean #021906

Tints of Black Bean #021906

Color information

#021906 (or 0x021906) is unknown color: approx Black Bean. HEX triplet: 02, 19 and 06. RGB value is (2,25,6). Sum of RGB (Red+Green+Blue) = 2+25+6=33 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.06% from 33); Green value is 25 (10.16% from 255 or 75.76% from 33); Blue value is 6 (2.73% from 255 or 18.18% from 33); Max value from RGB is 25 - color contains mainly: green. Hex color #021906 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021906 is #FDE6F9. Grayscale: #101010. Windows color (decimal): -16639738 or 399618. OLE color: 399618.

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

Color convert

RGB2256-
CMYK0.9200.760.90
HSL130.43º85.19%5.29%-
HSV(B)130.43º92%9.8%-
XYZ0.410.720.29-
YUV15.96122.38118.04-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 6.06%
GREEN value IS 25 (10.16% from 255) = 75.76%
BLUE value IS 6 (2.73% from 255) = 18.18%
R=6.06%
G=75.76%
B=18.18%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal22560.9200.760.90130.4385.195.29
Hex21965C04C5A82555
Octal231613401141322021255
Binary10110011101011100010011001011010100000101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021906; }

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

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

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

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

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

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

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

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