#040005

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

Shades of Blackcurrant #040005

Tints of Blackcurrant #040005

Color information

#040005 (or 0x040005) is unknown color: approx Blackcurrant. HEX triplet: 04, 00 and 05. RGB value is (4,0,5). Sum of RGB (Red+Green+Blue) = 4+0+5=9 (1% of max value = 765). Red value is 4 (1.95% from 255 or 44.44% from 9); Green value is 0 (0.39% from 255 or 0% from 9); Blue value is 5 (2.34% from 255 or 55.56% from 9); Max value from RGB is 5 - color contains mainly: blue. Hex color #040005 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040005 is #FBFFFA. Grayscale: #010101. Windows color (decimal): -16515067 or 327684. OLE color: 327684.

HSL color Cylindrical-coordinate representation of color #040005: hue angle of 288º 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 #040005 is Cyan = 0.20, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.98.

Color convert

RGB405-
CMYK0.20100.98
HSL288º100%0.98%-
HSV(B)288º100%1.96%-
XYZ0.080.040.15-
YUV1.77129.83129.59-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 44.44%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 5 (2.34% from 255) = 55.56%
R=44.44%
G=0%
B=55.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal4050.20100.982881000.98
Hex4051464062120641
Octal4052414401424401441
Binary10001011010011001000110001010010000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040005; }

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

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

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

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

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

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

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

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