#021605

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

Shades of Black Bean #021605

Tints of Black Bean #021605

Color information

#021605 (or 0x021605) is unknown color: approx Black Bean. HEX triplet: 02, 16 and 05. RGB value is (2,22,5). Sum of RGB (Red+Green+Blue) = 2+22+5=29 (3% of max value = 765). Red value is 2 (1.17% from 255 or 6.90% from 29); Green value is 22 (8.98% from 255 or 75.86% from 29); Blue value is 5 (2.34% from 255 or 17.24% from 29); Max value from RGB is 22 - color contains mainly: green. Hex color #021605 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021605 is #FDE9FA. Grayscale: #0E0E0E. Windows color (decimal): -16640507 or 333314. OLE color: 333314.

HSL color Cylindrical-coordinate representation of color #021605: hue angle of 129º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #021605 is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.91.

Color convert

RGB2225-
CMYK0.9100.770.91
HSL129º83.33%4.71%-
HSV(B)129º90.91%8.63%-
XYZ0.340.60.24-
YUV14.08122.87119.38-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 6.90%
GREEN value IS 22 (8.98% from 255) = 75.86%
BLUE value IS 5 (2.34% from 255) = 17.24%
R=6.90%
G=75.86%
B=17.24%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal22250.9100.770.9112983.334.71
Hex21655B04D5B81535
Octal226513301151332011235
Binary10101101011011011010011011011011100000011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021605; }

 p { color: rgb(2,22,5); }

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

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

 a { background-color: rgb(2,22,5); }

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

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

 span { border-color: rgb(2,22,5); }

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