#070411

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

Shades of Black Russian #070411

Tints of Black Russian #070411

Color information

#070411 (or 0x070411) is unknown color: approx Black Russian. HEX triplet: 07, 04 and 11. RGB value is (7,4,17). Sum of RGB (Red+Green+Blue) = 7+4+17=28 (3% of max value = 765). Red value is 7 (3.12% from 255 or 25% from 28); Green value is 4 (1.95% from 255 or 14.29% from 28); Blue value is 17 (7.03% from 255 or 60.71% from 28); Max value from RGB is 17 - color contains mainly: blue. Hex color #070411 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070411 is #F8FBEE. Grayscale: #060606. Windows color (decimal): -16317423 or 1115143. OLE color: 1115143.

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

Color convert

RGB7417-
CMYK0.590.7600.93
HSL253.85º61.9%4.12%-
HSV(B)253.85º76.47%6.67%-
XYZ0.230.170.55-
YUV6.38133.99128.44-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 25%
GREEN value IS 4 (1.95% from 255) = 14.29%
BLUE value IS 17 (7.03% from 255) = 60.71%
R=25%
G=14.29%
B=60.71%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal74170.590.7600.93253.8561.94.12
Hex74113B4C05Dfe3e4
Octal7421731140135376764
Binary1111001000111101110011000101110111111110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070411; }

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

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

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

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

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

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

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

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