#252734

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

Shades of Midnight Express #252734

Tints of Midnight Express #252734

Color information

#252734 (or 0x252734) is unknown color: approx Midnight Express. HEX triplet: 25, 27 and 34. RGB value is (37,39,52). Sum of RGB (Red+Green+Blue) = 37+39+52=128 (16% of max value = 765). Red value is 37 (14.84% from 255 or 28.91% from 128); Green value is 39 (15.62% from 255 or 30.47% from 128); Blue value is 52 (20.70% from 255 or 40.62% from 128); Max value from RGB is 52 - color contains mainly: blue. Hex color #252734 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252734 is #DAD8CB. Grayscale: #272727. Windows color (decimal): -14342348 or 3417893. OLE color: 3417893.

HSL color Cylindrical-coordinate representation of color #252734: hue angle of 232º degrees, saturation: 0.17, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #252734 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB373952-
CMYK0.290.2500.80
HSL232º16.85%17.45%-
HSV(B)232º28.85%20.39%-
XYZ2.112.093.54-
YUV39.88134.84125.94-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 28.91%
GREEN value IS 39 (15.62% from 255) = 30.47%
BLUE value IS 52 (20.70% from 255) = 40.62%
R=28.91%
G=30.47%
B=40.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3739520.290.2500.8023216.8517.45
Hex2527341D19050e81111
Octal454764353101203502121
Binary100101100111110100111011100101010000111010001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252734; }

 p { color: rgb(37,39,52); }

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

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

 a { background-color: rgb(37,39,52); }

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

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

 span { border-color: rgb(37,39,52); }

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