#021205

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

Shades of Black Bean #021205

Tints of Black Bean #021205

Color information

#021205 (or 0x021205) is unknown color: approx Black Bean. HEX triplet: 02, 12 and 05. RGB value is (2,18,5). Sum of RGB (Red+Green+Blue) = 2+18+5=25 (3% of max value = 765). Red value is 2 (1.17% from 255 or 8% from 25); Green value is 18 (7.42% from 255 or 72% from 25); Blue value is 5 (2.34% from 255 or 20% from 25); Max value from RGB is 18 - color contains mainly: green. Hex color #021205 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021205 is #FDEDFA. Grayscale: #0B0B0B. Windows color (decimal): -16641531 or 332290. OLE color: 332290.

HSL color Cylindrical-coordinate representation of color #021205: hue angle of 131.25º degrees, saturation: 0.8, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #021205 is Cyan = 0.89, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.93.

Color convert

RGB2185-
CMYK0.8900.720.93
HSL131.25º80%3.92%-
HSV(B)131.25º88.89%7.06%-
XYZ0.270.460.22-
YUV11.73124.2121.06-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 8%
GREEN value IS 18 (7.42% from 255) = 72%
BLUE value IS 5 (2.34% from 255) = 20%
R=8%
G=72%
B=20%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal21850.8900.720.93131.25803.92
Hex2125590485D83504
Octal222513101101352031204
Binary10100101011011001010010001011101100000111010000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021205; }

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

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

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

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

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

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

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

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