#253240

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

Shades of Midnight #253240

Tints of Midnight #253240

Color information

#253240 (or 0x253240) is unknown color: approx Midnight. HEX triplet: 25, 32 and 40. RGB value is (37,50,64). Sum of RGB (Red+Green+Blue) = 37+50+64=151 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.50% from 151); Green value is 50 (19.92% from 255 or 33.11% from 151); Blue value is 64 (25.39% from 255 or 42.38% from 151); Max value from RGB is 64 - color contains mainly: blue. Hex color #253240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253240 is #DACDBF. Grayscale: #2F2F2F. Windows color (decimal): -14339520 or 4207141. OLE color: 4207141.

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

Color convert

RGB375064-
CMYK0.420.2200.75
HSL211.11º26.73%19.8%-
HSV(B)211.11º42.19%25.1%-
XYZ2.833.045.29-
YUV47.71137.19120.36-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.50%
GREEN value IS 50 (19.92% from 255) = 33.11%
BLUE value IS 64 (25.39% from 255) = 42.38%
R=24.50%
G=33.11%
B=42.38%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3750640.420.2200.75211.1126.7319.8
Hex2532402A1604Bd31b14
Octal4562100522601133233324
Binary10010111001010000001010101011001001011110100111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253240; }

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

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

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

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

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

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

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

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