#252D3F

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

Shades of Midnight Express #252D3F

Tints of Midnight Express #252D3F

Color information

#252D3F (or 0x252D3F) is unknown color: approx Midnight Express. HEX triplet: 25, 2D and 3F. RGB value is (37,45,63). Sum of RGB (Red+Green+Blue) = 37+45+63=145 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.52% from 145); Green value is 45 (17.97% from 255 or 31.03% from 145); Blue value is 63 (25% from 255 or 43.45% from 145); Max value from RGB is 63 - color contains mainly: blue. Hex color #252D3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252D3F is #DAD2C0. Grayscale: #2C2C2C. Windows color (decimal): -14340801 or 4140325. OLE color: 4140325.

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

Color convert

RGB374563-
CMYK0.410.2900.75
HSL221.54º26%19.61%-
HSV(B)221.54º41.27%24.71%-
XYZ2.62.635.07-
YUV44.66138.35122.54-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25.52%
GREEN value IS 45 (17.97% from 255) = 31.03%
BLUE value IS 63 (25% from 255) = 43.45%
R=25.52%
G=31.03%
B=43.45%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3745630.410.2900.75221.542619.61
Hex252D3F291D04Bde1a14
Octal455577513501133363224
Binary1001011011011111111010011110101001011110111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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