#070911

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

Shades of Black Russian #070911

Tints of Black Russian #070911

Color information

#070911 (or 0x070911) is unknown color: approx Black Russian. HEX triplet: 07, 09 and 11. RGB value is (7,9,17). Sum of RGB (Red+Green+Blue) = 7+9+17=33 (4% of max value = 765). Red value is 7 (3.12% from 255 or 21.21% from 33); Green value is 9 (3.91% from 255 or 27.27% from 33); Blue value is 17 (7.03% from 255 or 51.52% from 33); Max value from RGB is 17 - color contains mainly: blue. Hex color #070911 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070911 is #F8F6EE. Grayscale: #090909. Windows color (decimal): -16316143 or 1116423. OLE color: 1116423.

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

Color convert

RGB7917-
CMYK0.590.4700.93
HSL228º41.67%4.71%-
HSV(B)228º58.82%6.67%-
XYZ0.290.280.57-
YUV9.31132.34126.35-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 21.21%
GREEN value IS 9 (3.91% from 255) = 27.27%
BLUE value IS 17 (7.03% from 255) = 51.52%
R=21.21%
G=27.27%
B=51.52%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal79170.590.4700.9322841.674.71
Hex79113B2F05De42a5
Octal7112173570135344525
Binary1111001100011110111011110101110111100100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070911; }

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

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

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

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

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

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

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

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