#071030

Color #071030 Midnight Express (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Express #071030

Tints of Midnight Express #071030

Color information

#071030 (or 0x071030) is unknown color: approx Midnight Express. HEX triplet: 07, 10 and 30. RGB value is (7,16,48). Sum of RGB (Red+Green+Blue) = 7+16+48=71 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.86% from 71); Green value is 16 (6.64% from 255 or 22.54% from 71); Blue value is 48 (19.14% from 255 or 67.61% from 71); Max value from RGB is 48 - color contains mainly: blue. Hex color #071030 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071030 is #F8EFCF. Grayscale: #101010. Windows color (decimal): -16314320 or 3149831. OLE color: 3149831.

HSL color Cylindrical-coordinate representation of color #071030: hue angle of 226.83º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #071030 is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB71648-
CMYK0.850.6700.81
HSL226.83º74.55%10.78%-
HSV(B)226.83º85.42%18.82%-
XYZ0.810.632.88-
YUV16.96145.52120.9-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.86%
GREEN value IS 16 (6.64% from 255) = 22.54%
BLUE value IS 48 (19.14% from 255) = 67.61%
R=9.86%
G=22.54%
B=67.61%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal716480.850.6700.81226.8374.5510.78
Hex710305543051e34bb
Octal72060125103012134311313
Binary1111000011000010101011000011010100011110001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071030; }

 p { color: rgb(7,16,48); }

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

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

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

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

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

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

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