#040C30

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

Shades of Midnight Express #040C30

Tints of Midnight Express #040C30

Color information

#040C30 (or 0x040C30) is unknown color: approx Midnight Express. HEX triplet: 04, 0C and 30. RGB value is (4,12,48). Sum of RGB (Red+Green+Blue) = 4+12+48=64 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.25% from 64); Green value is 12 (5.08% from 255 or 18.75% from 64); Blue value is 48 (19.14% from 255 or 75% from 64); Max value from RGB is 48 - color contains mainly: blue. Hex color #040C30 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040C30 is #FBF3CF. Grayscale: #0D0D0D. Windows color (decimal): -16511952 or 3148804. OLE color: 3148804.

HSL color Cylindrical-coordinate representation of color #040C30: hue angle of 229.09º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #040C30 is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB41248-
CMYK0.920.7500.81
HSL229.09º84.62%10.2%-
HSV(B)229.09º91.67%18.82%-
XYZ0.720.52.86-
YUV13.71147.35121.07-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.25%
GREEN value IS 12 (5.08% from 255) = 18.75%
BLUE value IS 48 (19.14% from 255) = 75%
R=6.25%
G=18.75%
B=75%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal412480.920.7500.81229.0984.6210.2
Hex4C305C4B051e555a
Octal41460134113012134512512
Binary100110011000010111001001011010100011110010110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040C30; }

 p { color: rgb(4,12,48); }

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

<style>
 a { background-color: #040C30; }

 a { background-color: rgb(4,12,48); }

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

<style>
 span { border-color: #040C30; }

 span { border-color: rgb(4,12,48); }

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