#070E2C

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

Shades of Black Russian #070E2C

Tints of Black Russian #070E2C

Color information

#070E2C (or 0x070E2C) is unknown color: approx Black Russian. HEX triplet: 07, 0E and 2C. RGB value is (7,14,44). Sum of RGB (Red+Green+Blue) = 7+14+44=65 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.77% from 65); Green value is 14 (5.86% from 255 or 21.54% from 65); Blue value is 44 (17.58% from 255 or 67.69% from 65); Max value from RGB is 44 - color contains mainly: blue. Hex color #070E2C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070E2C is #F8F1D3. Grayscale: #0F0F0F. Windows color (decimal): -16314836 or 2887175. OLE color: 2887175.

HSL color Cylindrical-coordinate representation of color #070E2C: hue angle of 228.65º degrees, saturation: 0.73, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #070E2C is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB71444-
CMYK0.840.6800.83
HSL228.65º72.55%10%-
HSV(B)228.65º84.09%17.25%-
XYZ0.70.542.45-
YUV15.33144.18122.06-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10.77%
GREEN value IS 14 (5.86% from 255) = 21.54%
BLUE value IS 44 (17.58% from 255) = 67.69%
R=10.77%
G=21.54%
B=67.69%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal714440.840.6800.83228.6572.5510
Hex7E2C5444053e549a
Octal71654124104012334511112
Binary111111010110010101001000100010100111110010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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