#070117

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

Shades of Black Russian #070117

Tints of Black Russian #070117

Color information

#070117 (or 0x070117) is unknown color: approx Black Russian. HEX triplet: 07, 01 and 17. RGB value is (7,1,23). Sum of RGB (Red+Green+Blue) = 7+1+23=31 (4% of max value = 765). Red value is 7 (3.12% from 255 or 22.58% from 31); Green value is 1 (0.78% from 255 or 3.23% from 31); Blue value is 23 (9.38% from 255 or 74.19% from 31); Max value from RGB is 23 - color contains mainly: blue. Hex color #070117 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070117 is #F8FEE8. Grayscale: #050505. Windows color (decimal): -16318185 or 1507591. OLE color: 1507591.

HSL color Cylindrical-coordinate representation of color #070117: hue angle of 256.36º 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 #070117 is Cyan = 0.70, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB7123-
CMYK0.700.9600.91
HSL256.36º91.67%4.71%-
HSV(B)256.36º95.65%9.02%-
XYZ0.250.130.82-
YUV5.3137.99129.21-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 22.58%
GREEN value IS 1 (0.78% from 255) = 3.23%
BLUE value IS 23 (9.38% from 255) = 74.19%
R=22.58%
G=3.23%
B=74.19%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal71230.700.9600.91256.3691.674.71
Hex7117466005B1005c5
Octal712710614001334001345
Binary11111011110001101100000010110111000000001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070117; }

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

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

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

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

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

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

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

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