#022206

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

Shades of Black Bean #022206

Tints of Black Bean #022206

Color information

#022206 (or 0x022206) is unknown color: approx Black Bean. HEX triplet: 02, 22 and 06. RGB value is (2,34,6). Sum of RGB (Red+Green+Blue) = 2+34+6=42 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.76% from 42); Green value is 34 (13.67% from 255 or 80.95% from 42); Blue value is 6 (2.73% from 255 or 14.29% from 42); Max value from RGB is 34 - color contains mainly: green. Hex color #022206 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022206 is #FDDDF9. Grayscale: #151515. Windows color (decimal): -16637434 or 401922. OLE color: 401922.

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

Color convert

RGB2346-
CMYK0.9400.820.87
HSL127.5º88.89%7.06%-
HSV(B)127.5º94.12%13.33%-
XYZ0.631.170.36-
YUV21.24119.4114.28-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.76%
GREEN value IS 34 (13.67% from 255) = 80.95%
BLUE value IS 6 (2.73% from 255) = 14.29%
R=4.76%
G=80.95%
B=14.29%

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
Decimal23460.9400.820.87127.588.897.06
Hex22265E0525780597
Octal242613601221272001317
Binary101000101101011110010100101010111100000001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022206; }

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

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

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

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

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

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

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

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