#070608

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

Shades of Blackcurrant #070608

Tints of Blackcurrant #070608

Color information

#070608 (or 0x070608) is unknown color: approx Blackcurrant. HEX triplet: 07, 06 and 08. RGB value is (7,6,8). Sum of RGB (Red+Green+Blue) = 7+6+8=21 (2% of max value = 765). Red value is 7 (3.12% from 255 or 33.33% from 21); Green value is 6 (2.73% from 255 or 28.57% from 21); Blue value is 8 (3.52% from 255 or 38.10% from 21); Max value from RGB is 8 - color contains mainly: blue. Hex color #070608 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070608 is #F8F9F7. Grayscale: #060606. Windows color (decimal): -16316920 or 525831. OLE color: 525831.

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

Color convert

RGB768-
CMYK0.130.2500.97
HSL270º14.29%2.75%-
HSV(B)270º25%3.14%-
XYZ0.20.190.26-
YUV6.53128.83128.34-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 33.33%
GREEN value IS 6 (2.73% from 255) = 28.57%
BLUE value IS 8 (3.52% from 255) = 38.10%
R=33.33%
G=28.57%
B=38.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal7680.130.2500.9727014.292.75
Hex768D1906110ee3
Octal761015310141416163
Binary111110100011011100101100001100001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070608; }

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

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

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

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

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

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

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

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