#03102B

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

Shades of Midnight Express #03102B

Tints of Midnight Express #03102B

Color information

#03102B (or 0x03102B) is unknown color: approx Midnight Express. HEX triplet: 03, 10 and 2B. RGB value is (3,16,43). Sum of RGB (Red+Green+Blue) = 3+16+43=62 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.84% from 62); Green value is 16 (6.64% from 255 or 25.81% from 62); Blue value is 43 (17.19% from 255 or 69.35% from 62); Max value from RGB is 43 - color contains mainly: blue. Hex color #03102B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03102B is #FCEFD4. Grayscale: #0F0F0F. Windows color (decimal): -16576469 or 2822147. OLE color: 2822147.

HSL color Cylindrical-coordinate representation of color #03102B: hue angle of 220.5º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #03102B is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB31643-
CMYK0.930.6300.83
HSL220.5º86.96%9.02%-
HSV(B)220.5º93.02%16.86%-
XYZ0.660.562.36-
YUV15.19143.69119.3-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.84%
GREEN value IS 16 (6.64% from 255) = 25.81%
BLUE value IS 43 (17.19% from 255) = 69.35%
R=4.84%
G=25.81%
B=69.35%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal316430.930.6300.83220.586.969.02
Hex3102B5D3F053dc579
Octal3205313577012333412711
Binary11100001010111011101111111010100111101110010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03102B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03102B; }

 p { color: rgb(3,16,43); }

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

<style>
 a { background-color: #03102B; }

 a { background-color: rgb(3,16,43); }

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

<style>
 span { border-color: #03102B; }

 span { border-color: rgb(3,16,43); }

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