#070311

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

Shades of Black Russian #070311

Tints of Black Russian #070311

Color information

#070311 (or 0x070311) is unknown color: approx Black Russian. HEX triplet: 07, 03 and 11. RGB value is (7,3,17). Sum of RGB (Red+Green+Blue) = 7+3+17=27 (3% of max value = 765). Red value is 7 (3.12% from 255 or 25.93% from 27); Green value is 3 (1.56% from 255 or 11.11% from 27); Blue value is 17 (7.03% from 255 or 62.96% from 27); Max value from RGB is 17 - color contains mainly: blue. Hex color #070311 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070311 is #F8FCEE. Grayscale: #050505. Windows color (decimal): -16317679 or 1114887. OLE color: 1114887.

HSL color Cylindrical-coordinate representation of color #070311: hue angle of 257.14º degrees, saturation: 0.7, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #070311 is Cyan = 0.59, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB7317-
CMYK0.590.8200.93
HSL257.14º70%3.92%-
HSV(B)257.14º82.35%6.67%-
XYZ0.220.150.55-
YUV5.79134.33128.86-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 25.93%
GREEN value IS 3 (1.56% from 255) = 11.11%
BLUE value IS 17 (7.03% from 255) = 62.96%
R=25.93%
G=11.11%
B=62.96%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal73170.590.8200.93257.14703.92
Hex73113B5205D101464
Octal73217312201354011064
Binary11111100011110111010010010111011000000011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070311; }

 p { color: rgb(7,3,17); }

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

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

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

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

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

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

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