#040107

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

Shades of Blackcurrant #040107

Tints of Blackcurrant #040107

Color information

#040107 (or 0x040107) is unknown color: approx Blackcurrant. HEX triplet: 04, 01 and 07. RGB value is (4,1,7). Sum of RGB (Red+Green+Blue) = 4+1+7=12 (1% of max value = 765). Red value is 4 (1.95% from 255 or 33.33% from 12); Green value is 1 (0.78% from 255 or 8.33% from 12); Blue value is 7 (3.12% from 255 or 58.33% from 12); Max value from RGB is 7 - color contains mainly: blue. Hex color #040107 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040107 is #FBFEF8. Grayscale: #020202. Windows color (decimal): -16514809 or 459012. OLE color: 459012.

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

Color convert

RGB417-
CMYK0.430.8600.97
HSL270º75%1.57%-
HSV(B)270º85.71%2.75%-
XYZ0.10.060.21-
YUV2.58130.49129.01-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 33.33%
GREEN value IS 1 (0.78% from 255) = 8.33%
BLUE value IS 7 (3.12% from 255) = 58.33%
R=33.33%
G=8.33%
B=58.33%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal4170.430.8600.97270751.57
Hex4172B5606110e4b2
Octal4175312601414161132
Binary1001111101011101011001100001100001110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040107; }

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

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

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

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

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

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

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

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