#242F41

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

Shades of Midnight #242F41

Tints of Midnight #242F41

Color information

#242F41 (or 0x242F41) is unknown color: approx Midnight. HEX triplet: 24, 2F and 41. RGB value is (36,47,65). Sum of RGB (Red+Green+Blue) = 36+47+65=148 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.32% from 148); Green value is 47 (18.75% from 255 or 31.76% from 148); Blue value is 65 (25.78% from 255 or 43.92% from 148); Max value from RGB is 65 - color contains mainly: blue. Hex color #242F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242F41 is #DBD0BE. Grayscale: #2D2D2D. Windows color (decimal): -14405823 or 4271908. OLE color: 4271908.

HSL color Cylindrical-coordinate representation of color #242F41: hue angle of 217.24º 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 #242F41 is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB364765-
CMYK0.450.2800.75
HSL217.24º28.71%19.8%-
HSV(B)217.24º44.62%25.49%-
XYZ2.72.795.4-
YUV45.76138.86121.04-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24.32%
GREEN value IS 47 (18.75% from 255) = 31.76%
BLUE value IS 65 (25.78% from 255) = 43.92%
R=24.32%
G=31.76%
B=43.92%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3647650.450.2800.75217.2428.7119.8
Hex242F412D1C04Bd91d14
Octal4457101553401133313524
Binary10010010111110000011011011110001001011110110011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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