#242941

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

Shades of Midnight Express #242941

Tints of Midnight Express #242941

Color information

#242941 (or 0x242941) is unknown color: approx Midnight Express. HEX triplet: 24, 29 and 41. RGB value is (36,41,65). Sum of RGB (Red+Green+Blue) = 36+41+65=142 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.35% from 142); Green value is 41 (16.41% from 255 or 28.87% from 142); Blue value is 65 (25.78% from 255 or 45.77% from 142); Max value from RGB is 65 - color contains mainly: blue. Hex color #242941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242941 is #DBD6BE. Grayscale: #2A2A2A. Windows color (decimal): -14407359 or 4270372. OLE color: 4270372.

HSL color Cylindrical-coordinate representation of color #242941: hue angle of 229.66º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #242941 is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB364165-
CMYK0.450.3700.75
HSL229.66º28.71%19.8%-
HSV(B)229.66º44.62%25.49%-
XYZ2.472.345.32-
YUV42.24140.84123.55-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 25.35%
GREEN value IS 41 (16.41% from 255) = 28.87%
BLUE value IS 65 (25.78% from 255) = 45.77%
R=25.35%
G=28.87%
B=45.77%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3641650.450.3700.75229.6628.7119.8
Hex2429412D2504Be61d14
Octal4451101554501133463524
Binary100100101001100000110110110010101001011111001101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242941; }

 p { color: rgb(36,41,65); }

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

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

 a { background-color: rgb(36,41,65); }

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

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

 span { border-color: rgb(36,41,65); }

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