#25323F

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

Shades of Midnight #25323F

Tints of Midnight #25323F

Color information

#25323F (or 0x25323F) is unknown color: approx Midnight. HEX triplet: 25, 32 and 3F. RGB value is (37,50,63). Sum of RGB (Red+Green+Blue) = 37+50+63=150 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.67% from 150); Green value is 50 (19.92% from 255 or 33.33% from 150); Blue value is 63 (25% from 255 or 42% from 150); Max value from RGB is 63 - color contains mainly: blue. Hex color #25323F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25323F is #DACDC0. Grayscale: #2F2F2F. Windows color (decimal): -14339521 or 4141605. OLE color: 4141605.

HSL color Cylindrical-coordinate representation of color #25323F: hue angle of 210º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #25323F is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB375063-
CMYK0.410.2100.75
HSL210º26%19.61%-
HSV(B)210º41.27%24.71%-
XYZ2.83.035.14-
YUV47.6136.69120.44-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.67%
GREEN value IS 50 (19.92% from 255) = 33.33%
BLUE value IS 63 (25% from 255) = 42%
R=24.67%
G=33.33%
B=42%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3750630.410.2100.752102619.61
Hex25323F291504Bd21a14
Octal456277512501133223224
Binary1001011100101111111010011010101001011110100101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25323F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25323F; }

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

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

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

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

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

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

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

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