Html Css Color HEX #020902 Black Bean

📋 copy color: '#020902'

red 2 ◦ green 9 ◦ blue 2

#020902
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Bean #020902

Tints of Black Bean #020902

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 value IS 0.78

 M value IS 0

 Y value IS 0.78

 K value IS 0.96

RGB Variations

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

Color information

#020902 (or 0x020902) is known color: 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

RGB 2 9 2 -
CMYK 0.78 0 0.78 0.96
HSL 120º 0.64% 0.02% -
HSV(B) 120º 0.78% 0.04% -
XYZ 0.13 0.21 0.09 -
YUV 6.11 125.68 125.07 -
System Red Green Blue C M Y K H S L
Decimal 2 9 2 0.78 0 0.78 0.96 120 0.64 0.02
Hex 2 9 2 4E 0 4E 60 78 40 2
Octal 2 11 2 116 0 116 140 170 100 2
Binary 10 1001 10 1001110 0 1001110 1100000 1111000 1000000 10

Color Harmonies of #020902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020902

Black with #020902

Text Example


Text Example

White with #020902

Text Example


Text Example

HTML Codes & Css Web 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>