#030F2E

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

Shades of Midnight Express #030F2E

Tints of Midnight Express #030F2E

Color information

#030F2E (or 0x030F2E) is unknown color: approx Midnight Express. HEX triplet: 03, 0F and 2E. RGB value is (3,15,46). Sum of RGB (Red+Green+Blue) = 3+15+46=64 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.69% from 64); Green value is 15 (6.25% from 255 or 23.44% from 64); Blue value is 46 (18.36% from 255 or 71.88% from 64); Max value from RGB is 46 - color contains mainly: blue. Hex color #030F2E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030F2E is #FCF0D1. Grayscale: #0E0E0E. Windows color (decimal): -16576722 or 3018499. OLE color: 3018499.

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

Color convert

RGB31546-
CMYK0.930.6700.82
HSL223.26º87.76%9.61%-
HSV(B)223.26º93.48%18.04%-
XYZ0.70.562.66-
YUV14.95145.52119.48-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.69%
GREEN value IS 15 (6.25% from 255) = 23.44%
BLUE value IS 46 (18.36% from 255) = 71.88%
R=4.69%
G=23.44%
B=71.88%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal315460.930.6700.82223.2687.769.61
Hex3F2E5D43052df58a
Octal31756135103012233713012
Binary11111110111010111011000011010100101101111110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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