#03112D

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

Shades of Midnight Express #03112D

Tints of Midnight Express #03112D

Color information

#03112D (or 0x03112D) is unknown color: approx Midnight Express. HEX triplet: 03, 11 and 2D. RGB value is (3,17,45). Sum of RGB (Red+Green+Blue) = 3+17+45=65 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.62% from 65); Green value is 17 (7.03% from 255 or 26.15% from 65); Blue value is 45 (17.97% from 255 or 69.23% from 65); Max value from RGB is 45 - color contains mainly: blue. Hex color #03112D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03112D is #FCEED2. Grayscale: #0F0F0F. Windows color (decimal): -16576211 or 2953475. OLE color: 2953475.

HSL color Cylindrical-coordinate representation of color #03112D: hue angle of 220º degrees, saturation: 0.88, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #03112D is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB31745-
CMYK0.930.6200.82
HSL220º87.5%9.41%-
HSV(B)220º93.33%17.65%-
XYZ0.710.612.56-
YUV16.01144.36118.72-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.62%
GREEN value IS 17 (7.03% from 255) = 26.15%
BLUE value IS 45 (17.97% from 255) = 69.23%
R=4.62%
G=26.15%
B=69.23%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal317450.930.6200.8222087.59.41
Hex3112D5D3E052dc589
Octal3215513576012233413011
Binary11100011011011011101111110010100101101110010110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03112D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03112D; }

 p { color: rgb(3,17,45); }

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

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

 a { background-color: rgb(3,17,45); }

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

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

 span { border-color: rgb(3,17,45); }

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