#252940

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

Shades of Midnight Express #252940

Tints of Midnight Express #252940

Color information

#252940 (or 0x252940) is unknown color: approx Midnight Express. HEX triplet: 25, 29 and 40. RGB value is (37,41,64). Sum of RGB (Red+Green+Blue) = 37+41+64=142 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.06% from 142); Green value is 41 (16.41% from 255 or 28.87% from 142); Blue value is 64 (25.39% from 255 or 45.07% from 142); Max value from RGB is 64 - color contains mainly: blue. Hex color #252940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252940 is #DAD6BF. Grayscale: #2A2A2A. Windows color (decimal): -14341824 or 4204837. OLE color: 4204837.

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

Color convert

RGB374164-
CMYK0.420.3600.75
HSL231.11º26.73%19.8%-
HSV(B)231.11º42.19%25.1%-
XYZ2.482.355.17-
YUV42.43140.17124.13-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 26.06%
GREEN value IS 41 (16.41% from 255) = 28.87%
BLUE value IS 64 (25.39% from 255) = 45.07%
R=26.06%
G=28.87%
B=45.07%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3741640.420.3600.75231.1126.7319.8
Hex2529402A2404Be71b14
Octal4551100524401133473324
Binary100101101001100000010101010010001001011111001111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252940; }

 p { color: rgb(37,41,64); }

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

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

 a { background-color: rgb(37,41,64); }

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

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

 span { border-color: rgb(37,41,64); }

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