#07070E

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

Shades of Black Russian #07070E

Tints of Black Russian #07070E

Color information

#07070E (or 0x07070E) is unknown color: approx Black Russian. HEX triplet: 07, 07 and 0E. RGB value is (7,7,14). Sum of RGB (Red+Green+Blue) = 7+7+14=28 (3% of max value = 765). Red value is 7 (3.12% from 255 or 25% from 28); Green value is 7 (3.12% from 255 or 25% from 28); Blue value is 14 (5.86% from 255 or 50% from 28); Max value from RGB is 14 - color contains mainly: blue. Hex color #07070E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07070E is #F8F8F1. Grayscale: #070707. Windows color (decimal): -16316658 or 919303. OLE color: 919303.

HSL color Cylindrical-coordinate representation of color #07070E: hue angle of 240º degrees, saturation: 0.33, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #07070E is Cyan = 0.5, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB7714-
CMYK0.50.500.95
HSL240º33.33%4.12%-
HSV(B)240º50%5.49%-
XYZ0.240.230.45-
YUV7.8131.5127.43-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 25%
GREEN value IS 7 (3.12% from 255) = 25%
BLUE value IS 14 (5.86% from 255) = 50%
R=25%
G=25%
B=50%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal77140.50.500.9524033.334.12
Hex77E323205Ff0214
Octal771662620137360414
Binary11111111101100101100100101111111110000100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07070E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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