#253141

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

Shades of Midnight #253141

Tints of Midnight #253141

Color information

#253141 (or 0x253141) is unknown color: approx Midnight. HEX triplet: 25, 31 and 41. RGB value is (37,49,65). Sum of RGB (Red+Green+Blue) = 37+49+65=151 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.50% from 151); Green value is 49 (19.53% from 255 or 32.45% from 151); Blue value is 65 (25.78% from 255 or 43.05% from 151); Max value from RGB is 65 - color contains mainly: blue. Hex color #253141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253141 is #DACEBE. Grayscale: #2F2F2F. Windows color (decimal): -14339775 or 4272421. OLE color: 4272421.

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

Color convert

RGB374965-
CMYK0.430.2500.75
HSL214.29º27.45%20%-
HSV(B)214.29º43.08%25.49%-
XYZ2.822.975.43-
YUV47.24138.02120.7-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.50%
GREEN value IS 49 (19.53% from 255) = 32.45%
BLUE value IS 65 (25.78% from 255) = 43.05%
R=24.50%
G=32.45%
B=43.05%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3749650.430.2500.75214.2927.4520
Hex2531412B1904Bd61b14
Octal4561101533101133263324
Binary10010111000110000011010111100101001011110101101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253141; }

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

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

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

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

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

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

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

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