#070511

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

Shades of Black Russian #070511

Tints of Black Russian #070511

Color information

#070511 (or 0x070511) is unknown color: approx Black Russian. HEX triplet: 07, 05 and 11. RGB value is (7,5,17). Sum of RGB (Red+Green+Blue) = 7+5+17=29 (3% of max value = 765). Red value is 7 (3.12% from 255 or 24.14% from 29); Green value is 5 (2.34% from 255 or 17.24% from 29); Blue value is 17 (7.03% from 255 or 58.62% from 29); Max value from RGB is 17 - color contains mainly: blue. Hex color #070511 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070511 is #F8FAEE. Grayscale: #060606. Windows color (decimal): -16317167 or 1115399. OLE color: 1115399.

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

Color convert

RGB7517-
CMYK0.590.7100.93
HSL250º54.55%4.31%-
HSV(B)250º70.59%6.67%-
XYZ0.240.190.55-
YUV6.97133.66128.02-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 24.14%
GREEN value IS 5 (2.34% from 255) = 17.24%
BLUE value IS 17 (7.03% from 255) = 58.62%
R=24.14%
G=17.24%
B=58.62%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal75170.590.7100.9325054.554.31
Hex75113B4705Dfa374
Octal7521731070135372674
Binary1111011000111101110001110101110111111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070511; }

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

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

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

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

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

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

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

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