#020F01

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

Shades of Black Bean #020F01

Tints of Black Bean #020F01

Color information

#020F01 (or 0x020F01) is unknown color: approx Black Bean. HEX triplet: 02, 0F and 01. RGB value is (2,15,1). Sum of RGB (Red+Green+Blue) = 2+15+1=18 (2% of max value = 765). Red value is 2 (1.17% from 255 or 11.11% from 18); Green value is 15 (6.25% from 255 or 83.33% from 18); Blue value is 1 (0.78% from 255 or 5.56% from 18); Max value from RGB is 15 - color contains mainly: green. Hex color #020F01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020F01 is #FDF0FE. Grayscale: #090909. Windows color (decimal): -16642303 or 69378. OLE color: 69378.

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

Color convert

RGB2151-
CMYK0.8700.930.94
HSL115.71º87.5%3.14%-
HSV(B)115.71º93.33%5.88%-
XYZ0.20.360.09-
YUV9.52123.19122.64-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 11.11%
GREEN value IS 15 (6.25% from 255) = 83.33%
BLUE value IS 1 (0.78% from 255) = 5.56%
R=11.11%
G=83.33%
B=5.56%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal21510.8700.930.94115.7187.53.14
Hex2F15705D5E74583
Octal217112701351361641303
Binary101111110101110101110110111101110100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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