#252941

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

Shades of Midnight Express #252941

Tints of Midnight Express #252941

Color information

#252941 (or 0x252941) is unknown color: approx Midnight Express. HEX triplet: 25, 29 and 41. RGB value is (37,41,65). Sum of RGB (Red+Green+Blue) = 37+41+65=143 (18% of max value = 765). Red value is 37 (14.84% from 255 or 25.87% from 143); Green value is 41 (16.41% from 255 or 28.67% from 143); Blue value is 65 (25.78% from 255 or 45.45% from 143); Max value from RGB is 65 - color contains mainly: blue. Hex color #252941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252941 is #DAD6BE. Grayscale: #2A2A2A. Windows color (decimal): -14341823 or 4270373. OLE color: 4270373.

HSL color Cylindrical-coordinate representation of color #252941: hue angle of 231.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 #252941 is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB374165-
CMYK0.430.3700.75
HSL231.43º27.45%20%-
HSV(B)231.43º43.08%25.49%-
XYZ2.512.365.32-
YUV42.54140.67124.05-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25.87%
GREEN value IS 41 (16.41% from 255) = 28.67%
BLUE value IS 65 (25.78% from 255) = 45.45%
R=25.87%
G=28.67%
B=45.45%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3741650.430.3700.75231.4327.4520
Hex2529412B2504Be71b14
Octal4551101534501133473324
Binary100101101001100000110101110010101001011111001111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252941; }

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

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

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

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

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

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

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

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