#041333

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

Shades of Midnight Express #041333

Tints of Midnight Express #041333

Color information

#041333 (or 0x041333) is unknown color: approx Midnight Express. HEX triplet: 04, 13 and 33. RGB value is (4,19,51). Sum of RGB (Red+Green+Blue) = 4+19+51=74 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.41% from 74); Green value is 19 (7.81% from 255 or 25.68% from 74); Blue value is 51 (20.31% from 255 or 68.92% from 74); Max value from RGB is 51 - color contains mainly: blue. Hex color #041333 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041333 is #FBECCC. Grayscale: #121212. Windows color (decimal): -16510157 or 3347204. OLE color: 3347204.

HSL color Cylindrical-coordinate representation of color #041333: hue angle of 220.85º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #041333 is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB41951-
CMYK0.920.6300.8
HSL220.85º85.45%10.78%-
HSV(B)220.85º92.16%20%-
XYZ0.880.733.23-
YUV18.16146.53117.9-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.41%
GREEN value IS 19 (7.81% from 255) = 25.68%
BLUE value IS 51 (20.31% from 255) = 68.92%
R=5.41%
G=25.68%
B=68.92%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal419510.920.6300.8220.8585.4510.78
Hex413335C3F050dd55b
Octal4236313477012033512513
Binary100100111100111011100111111010100001101110110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041333; }

 p { color: rgb(4,19,51); }

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

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

 a { background-color: rgb(4,19,51); }

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

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

 span { border-color: rgb(4,19,51); }

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