#07102F

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

Shades of Midnight Express #07102F

Tints of Midnight Express #07102F

Color information

#07102F (or 0x07102F) is unknown color: approx Midnight Express. HEX triplet: 07, 10 and 2F. RGB value is (7,16,47). Sum of RGB (Red+Green+Blue) = 7+16+47=70 (9% of max value = 765). Red value is 7 (3.12% from 255 or 10% from 70); Green value is 16 (6.64% from 255 or 22.86% from 70); Blue value is 47 (18.75% from 255 or 67.14% from 70); Max value from RGB is 47 - color contains mainly: blue. Hex color #07102F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07102F is #F8EFD0. Grayscale: #101010. Windows color (decimal): -16314321 or 3084295. OLE color: 3084295.

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

Color convert

RGB71647-
CMYK0.850.6600.82
HSL226.5º74.07%10.59%-
HSV(B)226.5º85.11%18.43%-
XYZ0.790.622.77-
YUV16.84145.02120.98-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10%
GREEN value IS 16 (6.64% from 255) = 22.86%
BLUE value IS 47 (18.75% from 255) = 67.14%
R=10%
G=22.86%
B=67.14%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal716470.850.6600.82226.574.0710.59
Hex7102F5542052e24ab
Octal72057125102012234211213
Binary1111000010111110101011000010010100101110001010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07102F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07102F; }

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

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

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

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

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

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

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

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