#242D38

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

Shades of Midnight #242D38

Tints of Midnight #242D38

Color information

#242D38 (or 0x242D38) is unknown color: approx Midnight. HEX triplet: 24, 2D and 38. RGB value is (36,45,56). Sum of RGB (Red+Green+Blue) = 36+45+56=137 (18% of max value = 765). Red value is 36 (14.45% from 255 or 26.28% from 137); Green value is 45 (17.97% from 255 or 32.85% from 137); Blue value is 56 (22.27% from 255 or 40.88% from 137); Max value from RGB is 56 - color contains mainly: blue. Hex color #242D38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242D38 is #DBD2C7. Grayscale: #2B2B2B. Windows color (decimal): -14406344 or 3681572. OLE color: 3681572.

HSL color Cylindrical-coordinate representation of color #242D38: hue angle of 213º 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 #242D38 is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB364556-
CMYK0.360.2000.78
HSL213º21.74%18.04%-
HSV(B)213º35.71%21.96%-
XYZ2.382.544.11-
YUV43.56135.02122.61-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 26.28%
GREEN value IS 45 (17.97% from 255) = 32.85%
BLUE value IS 56 (22.27% from 255) = 40.88%
R=26.28%
G=32.85%
B=40.88%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3645560.360.2000.7821321.7418.04
Hex242D38241404Ed51612
Octal445570442401163252622
Binary1001001011011110001001001010001001110110101011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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