#020D04

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

Shades of Black Bean #020D04

Tints of Black Bean #020D04

Color information

#020D04 (or 0x020D04) is unknown color: approx Black Bean. HEX triplet: 02, 0D and 04. RGB value is (2,13,4). Sum of RGB (Red+Green+Blue) = 2+13+4=19 (2% of max value = 765). Red value is 2 (1.17% from 255 or 10.53% from 19); Green value is 13 (5.47% from 255 or 68.42% from 19); Blue value is 4 (1.95% from 255 or 21.05% from 19); Max value from RGB is 13 - color contains mainly: green. Hex color #020D04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020D04 is #FDF2FB. Grayscale: #080808. Windows color (decimal): -16642812 or 265474. OLE color: 265474.

HSL color Cylindrical-coordinate representation of color #020D04: hue angle of 130.91º 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 #020D04 is Cyan = 0.85, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.95.

Color convert

RGB2134-
CMYK0.8500.690.95
HSL130.91º73.33%2.94%-
HSV(B)130.91º84.62%5.1%-
XYZ0.190.310.16-
YUV8.68125.36123.23-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 10.53%
GREEN value IS 13 (5.47% from 255) = 68.42%
BLUE value IS 4 (1.95% from 255) = 21.05%
R=10.53%
G=68.42%
B=21.05%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal21340.8500.690.95130.9173.332.94
Hex2D4550455F83493
Octal215412501051372031113
Binary101101100101010101000101101111110000011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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