#030E33

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

Shades of Midnight Express #030E33

Tints of Midnight Express #030E33

Color information

#030E33 (or 0x030E33) is unknown color: approx Midnight Express. HEX triplet: 03, 0E and 33. RGB value is (3,14,51). Sum of RGB (Red+Green+Blue) = 3+14+51=68 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.41% from 68); Green value is 14 (5.86% from 255 or 20.59% from 68); Blue value is 51 (20.31% from 255 or 75% from 68); Max value from RGB is 51 - color contains mainly: blue. Hex color #030E33 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030E33 is #FCF1CC. Grayscale: #0E0E0E. Windows color (decimal): -16576973 or 3345923. OLE color: 3345923.

HSL color Cylindrical-coordinate representation of color #030E33: hue angle of 226.25º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #030E33 is Cyan = 0.94, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB31451-
CMYK0.940.7300.8
HSL226.25º88.89%10.59%-
HSV(B)226.25º94.12%20%-
XYZ0.790.573.2-
YUV14.93148.36119.49-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.41%
GREEN value IS 14 (5.86% from 255) = 20.59%
BLUE value IS 51 (20.31% from 255) = 75%
R=4.41%
G=20.59%
B=75%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal314510.940.7300.8226.2588.8910.59
Hex3E335E49050e259b
Octal31663136111012034213113
Binary11111011001110111101001001010100001110001010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030E33; }

 p { color: rgb(3,14,51); }

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

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

 a { background-color: rgb(3,14,51); }

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

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

 span { border-color: rgb(3,14,51); }

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