#070E1F

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

Shades of Black Russian #070E1F

Tints of Black Russian #070E1F

Color information

#070E1F (or 0x070E1F) is unknown color: approx Black Russian. HEX triplet: 07, 0E and 1F. RGB value is (7,14,31). Sum of RGB (Red+Green+Blue) = 7+14+31=52 (6% of max value = 765). Red value is 7 (3.12% from 255 or 13.46% from 52); Green value is 14 (5.86% from 255 or 26.92% from 52); Blue value is 31 (12.5% from 255 or 59.62% from 52); Max value from RGB is 31 - color contains mainly: blue. Hex color #070E1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070E1F is #F8F1E0. Grayscale: #0D0D0D. Windows color (decimal): -16314849 or 2035207. OLE color: 2035207.

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

Color convert

RGB71431-
CMYK0.770.5500.88
HSL222.5º63.16%7.45%-
HSV(B)222.5º77.42%12.16%-
XYZ0.490.461.36-
YUV13.84137.68123.12-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 13.46%
GREEN value IS 14 (5.86% from 255) = 26.92%
BLUE value IS 31 (12.5% from 255) = 59.62%
R=13.46%
G=26.92%
B=59.62%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal714310.770.5500.88222.563.167.45
Hex7E1F4D37058de3f7
Octal71637115670130336777
Binary11111101111110011011101110101100011011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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