#070118

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

Shades of Black Russian #070118

Tints of Black Russian #070118

Color information

#070118 (or 0x070118) is unknown color: approx Black Russian. HEX triplet: 07, 01 and 18. RGB value is (7,1,24). Sum of RGB (Red+Green+Blue) = 7+1+24=32 (4% of max value = 765). Red value is 7 (3.12% from 255 or 21.88% from 32); Green value is 1 (0.78% from 255 or 3.12% from 32); Blue value is 24 (9.77% from 255 or 75% from 32); Max value from RGB is 24 - color contains mainly: blue. Hex color #070118 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070118 is #F8FEE7. Grayscale: #050505. Windows color (decimal): -16318184 or 1573127. OLE color: 1573127.

HSL color Cylindrical-coordinate representation of color #070118: hue angle of 255.65º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #070118 is Cyan = 0.71, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB7124-
CMYK0.710.9600.91
HSL255.65º92%4.9%-
HSV(B)255.65º95.83%9.41%-
XYZ0.260.130.88-
YUV5.42138.49129.13-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 21.88%
GREEN value IS 1 (0.78% from 255) = 3.12%
BLUE value IS 24 (9.77% from 255) = 75%
R=21.88%
G=3.12%
B=75%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal71240.710.9600.91255.65924.9
Hex7118476005B1005c5
Octal713010714001334001345
Binary11111100010001111100000010110111000000001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070118; }

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

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

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

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

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

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

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

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