#070708

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

Shades of Black Russian #070708

Tints of Black Russian #070708

Color information

#070708 (or 0x070708) is unknown color: approx Black Russian. HEX triplet: 07, 07 and 08. RGB value is (7,7,8). Sum of RGB (Red+Green+Blue) = 7+7+8=22 (2% of max value = 765). Red value is 7 (3.12% from 255 or 31.82% from 22); Green value is 7 (3.12% from 255 or 31.82% from 22); Blue value is 8 (3.52% from 255 or 36.36% from 22); Max value from RGB is 8 - color contains mainly: blue. Hex color #070708 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070708 is #F8F8F7. Grayscale: #070707. Windows color (decimal): -16316664 or 526087. OLE color: 526087.

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

Color convert

RGB778-
CMYK0.130.1300.97
HSL240º6.67%2.94%-
HSV(B)240º12.5%3.14%-
XYZ0.210.210.26-
YUV7.11128.5127.92-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 31.82%
GREEN value IS 7 (3.12% from 255) = 31.82%
BLUE value IS 8 (3.52% from 255) = 36.36%
R=31.82%
G=31.82%
B=36.36%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal7780.130.1300.972406.672.94
Hex778DD061f073
Octal77101515014136073
Binary111111100011011101011000011111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070708; }

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

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

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

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

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

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

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

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