#040C2F

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

Shades of Midnight Express #040C2F

Tints of Midnight Express #040C2F

Color information

#040C2F (or 0x040C2F) is unknown color: approx Midnight Express. HEX triplet: 04, 0C and 2F. RGB value is (4,12,47). Sum of RGB (Red+Green+Blue) = 4+12+47=63 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.35% from 63); Green value is 12 (5.08% from 255 or 19.05% from 63); Blue value is 47 (18.75% from 255 or 74.60% from 63); Max value from RGB is 47 - color contains mainly: blue. Hex color #040C2F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040C2F is #FBF3D0. Grayscale: #0D0D0D. Windows color (decimal): -16511953 or 3083268. OLE color: 3083268.

HSL color Cylindrical-coordinate representation of color #040C2F: hue angle of 228.84º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #040C2F is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB41247-
CMYK0.910.7400.82
HSL228.84º84.31%10%-
HSV(B)228.84º91.49%18.43%-
XYZ0.690.492.75-
YUV13.6146.85121.15-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.35%
GREEN value IS 12 (5.08% from 255) = 19.05%
BLUE value IS 47 (18.75% from 255) = 74.60%
R=6.35%
G=19.05%
B=74.60%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal412470.910.7400.82228.8484.3110
Hex4C2F5B4A052e554a
Octal41457133112012234512412
Binary100110010111110110111001010010100101110010110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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