#040F2D

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

Shades of Midnight Express #040F2D

Tints of Midnight Express #040F2D

Color information

#040F2D (or 0x040F2D) is unknown color: approx Midnight Express. HEX triplet: 04, 0F and 2D. RGB value is (4,15,45). Sum of RGB (Red+Green+Blue) = 4+15+45=64 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.25% from 64); Green value is 15 (6.25% from 255 or 23.44% from 64); Blue value is 45 (17.97% from 255 or 70.31% from 64); Max value from RGB is 45 - color contains mainly: blue. Hex color #040F2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040F2D is #FBF0D2. Grayscale: #0F0F0F. Windows color (decimal): -16511187 or 2952964. OLE color: 2952964.

HSL color Cylindrical-coordinate representation of color #040F2D: hue angle of 223.9º 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 #040F2D is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB41545-
CMYK0.910.6700.82
HSL223.9º83.67%9.61%-
HSV(B)223.9º91.11%17.65%-
XYZ0.690.562.55-
YUV15.13144.86120.06-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.25%
GREEN value IS 15 (6.25% from 255) = 23.44%
BLUE value IS 45 (17.97% from 255) = 70.31%
R=6.25%
G=23.44%
B=70.31%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal415450.910.6700.82223.983.679.61
Hex4F2D5B43052e054a
Octal41755133103012234012412
Binary100111110110110110111000011010100101110000010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,15,45); }

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

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

 a { background-color: rgb(4,15,45); }

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

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

 span { border-color: rgb(4,15,45); }

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