#020D03

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

Shades of Black Bean #020D03

Tints of Black Bean #020D03

Color information

#020D03 (or 0x020D03) is unknown color: approx Black Bean. HEX triplet: 02, 0D and 03. RGB value is (2,13,3). Sum of RGB (Red+Green+Blue) = 2+13+3=18 (2% of max value = 765). Red value is 2 (1.17% from 255 or 11.11% from 18); Green value is 13 (5.47% from 255 or 72.22% from 18); Blue value is 3 (1.56% from 255 or 16.67% from 18); Max value from RGB is 13 - color contains mainly: green. Hex color #020D03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020D03 is #FDF2FC. Grayscale: #080808. Windows color (decimal): -16642813 or 199938. OLE color: 199938.

HSL color Cylindrical-coordinate representation of color #020D03: hue angle of 125.45º degrees, saturation: 0.73, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #020D03 is Cyan = 0.85, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.95.

Color convert

RGB2133-
CMYK0.8500.770.95
HSL125.45º73.33%2.94%-
HSV(B)125.45º84.62%5.1%-
XYZ0.190.310.14-
YUV8.57124.86123.31-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 11.11%
GREEN value IS 13 (5.47% from 255) = 72.22%
BLUE value IS 3 (1.56% from 255) = 16.67%
R=11.11%
G=72.22%
B=16.67%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal21330.8500.770.95125.4573.332.94
Hex2D35504D5F7d493
Octal215312501151371751113
Binary1011011110101010100110110111111111101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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