#030A33

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

Shades of Midnight Express #030A33

Tints of Midnight Express #030A33

Color information

#030A33 (or 0x030A33) is unknown color: approx Midnight Express. HEX triplet: 03, 0A and 33. RGB value is (3,10,51). Sum of RGB (Red+Green+Blue) = 3+10+51=64 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.69% from 64); Green value is 10 (4.30% from 255 or 15.62% from 64); Blue value is 51 (20.31% from 255 or 79.69% from 64); Max value from RGB is 51 - color contains mainly: blue. Hex color #030A33 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030A33 is #FCF5CC. Grayscale: #0C0C0C. Windows color (decimal): -16577997 or 3344899. OLE color: 3344899.

HSL color Cylindrical-coordinate representation of color #030A33: hue angle of 231.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 #030A33 is Cyan = 0.94, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB31051-
CMYK0.940.8000.8
HSL231.25º88.89%10.59%-
HSV(B)231.25º94.12%20%-
XYZ0.740.483.18-
YUV12.58149.68121.17-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.69%
GREEN value IS 10 (4.30% from 255) = 15.62%
BLUE value IS 51 (20.31% from 255) = 79.69%
R=4.69%
G=15.62%
B=79.69%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal310510.940.8000.8231.2588.8910.59
Hex3A335E50050e759b
Octal31263136120012034713113
Binary11101011001110111101010000010100001110011110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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