#242D3A

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

Shades of Midnight #242D3A

Tints of Midnight #242D3A

Color information

#242D3A (or 0x242D3A) is unknown color: approx Midnight. HEX triplet: 24, 2D and 3A. RGB value is (36,45,58). Sum of RGB (Red+Green+Blue) = 36+45+58=139 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.90% from 139); Green value is 45 (17.97% from 255 or 32.37% from 139); Blue value is 58 (23.05% from 255 or 41.73% from 139); Max value from RGB is 58 - color contains mainly: blue. Hex color #242D3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242D3A is #DBD2C5. Grayscale: #2B2B2B. Windows color (decimal): -14406342 or 3812644. OLE color: 3812644.

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

Color convert

RGB364558-
CMYK0.380.2200.77
HSL215.45º23.4%18.43%-
HSV(B)215.45º37.93%22.75%-
XYZ2.432.564.37-
YUV43.79136.02122.44-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 25.90%
GREEN value IS 45 (17.97% from 255) = 32.37%
BLUE value IS 58 (23.05% from 255) = 41.73%
R=25.90%
G=32.37%
B=41.73%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3645580.380.2200.77215.4523.418.43
Hex242D3A261604Dd71712
Octal445572462601153272722
Binary1001001011011110101001101011001001101110101111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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