#252F3F

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

Shades of Midnight #252F3F

Tints of Midnight #252F3F

Color information

#252F3F (or 0x252F3F) is unknown color: approx Midnight. HEX triplet: 25, 2F and 3F. RGB value is (37,47,63). Sum of RGB (Red+Green+Blue) = 37+47+63=147 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.17% from 147); Green value is 47 (18.75% from 255 or 31.97% from 147); Blue value is 63 (25% from 255 or 42.86% from 147); Max value from RGB is 63 - color contains mainly: blue. Hex color #252F3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252F3F is #DAD0C0. Grayscale: #2D2D2D. Windows color (decimal): -14340289 or 4140837. OLE color: 4140837.

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

Color convert

RGB374763-
CMYK0.410.2500.75
HSL216.92º26%19.61%-
HSV(B)216.92º41.27%24.71%-
XYZ2.682.795.1-
YUV45.83137.69121.7-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25.17%
GREEN value IS 47 (18.75% from 255) = 31.97%
BLUE value IS 63 (25% from 255) = 42.86%
R=25.17%
G=31.97%
B=42.86%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3747630.410.2500.75216.922619.61
Hex252F3F291904Bd91a14
Octal455777513101133313224
Binary1001011011111111111010011100101001011110110011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252F3F; }

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

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

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

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

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

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

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

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