#030F2A

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

Shades of Midnight Express #030F2A

Tints of Midnight Express #030F2A

Color information

#030F2A (or 0x030F2A) is unknown color: approx Midnight Express. HEX triplet: 03, 0F and 2A. RGB value is (3,15,42). Sum of RGB (Red+Green+Blue) = 3+15+42=60 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5% from 60); Green value is 15 (6.25% from 255 or 25% from 60); Blue value is 42 (16.80% from 255 or 70% from 60); Max value from RGB is 42 - color contains mainly: blue. Hex color #030F2A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030F2A is #FCF0D5. Grayscale: #0E0E0E. Windows color (decimal): -16576726 or 2756355. OLE color: 2756355.

HSL color Cylindrical-coordinate representation of color #030F2A: hue angle of 221.54º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #030F2A is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB31542-
CMYK0.930.6400.84
HSL221.54º86.67%8.82%-
HSV(B)221.54º92.86%16.47%-
XYZ0.630.532.26-
YUV14.49143.52119.8-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5%
GREEN value IS 15 (6.25% from 255) = 25%
BLUE value IS 42 (16.80% from 255) = 70%
R=5%
G=25%
B=70%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal315420.930.6400.84221.5486.678.82
Hex3F2A5D40054de579
Octal31752135100012433612711
Binary11111110101010111011000000010101001101111010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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