#242A40

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

Shades of Midnight Express #242A40

Tints of Midnight Express #242A40

Color information

#242A40 (or 0x242A40) is unknown color: approx Midnight Express. HEX triplet: 24, 2A and 40. RGB value is (36,42,64). Sum of RGB (Red+Green+Blue) = 36+42+64=142 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.35% from 142); Green value is 42 (16.80% from 255 or 29.58% from 142); Blue value is 64 (25.39% from 255 or 45.07% from 142); Max value from RGB is 64 - color contains mainly: blue. Hex color #242A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242A40 is #DBD5BF. Grayscale: #2A2A2A. Windows color (decimal): -14407104 or 4205092. OLE color: 4205092.

HSL color Cylindrical-coordinate representation of color #242A40: hue angle of 227.14º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #242A40 is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB364264-
CMYK0.440.3400.75
HSL227.14º28%19.61%-
HSV(B)227.14º43.75%25.1%-
XYZ2.482.45.18-
YUV42.71140.01123.21-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 25.35%
GREEN value IS 42 (16.80% from 255) = 29.58%
BLUE value IS 64 (25.39% from 255) = 45.07%
R=25.35%
G=29.58%
B=45.07%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3642640.440.3400.75227.142819.61
Hex242A402C2204Be31c14
Octal4452100544201133433424
Binary100100101010100000010110010001001001011111000111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242A40; }

 p { color: rgb(36,42,64); }

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

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

 a { background-color: rgb(36,42,64); }

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

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

 span { border-color: rgb(36,42,64); }

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