#253140

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

Shades of Midnight #253140

Tints of Midnight #253140

Color information

#253140 (or 0x253140) is unknown color: approx Midnight. HEX triplet: 25, 31 and 40. RGB value is (37,49,64). Sum of RGB (Red+Green+Blue) = 37+49+64=150 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.67% from 150); Green value is 49 (19.53% from 255 or 32.67% from 150); Blue value is 64 (25.39% from 255 or 42.67% from 150); Max value from RGB is 64 - color contains mainly: blue. Hex color #253140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253140 is #DACEBF. Grayscale: #2F2F2F. Windows color (decimal): -14339776 or 4206885. OLE color: 4206885.

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

Color convert

RGB374964-
CMYK0.420.2300.75
HSL213.33º26.73%19.8%-
HSV(B)213.33º42.19%25.1%-
XYZ2.792.965.27-
YUV47.12137.52120.78-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.67%
GREEN value IS 49 (19.53% from 255) = 32.67%
BLUE value IS 64 (25.39% from 255) = 42.67%
R=24.67%
G=32.67%
B=42.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3749640.420.2300.75213.3326.7319.8
Hex2531402A1704Bd51b14
Octal4561100522701133253324
Binary10010111000110000001010101011101001011110101011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253140; }

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

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

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

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

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

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

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

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