#020F03

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

Shades of Black Bean #020F03

Tints of Black Bean #020F03

Color information

#020F03 (or 0x020F03) is unknown color: approx Black Bean. HEX triplet: 02, 0F and 03. RGB value is (2,15,3). Sum of RGB (Red+Green+Blue) = 2+15+3=20 (2% of max value = 765). Red value is 2 (1.17% from 255 or 10% from 20); Green value is 15 (6.25% from 255 or 75% from 20); Blue value is 3 (1.56% from 255 or 15% from 20); Max value from RGB is 15 - color contains mainly: green. Hex color #020F03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020F03 is #FDF0FC. Grayscale: #090909. Windows color (decimal): -16642301 or 200450. OLE color: 200450.

HSL color Cylindrical-coordinate representation of color #020F03: hue angle of 124.62º 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 #020F03 is Cyan = 0.87, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.94.

Color convert

RGB2153-
CMYK0.8700.800.94
HSL124.62º76.47%3.33%-
HSV(B)124.62º86.67%5.88%-
XYZ0.210.360.14-
YUV9.75124.19122.48-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 10%
GREEN value IS 15 (6.25% from 255) = 75%
BLUE value IS 3 (1.56% from 255) = 15%
R=10%
G=75%
B=15%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal21530.8700.800.94124.6276.473.33
Hex2F3570505E7d4c3
Octal217312701201361751143
Binary1011111110101110101000010111101111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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