#253041

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

Shades of Midnight #253041

Tints of Midnight #253041

Color information

#253041 (or 0x253041) is unknown color: approx Midnight. HEX triplet: 25, 30 and 41. RGB value is (37,48,65). Sum of RGB (Red+Green+Blue) = 37+48+65=150 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.67% from 150); Green value is 48 (19.14% from 255 or 32% from 150); Blue value is 65 (25.78% from 255 or 43.33% from 150); Max value from RGB is 65 - color contains mainly: blue. Hex color #253041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253041 is #DACFBE. Grayscale: #2E2E2E. Windows color (decimal): -14340031 or 4272165. OLE color: 4272165.

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

Color convert

RGB374865-
CMYK0.430.2600.75
HSL216.43º27.45%20%-
HSV(B)216.43º43.08%25.49%-
XYZ2.772.895.41-
YUV46.65138.36121.12-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.67%
GREEN value IS 48 (19.14% from 255) = 32%
BLUE value IS 65 (25.78% from 255) = 43.33%
R=24.67%
G=32%
B=43.33%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3748650.430.2600.75216.4327.4520
Hex2530412B1A04Bd81b14
Octal4560101533201133303324
Binary10010111000010000011010111101001001011110110001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253041; }

 p { color: rgb(37,48,65); }

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

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

 a { background-color: rgb(37,48,65); }

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

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

 span { border-color: rgb(37,48,65); }

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