#252E38

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

Shades of Midnight #252E38

Tints of Midnight #252E38

Color information

#252E38 (or 0x252E38) is unknown color: approx Midnight. HEX triplet: 25, 2E and 38. RGB value is (37,46,56). Sum of RGB (Red+Green+Blue) = 37+46+56=139 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.62% from 139); Green value is 46 (18.36% from 255 or 33.09% from 139); Blue value is 56 (22.27% from 255 or 40.29% from 139); Max value from RGB is 56 - color contains mainly: blue. Hex color #252E38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252E38 is #DAD1C7. Grayscale: #2C2C2C. Windows color (decimal): -14340552 or 3681829. OLE color: 3681829.

HSL color Cylindrical-coordinate representation of color #252E38: hue angle of 211.58º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #252E38 is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB374656-
CMYK0.340.1800.78
HSL211.58º20.43%18.24%-
HSV(B)211.58º33.93%21.96%-
XYZ2.452.634.12-
YUV44.45134.52122.69-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 26.62%
GREEN value IS 46 (18.36% from 255) = 33.09%
BLUE value IS 56 (22.27% from 255) = 40.29%
R=26.62%
G=33.09%
B=40.29%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3746560.340.1800.78211.5820.4318.24
Hex252E38221204Ed41412
Octal455670422201163242422
Binary1001011011101110001000101001001001110110101001010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,46,56); }

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

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

 a { background-color: rgb(37,46,56); }

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

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

 span { border-color: rgb(37,46,56); }

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