#022006

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

Shades of Black Bean #022006

Tints of Black Bean #022006

Color information

#022006 (or 0x022006) is unknown color: approx Black Bean. HEX triplet: 02, 20 and 06. RGB value is (2,32,6). Sum of RGB (Red+Green+Blue) = 2+32+6=40 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5% from 40); Green value is 32 (12.89% from 255 or 80% from 40); Blue value is 6 (2.73% from 255 or 15% from 40); Max value from RGB is 32 - color contains mainly: green. Hex color #022006 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022006 is #FDDFF9. Grayscale: #141414. Windows color (decimal): -16637946 or 401410. OLE color: 401410.

HSL color Cylindrical-coordinate representation of color #022006: hue angle of 128º degrees, saturation: 0.88, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #022006 is Cyan = 0.94, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.87.

Color convert

RGB2326-
CMYK0.9400.810.87
HSL128º88.24%6.67%-
HSV(B)128º93.75%12.55%-
XYZ0.571.060.35-
YUV20.07120.06115.11-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5%
GREEN value IS 32 (12.89% from 255) = 80%
BLUE value IS 6 (2.73% from 255) = 15%
R=5%
G=80%
B=15%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal23260.9400.810.8712888.246.67
Hex22065E0515780587
Octal240613601211272001307
Binary101000001101011110010100011010111100000001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022006; }

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

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

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

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

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

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

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

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