#070108

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

Shades of Blackcurrant #070108

Tints of Blackcurrant #070108

Color information

#070108 (or 0x070108) is unknown color: approx Blackcurrant. HEX triplet: 07, 01 and 08. RGB value is (7,1,8). Sum of RGB (Red+Green+Blue) = 7+1+8=16 (2% of max value = 765). Red value is 7 (3.12% from 255 or 43.75% from 16); Green value is 1 (0.78% from 255 or 6.25% from 16); Blue value is 8 (3.52% from 255 or 50% from 16); Max value from RGB is 8 - color contains mainly: blue. Hex color #070108 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070108 is #F8FEF7. Grayscale: #030303. Windows color (decimal): -16318200 or 524551. OLE color: 524551.

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

Color convert

RGB718-
CMYK0.130.8800.97
HSL291.43º77.78%1.76%-
HSV(B)291.43º87.5%3.14%-
XYZ0.140.080.24-
YUV3.59130.49130.43-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 43.75%
GREEN value IS 1 (0.78% from 255) = 6.25%
BLUE value IS 8 (3.52% from 255) = 50%
R=43.75%
G=6.25%
B=50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal7180.130.8800.97291.4377.781.76
Hex718D580611234e2
Octal71101513001414431162
Binary111110001101101100001100001100100011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070108; }

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

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

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

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

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

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

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

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