#022306

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

Shades of Black Bean #022306

Tints of Black Bean #022306

Color information

#022306 (or 0x022306) is unknown color: approx Black Bean. HEX triplet: 02, 23 and 06. RGB value is (2,35,6). Sum of RGB (Red+Green+Blue) = 2+35+6=43 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.65% from 43); Green value is 35 (14.06% from 255 or 81.40% from 43); Blue value is 6 (2.73% from 255 or 13.95% from 43); Max value from RGB is 35 - color contains mainly: green. Hex color #022306 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022306 is #FDDCF9. Grayscale: #151515. Windows color (decimal): -16637178 or 402178. OLE color: 402178.

HSL color Cylindrical-coordinate representation of color #022306: hue angle of 127.27º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #022306 is Cyan = 0.94, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.86.

Color convert

RGB2356-
CMYK0.9400.830.86
HSL127.27º89.19%7.25%-
HSV(B)127.27º94.29%13.73%-
XYZ0.661.230.37-
YUV21.83119.07113.86-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.65%
GREEN value IS 35 (14.06% from 255) = 81.40%
BLUE value IS 6 (2.73% from 255) = 13.95%
R=4.65%
G=81.40%
B=13.95%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal23560.9400.830.86127.2789.197.25
Hex22365E053567f597
Octal243613601231261771317
Binary10100011110101111001010011101011011111111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022306; }

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

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

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

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

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

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

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

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