#030F3D

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

Shades of Midnight Express #030F3D

Tints of Midnight Express #030F3D

Color information

#030F3D (or 0x030F3D) is unknown color: approx Midnight Express. HEX triplet: 03, 0F and 3D. RGB value is (3,15,61). Sum of RGB (Red+Green+Blue) = 3+15+61=79 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.80% from 79); Green value is 15 (6.25% from 255 or 18.99% from 79); Blue value is 61 (24.22% from 255 or 77.22% from 79); Max value from RGB is 61 - color contains mainly: blue. Hex color #030F3D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030F3D is #FCF0C2. Grayscale: #101010. Windows color (decimal): -16576707 or 4001539. OLE color: 4001539.

HSL color Cylindrical-coordinate representation of color #030F3D: hue angle of 227.59º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #030F3D is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB31561-
CMYK0.950.7500.76
HSL227.59º90.62%12.55%-
HSV(B)227.59º95.08%23.92%-
XYZ1.050.74.49-
YUV16.66153.02118.26-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.80%
GREEN value IS 15 (6.25% from 255) = 18.99%
BLUE value IS 61 (24.22% from 255) = 77.22%
R=3.80%
G=18.99%
B=77.22%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal315610.950.7500.76227.5990.6212.55
Hex3F3D5F4B04Ce45bd
Octal31775137113011434413315
Binary11111111110110111111001011010011001110010010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,15,61); }

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

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

 a { background-color: rgb(3,15,61); }

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

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

 span { border-color: rgb(3,15,61); }

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