#252935

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

Shades of Midnight Express #252935

Tints of Midnight Express #252935

Color information

#252935 (or 0x252935) is unknown color: approx Midnight Express. HEX triplet: 25, 29 and 35. RGB value is (37,41,53). Sum of RGB (Red+Green+Blue) = 37+41+53=131 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.24% from 131); Green value is 41 (16.41% from 255 or 31.30% from 131); Blue value is 53 (21.09% from 255 or 40.46% from 131); Max value from RGB is 53 - color contains mainly: blue. Hex color #252935 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252935 is #DAD6CA. Grayscale: #292929. Windows color (decimal): -14341835 or 3483941. OLE color: 3483941.

HSL color Cylindrical-coordinate representation of color #252935: hue angle of 225º degrees, saturation: 0.18, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #252935 is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB374153-
CMYK0.300.2300.79
HSL225º17.78%17.65%-
HSV(B)225º30.19%20.78%-
XYZ2.22.243.68-
YUV41.17134.67125.02-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 28.24%
GREEN value IS 41 (16.41% from 255) = 31.30%
BLUE value IS 53 (21.09% from 255) = 40.46%
R=28.24%
G=31.30%
B=40.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3741530.300.2300.7922517.7817.65
Hex2529351E1704Fe11212
Octal455165362701173412222
Binary100101101001110101111101011101001111111000011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252935; }

 p { color: rgb(37,41,53); }

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

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

 a { background-color: rgb(37,41,53); }

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

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

 span { border-color: rgb(37,41,53); }

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