#252835

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

Shades of Midnight Express #252835

Tints of Midnight Express #252835

Color information

#252835 (or 0x252835) is unknown color: approx Midnight Express. HEX triplet: 25, 28 and 35. RGB value is (37,40,53). Sum of RGB (Red+Green+Blue) = 37+40+53=130 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.46% from 130); Green value is 40 (16.02% from 255 or 30.77% from 130); Blue value is 53 (21.09% from 255 or 40.77% from 130); Max value from RGB is 53 - color contains mainly: blue. Hex color #252835 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252835 is #DAD7CA. Grayscale: #282828. Windows color (decimal): -14342091 or 3483685. OLE color: 3483685.

HSL color Cylindrical-coordinate representation of color #252835: hue angle of 228.75º 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 #252835 is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB374053-
CMYK0.300.2500.79
HSL228.75º17.78%17.65%-
HSV(B)228.75º30.19%20.78%-
XYZ2.162.173.67-
YUV40.58135.01125.44-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 28.46%
GREEN value IS 40 (16.02% from 255) = 30.77%
BLUE value IS 53 (21.09% from 255) = 40.77%
R=28.46%
G=30.77%
B=40.77%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3740530.300.2500.79228.7517.7817.65
Hex2528351E1904Fe51212
Octal455065363101173452222
Binary100101101000110101111101100101001111111001011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252835; }

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

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

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

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

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

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

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

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