#020902

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

Shades of Black Bean #020902

Tints of Black Bean #020902

Color information

#020902 (or 0x020902) is unknown color: approx Black Bean. HEX triplet: 02, 09 and 02. RGB value is (2,9,2). Sum of RGB (Red+Green+Blue) = 2+9+2=13 (1% of max value = 765). Red value is 2 (1.17% from 255 or 15.38% from 13); Green value is 9 (3.91% from 255 or 69.23% from 13); Blue value is 2 (1.17% from 255 or 15.38% from 13); Max value from RGB is 9 - color contains mainly: green. Hex color #020902 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020902 is #FDF6FD. Grayscale: #060606. Windows color (decimal): -16643838 or 133378. OLE color: 133378.

HSL color Cylindrical-coordinate representation of color #020902: hue angle of 120º degrees, saturation: 0.64, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #020902 is Cyan = 0.78, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.96.

Color convert

RGB292-
CMYK0.7800.780.96
HSL120º63.64%2.16%-
HSV(B)120º77.78%3.53%-
XYZ0.130.210.09-
YUV6.11125.68125.07-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 15.38%
GREEN value IS 9 (3.91% from 255) = 69.23%
BLUE value IS 2 (1.17% from 255) = 15.38%
R=15.38%
G=69.23%
B=15.38%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal2920.7800.780.9612063.642.16
Hex2924E04E6078402
Octal211211601161401701002
Binary1010011010011100100111011000001111000100000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020902; }

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

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

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

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

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

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

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

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