#022106

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

Shades of Black Bean #022106

Tints of Black Bean #022106

Color information

#022106 (or 0x022106) is unknown color: approx Black Bean. HEX triplet: 02, 21 and 06. RGB value is (2,33,6). Sum of RGB (Red+Green+Blue) = 2+33+6=41 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.88% from 41); Green value is 33 (13.28% from 255 or 80.49% from 41); Blue value is 6 (2.73% from 255 or 14.63% from 41); Max value from RGB is 33 - color contains mainly: green. Hex color #022106 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022106 is #FDDEF9. Grayscale: #141414. Windows color (decimal): -16637690 or 401666. OLE color: 401666.

HSL color Cylindrical-coordinate representation of color #022106: hue angle of 127.74º degrees, saturation: 0.89, 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 #022106 is Cyan = 0.94, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.87.

Color convert

RGB2336-
CMYK0.9400.820.87
HSL127.74º88.57%6.86%-
HSV(B)127.74º93.94%12.94%-
XYZ0.61.110.36-
YUV20.65119.73114.7-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.88%
GREEN value IS 33 (13.28% from 255) = 80.49%
BLUE value IS 6 (2.73% from 255) = 14.63%
R=4.88%
G=80.49%
B=14.63%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal23360.9400.820.87127.7488.576.86
Hex22165E0525780597
Octal241613601221272001317
Binary101000011101011110010100101010111100000001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022106; }

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

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

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

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

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

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

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

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