#030C32

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

Shades of Midnight Express #030C32

Tints of Midnight Express #030C32

Color information

#030C32 (or 0x030C32) is unknown color: approx Midnight Express. HEX triplet: 03, 0C and 32. RGB value is (3,12,50). Sum of RGB (Red+Green+Blue) = 3+12+50=65 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.62% from 65); Green value is 12 (5.08% from 255 or 18.46% from 65); Blue value is 50 (19.92% from 255 or 76.92% from 65); Max value from RGB is 50 - color contains mainly: blue. Hex color #030C32 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030C32 is #FCF3CD. Grayscale: #0D0D0D. Windows color (decimal): -16577486 or 3279875. OLE color: 3279875.

HSL color Cylindrical-coordinate representation of color #030C32: hue angle of 228.51º degrees, saturation: 0.89, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #030C32 is Cyan = 0.94, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB31250-
CMYK0.940.7600.80
HSL228.51º88.68%10.39%-
HSV(B)228.51º94%19.61%-
XYZ0.740.513.08-
YUV13.64148.52120.41-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.62%
GREEN value IS 12 (5.08% from 255) = 18.46%
BLUE value IS 50 (19.92% from 255) = 76.92%
R=4.62%
G=18.46%
B=76.92%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal312500.940.7600.80228.5188.6810.39
Hex3C325E4C050e559a
Octal31462136114012034513112
Binary11110011001010111101001100010100001110010110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,12,50); }

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

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

 a { background-color: rgb(3,12,50); }

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

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

 span { border-color: rgb(3,12,50); }

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