#070E2E

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

Shades of Black Russian #070E2E

Tints of Black Russian #070E2E

Color information

#070E2E (or 0x070E2E) is unknown color: approx Black Russian. HEX triplet: 07, 0E and 2E. RGB value is (7,14,46). Sum of RGB (Red+Green+Blue) = 7+14+46=67 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.45% from 67); Green value is 14 (5.86% from 255 or 20.90% from 67); Blue value is 46 (18.36% from 255 or 68.66% from 67); Max value from RGB is 46 - color contains mainly: blue. Hex color #070E2E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070E2E is #F8F1D1. Grayscale: #0F0F0F. Windows color (decimal): -16314834 or 3018247. OLE color: 3018247.

HSL color Cylindrical-coordinate representation of color #070E2E: hue angle of 229.23º degrees, saturation: 0.74, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #070E2E is Cyan = 0.85, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB71446-
CMYK0.850.7000.82
HSL229.23º73.58%10.39%-
HSV(B)229.23º84.78%18.04%-
XYZ0.740.562.65-
YUV15.56145.18121.9-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10.45%
GREEN value IS 14 (5.86% from 255) = 20.90%
BLUE value IS 46 (18.36% from 255) = 68.66%
R=10.45%
G=20.90%
B=68.66%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal714460.850.7000.82229.2373.5810.39
Hex7E2E5546052e54aa
Octal71656125106012234511212
Binary111111010111010101011000110010100101110010110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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