#070109

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

Shades of Blackcurrant #070109

Tints of Blackcurrant #070109

Color information

#070109 (or 0x070109) is unknown color: approx Blackcurrant. HEX triplet: 07, 01 and 09. RGB value is (7,1,9). Sum of RGB (Red+Green+Blue) = 7+1+9=17 (2% of max value = 765). Red value is 7 (3.12% from 255 or 41.18% from 17); Green value is 1 (0.78% from 255 or 5.88% from 17); Blue value is 9 (3.91% from 255 or 52.94% from 17); Max value from RGB is 9 - color contains mainly: blue. Hex color #070109 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070109 is #F8FEF6. Grayscale: #030303. Windows color (decimal): -16318199 or 590087. OLE color: 590087.

HSL color Cylindrical-coordinate representation of color #070109: hue angle of 285º degrees, saturation: 0.8, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #070109 is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB719-
CMYK0.220.8900.96
HSL285º80%1.96%-
HSV(B)285º88.89%3.53%-
XYZ0.150.090.27-
YUV3.71130.99130.35-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 41.18%
GREEN value IS 1 (0.78% from 255) = 5.88%
BLUE value IS 9 (3.91% from 255) = 52.94%
R=41.18%
G=5.88%
B=52.94%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal7190.220.8900.96285801.96
Hex719165906011d502
Octal71112613101404351202
Binary1111100110110101100101100000100011101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070109; }

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

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

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

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

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

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

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

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