#030A30

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

Shades of Midnight Express #030A30

Tints of Midnight Express #030A30

Color information

#030A30 (or 0x030A30) is unknown color: approx Midnight Express. HEX triplet: 03, 0A and 30. RGB value is (3,10,48). Sum of RGB (Red+Green+Blue) = 3+10+48=61 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.92% from 61); Green value is 10 (4.30% from 255 or 16.39% from 61); Blue value is 48 (19.14% from 255 or 78.69% from 61); Max value from RGB is 48 - color contains mainly: blue. Hex color #030A30 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030A30 is #FCF5CF. Grayscale: #0C0C0C. Windows color (decimal): -16578000 or 3148291. OLE color: 3148291.

HSL color Cylindrical-coordinate representation of color #030A30: hue angle of 230.67º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #030A30 is Cyan = 0.94, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB31048-
CMYK0.940.7900.81
HSL230.67º88.24%10%-
HSV(B)230.67º93.75%18.82%-
XYZ0.680.452.85-
YUV12.24148.18121.41-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.92%
GREEN value IS 10 (4.30% from 255) = 16.39%
BLUE value IS 48 (19.14% from 255) = 78.69%
R=4.92%
G=16.39%
B=78.69%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal310480.940.7900.81230.6788.2410
Hex3A305E4F051e758a
Octal31260136117012134713012
Binary11101011000010111101001111010100011110011110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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