#07071E

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

Shades of Black Russian #07071E

Tints of Black Russian #07071E

Color information

#07071E (or 0x07071E) is unknown color: approx Black Russian. HEX triplet: 07, 07 and 1E. RGB value is (7,7,30). Sum of RGB (Red+Green+Blue) = 7+7+30=44 (5% of max value = 765). Red value is 7 (3.12% from 255 or 15.91% from 44); Green value is 7 (3.12% from 255 or 15.91% from 44); Blue value is 30 (12.11% from 255 or 68.18% from 44); Max value from RGB is 30 - color contains mainly: blue. Hex color #07071E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07071E is #F8F8E1. Grayscale: #090909. Windows color (decimal): -16316642 or 1967879. OLE color: 1967879.

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

Color convert

RGB7730-
CMYK0.770.7700.88
HSL240º62.16%7.25%-
HSV(B)240º76.67%11.76%-
XYZ0.40.291.26-
YUV9.62139.5126.13-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 15.91%
GREEN value IS 7 (3.12% from 255) = 15.91%
BLUE value IS 30 (12.11% from 255) = 68.18%
R=15.91%
G=15.91%
B=68.18%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal77300.770.7700.8824062.167.25
Hex771E4D4D058f03e7
Octal77361151150130360767
Binary11111111110100110110011010101100011110000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07071E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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