#253241

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

Shades of Midnight #253241

Tints of Midnight #253241

Color information

#253241 (or 0x253241) is unknown color: approx Midnight. HEX triplet: 25, 32 and 41. RGB value is (37,50,65). Sum of RGB (Red+Green+Blue) = 37+50+65=152 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.34% from 152); Green value is 50 (19.92% from 255 or 32.89% from 152); Blue value is 65 (25.78% from 255 or 42.76% from 152); Max value from RGB is 65 - color contains mainly: blue. Hex color #253241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253241 is #DACDBE. Grayscale: #2F2F2F. Windows color (decimal): -14339519 or 4272677. OLE color: 4272677.

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

Color convert

RGB375065-
CMYK0.430.2300.75
HSL212.14º27.45%20%-
HSV(B)212.14º43.08%25.49%-
XYZ2.863.065.44-
YUV47.82137.69120.28-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.34%
GREEN value IS 50 (19.92% from 255) = 32.89%
BLUE value IS 65 (25.78% from 255) = 42.76%
R=24.34%
G=32.89%
B=42.76%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3750650.430.2300.75212.1427.4520
Hex2532412B1704Bd41b14
Octal4562101532701133243324
Binary10010111001010000011010111011101001011110101001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253241; }

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

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

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

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

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

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

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

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