#070F1E

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

Shades of Black Russian #070F1E

Tints of Black Russian #070F1E

Color information

#070F1E (or 0x070F1E) is unknown color: approx Black Russian. HEX triplet: 07, 0F and 1E. RGB value is (7,15,30). Sum of RGB (Red+Green+Blue) = 7+15+30=52 (6% of max value = 765). Red value is 7 (3.12% from 255 or 13.46% from 52); Green value is 15 (6.25% from 255 or 28.85% from 52); Blue value is 30 (12.11% from 255 or 57.69% from 52); Max value from RGB is 30 - color contains mainly: blue. Hex color #070F1E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070F1E is #F8F0E1. Grayscale: #0E0E0E. Windows color (decimal): -16314594 or 1969927. OLE color: 1969927.

HSL color Cylindrical-coordinate representation of color #070F1E: hue angle of 219.13º 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 #070F1E is Cyan = 0.77, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB71530-
CMYK0.770.500.88
HSL219.13º62.16%7.25%-
HSV(B)219.13º76.67%11.76%-
XYZ0.490.481.3-
YUV14.32136.85122.78-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 13.46%
GREEN value IS 15 (6.25% from 255) = 28.85%
BLUE value IS 30 (12.11% from 255) = 57.69%
R=13.46%
G=28.85%
B=57.69%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal715300.770.500.88219.1362.167.25
Hex7F1E4D32058db3e7
Octal71736115620130333767
Binary11111111111010011011100100101100011011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070F1E; }

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

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

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

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

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

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

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

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