#071834

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

Shades of Midnight Express #071834

Tints of Midnight Express #071834

Color information

#071834 (or 0x071834) is unknown color: approx Midnight Express. HEX triplet: 07, 18 and 34. RGB value is (7,24,52). Sum of RGB (Red+Green+Blue) = 7+24+52=83 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.43% from 83); Green value is 24 (9.77% from 255 or 28.92% from 83); Blue value is 52 (20.70% from 255 or 62.65% from 83); Max value from RGB is 52 - color contains mainly: blue. Hex color #071834 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071834 is #F8E7CB. Grayscale: #151515. Windows color (decimal): -16312268 or 3414023. OLE color: 3414023.

HSL color Cylindrical-coordinate representation of color #071834: hue angle of 217.33º degrees, saturation: 0.76, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #071834 is Cyan = 0.87, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB72452-
CMYK0.870.5400.80
HSL217.33º76.27%11.57%-
HSV(B)217.33º86.54%20.39%-
XYZ1.030.953.38-
YUV22.11144.87117.22-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.43%
GREEN value IS 24 (9.77% from 255) = 28.92%
BLUE value IS 52 (20.70% from 255) = 62.65%
R=8.43%
G=28.92%
B=62.65%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal724520.870.5400.80217.3376.2711.57
Hex718345736050d94cc
Octal7306412766012033111414
Binary111110001101001010111110110010100001101100110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071834; }

 p { color: rgb(7,24,52); }

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

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

 a { background-color: rgb(7,24,52); }

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

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

 span { border-color: rgb(7,24,52); }

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