#253142

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

Shades of Midnight #253142

Tints of Midnight #253142

Color information

#253142 (or 0x253142) is unknown color: approx Midnight. HEX triplet: 25, 31 and 42. RGB value is (37,49,66). Sum of RGB (Red+Green+Blue) = 37+49+66=152 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.34% from 152); Green value is 49 (19.53% from 255 or 32.24% from 152); Blue value is 66 (26.17% from 255 or 43.42% from 152); Max value from RGB is 66 - color contains mainly: blue. Hex color #253142 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253142 is #DACEBD. Grayscale: #2F2F2F. Windows color (decimal): -14339774 or 4337957. OLE color: 4337957.

HSL color Cylindrical-coordinate representation of color #253142: hue angle of 215.17º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #253142 is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB374966-
CMYK0.440.2600.74
HSL215.17º28.16%20.2%-
HSV(B)215.17º43.94%25.88%-
XYZ2.842.985.58-
YUV47.35138.52120.62-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.34%
GREEN value IS 49 (19.53% from 255) = 32.24%
BLUE value IS 66 (26.17% from 255) = 43.42%
R=24.34%
G=32.24%
B=43.42%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3749660.440.2600.74215.1728.1620.2
Hex2531422C1A04Ad71c14
Octal4561102543201123273424
Binary10010111000110000101011001101001001010110101111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253142; }

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

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

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

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

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

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

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

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