#242A38

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

Shades of Midnight Express #242A38

Tints of Midnight Express #242A38

Color information

#242A38 (or 0x242A38) is unknown color: approx Midnight Express. HEX triplet: 24, 2A and 38. RGB value is (36,42,56). Sum of RGB (Red+Green+Blue) = 36+42+56=134 (17% of max value = 765). Red value is 36 (14.45% from 255 or 26.87% from 134); Green value is 42 (16.80% from 255 or 31.34% from 134); Blue value is 56 (22.27% from 255 or 41.79% from 134); Max value from RGB is 56 - color contains mainly: blue. Hex color #242A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242A38 is #DBD5C7. Grayscale: #292929. Windows color (decimal): -14407112 or 3680804. OLE color: 3680804.

HSL color Cylindrical-coordinate representation of color #242A38: hue angle of 222º degrees, saturation: 0.22, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #242A38 is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB364256-
CMYK0.360.2500.78
HSL222º21.74%18.04%-
HSV(B)222º35.71%21.96%-
XYZ2.272.324.07-
YUV41.8136.01123.86-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 26.87%
GREEN value IS 42 (16.80% from 255) = 31.34%
BLUE value IS 56 (22.27% from 255) = 41.79%
R=26.87%
G=31.34%
B=41.79%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3642560.360.2500.7822221.7418.04
Hex242A38241904Ede1612
Octal445270443101163362622
Binary1001001010101110001001001100101001110110111101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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