Html Css Color HEX #020F02 Black Bean

📋 copy color: '#020F02'

red 2 ◦ green 15 ◦ blue 2

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

Shades of Black Bean #020F02

Tints of Black Bean #020F02

RGB

 RED value IS 2 (1.17% from 255) = 10.53%

 GREEN value IS 15 (6.25% from 255) = 78.95%

 BLUE value IS 2 (1.17% from 255) = 10.53%

R = 10.53%
G = 78.95%
B = 10.53%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.87

 K value IS 0.94

RGB Variations

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

Color information

#020F02 (or 0x020F02) is known color: Black Bean. HEX triplet: 02, 0F and 02. RGB value is (2,15,2). Sum of RGB (Red+Green+Blue) = 2+15+2=19 (2% of max value = 765). Red value is 2 (1.17% from 255 or 10.53% from 19); Green value is 15 (6.25% from 255 or 78.95% from 19); Blue value is 2 (1.17% from 255 or 10.53% from 19); Max value from RGB is 15 - color contains mainly: green. Hex color #020F02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020F02 is #FDF0FD. Grayscale: #090909. Windows color (decimal): -16642302 or 134914. OLE color: 134914.

HSL color Cylindrical-coordinate representation of color #020F02: hue angle of 120º degrees, saturation: 0.76, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #020F02 is Cyan = 0.87, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.94.

Color convert

RGB 2 15 2 -
CMYK 0.87 0 0.87 0.94
HSL 120º 0.76% 0.03% -
HSV(B) 120º 0.87% 0.06% -
XYZ 0.21 0.36 0.12 -
YUV 9.63 123.69 122.56 -
System Red Green Blue C M Y K H S L
Decimal 2 15 2 0.87 0 0.87 0.94 120 0.76 0.03
Hex 2 F 2 57 0 57 5E 78 4C 3
Octal 2 17 2 127 0 127 136 170 114 3
Binary 10 1111 10 1010111 0 1010111 1011110 1111000 1001100 11

Color Harmonies of #020F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020F02

Black with #020F02

Text Example


Text Example

White with #020F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020F02; }

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

 H1.HeaderClassName
 {
   color: #020F02;
 }
 .AnyTagClassName
 {
   color: #020F02;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #020F02;
 }
 .BgClassName
 {
   background-color: #020F02;
 }
</style>

border-color css

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

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

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