#030C34

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

Shades of Midnight Express #030C34

Tints of Midnight Express #030C34

Color information

#030C34 (or 0x030C34) is unknown color: approx Midnight Express. HEX triplet: 03, 0C and 34. RGB value is (3,12,52). Sum of RGB (Red+Green+Blue) = 3+12+52=67 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.48% from 67); Green value is 12 (5.08% from 255 or 17.91% from 67); Blue value is 52 (20.70% from 255 or 77.61% from 67); Max value from RGB is 52 - color contains mainly: blue. Hex color #030C34 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030C34 is #FCF3CB. Grayscale: #0D0D0D. Windows color (decimal): -16577484 or 3410947. OLE color: 3410947.

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

Color convert

RGB31252-
CMYK0.940.7700.80
HSL228.98º89.09%10.78%-
HSV(B)228.98º94.23%20.39%-
XYZ0.790.533.31-
YUV13.87149.52120.25-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.48%
GREEN value IS 12 (5.08% from 255) = 17.91%
BLUE value IS 52 (20.70% from 255) = 77.61%
R=4.48%
G=17.91%
B=77.61%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal312520.940.7700.80228.9889.0910.78
Hex3C345E4D050e559b
Octal31464136115012034513113
Binary11110011010010111101001101010100001110010110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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