#020A03

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

Shades of Black Bean #020A03

Tints of Black Bean #020A03

Color information

#020A03 (or 0x020A03) is unknown color: approx Black Bean. HEX triplet: 02, 0A and 03. RGB value is (2,10,3). Sum of RGB (Red+Green+Blue) = 2+10+3=15 (1% of max value = 765). Red value is 2 (1.17% from 255 or 13.33% from 15); Green value is 10 (4.30% from 255 or 66.67% from 15); Blue value is 3 (1.56% from 255 or 20% from 15); Max value from RGB is 10 - color contains mainly: green. Hex color #020A03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020A03 is #FDF5FC. Grayscale: #060606. Windows color (decimal): -16643581 or 199170. OLE color: 199170.

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

Color convert

RGB2103-
CMYK0.800.700.96
HSL127.5º66.67%2.35%-
HSV(B)127.5º80%3.92%-
XYZ0.150.240.12-
YUV6.81125.85124.57-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 13.33%
GREEN value IS 10 (4.30% from 255) = 66.67%
BLUE value IS 3 (1.56% from 255) = 20%
R=13.33%
G=66.67%
B=20%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal21030.800.700.96127.566.672.35
Hex2A3500466080432
Octal212312001061402001032
Binary10101011101000001000110110000010000000100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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