#07011E

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

Shades of Black Russian #07011E

Tints of Black Russian #07011E

Color information

#07011E (or 0x07011E) is unknown color: approx Black Russian. HEX triplet: 07, 01 and 1E. RGB value is (7,1,30). Sum of RGB (Red+Green+Blue) = 7+1+30=38 (5% of max value = 765). Red value is 7 (3.12% from 255 or 18.42% from 38); Green value is 1 (0.78% from 255 or 2.63% from 38); Blue value is 30 (12.11% from 255 or 78.95% from 38); Max value from RGB is 30 - color contains mainly: blue. Hex color #07011E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07011E is #F8FEE1. Grayscale: #050505. Windows color (decimal): -16318178 or 1966343. OLE color: 1966343.

HSL color Cylindrical-coordinate representation of color #07011E: hue angle of 252.41º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07011E is Cyan = 0.77, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB7130-
CMYK0.770.9700.88
HSL252.41º93.55%6.08%-
HSV(B)252.41º96.67%11.76%-
XYZ0.330.161.24-
YUV6.1141.49128.64-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 18.42%
GREEN value IS 1 (0.78% from 255) = 2.63%
BLUE value IS 30 (12.11% from 255) = 78.95%
R=18.42%
G=2.63%
B=78.95%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal71300.770.9700.88252.4193.556.08
Hex711E4D61058fc5e6
Octal713611514101303741366
Binary1111111101001101110000101011000111111001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07011E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07011E; }

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

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

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

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

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

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

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

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