#021302

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

Shades of Black Bean #021302

Tints of Black Bean #021302

Color information

#021302 (or 0x021302) is unknown color: approx Black Bean. HEX triplet: 02, 13 and 02. RGB value is (2,19,2). Sum of RGB (Red+Green+Blue) = 2+19+2=23 (3% of max value = 765). Red value is 2 (1.17% from 255 or 8.70% from 23); Green value is 19 (7.81% from 255 or 82.61% from 23); Blue value is 2 (1.17% from 255 or 8.70% from 23); Max value from RGB is 19 - color contains mainly: green. Hex color #021302 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021302 is #FDECFD. Grayscale: #0C0C0C. Windows color (decimal): -16641278 or 135938. OLE color: 135938.

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

Color convert

RGB2192-
CMYK0.8900.890.93
HSL120º80.95%4.12%-
HSV(B)120º89.47%7.45%-
XYZ0.270.480.14-
YUV11.98122.37120.88-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 8.70%
GREEN value IS 19 (7.81% from 255) = 82.61%
BLUE value IS 2 (1.17% from 255) = 8.70%
R=8.70%
G=82.61%
B=8.70%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal21920.8900.890.9312080.954.12
Hex2132590595D78514
Octal223213101311351701214
Binary101001110101100101011001101110111110001010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021302; }

 p { color: rgb(2,19,2); }

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

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

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

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

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

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

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