#040007

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

Shades of Blackcurrant #040007

Tints of Blackcurrant #040007

Color information

#040007 (or 0x040007) is unknown color: approx Blackcurrant. HEX triplet: 04, 00 and 07. RGB value is (4,0,7). Sum of RGB (Red+Green+Blue) = 4+0+7=11 (1% of max value = 765). Red value is 4 (1.95% from 255 or 36.36% from 11); Green value is 0 (0.39% from 255 or 0% from 11); Blue value is 7 (3.12% from 255 or 63.64% from 11); Max value from RGB is 7 - color contains mainly: blue. Hex color #040007 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040007 is #FBFFF8. Grayscale: #010101. Windows color (decimal): -16515065 or 458756. OLE color: 458756.

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

Color convert

RGB407-
CMYK0.43100.97
HSL274.29º100%1.37%-
HSV(B)274.29º100%2.75%-
XYZ0.090.040.2-
YUV1.99130.83129.43-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 36.36%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 7 (3.12% from 255) = 63.64%
R=36.36%
G=0%
B=63.64%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal4070.43100.97274.291001.37
Hex4072B64061112641
Octal4075314401414221441
Binary100011110101111001000110000110001001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040007; }

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

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

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

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

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

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

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

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