#020005

Color #020005 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #020005

Tints of Blackcurrant #020005

Color information

#020005 (or 0x020005) is unknown color: approx Blackcurrant. HEX triplet: 02, 00 and 05. RGB value is (2,0,5). Sum of RGB (Red+Green+Blue) = 2+0+5=7 (0% of max value = 765). Red value is 2 (1.17% from 255 or 28.57% from 7); Green value is 0 (0.39% from 255 or 0% from 7); Blue value is 5 (2.34% from 255 or 71.43% from 7); Max value from RGB is 5 - color contains mainly: blue. Hex color #020005 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020005 is #FDFFFA. Grayscale: #010101. Windows color (decimal): -16646139 or 327682. OLE color: 327682.

HSL color Cylindrical-coordinate representation of color #020005: hue angle of 264º degrees, saturation: 1, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 1%. Process color model (Four color, CMYK) of #020005 is Cyan = 0.60, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.98.

Color convert

RGB205-
CMYK0.60100.98
HSL264º100%0.98%-
HSV(B)264º100%1.96%-
XYZ0.050.020.15-
YUV1.17130.16128.59-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 28.57%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 5 (2.34% from 255) = 71.43%
R=28.57%
G=0%
B=71.43%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal2050.60100.982641000.98
Hex2053C64062108641
Octal2057414401424101441
Binary10010111110011001000110001010000100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020005; }

 p { color: rgb(2,0,5); }

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

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

 a { background-color: rgb(2,0,5); }

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

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

 span { border-color: rgb(2,0,5); }

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