Html Css Color HEX #252935 Midnight Express

📋 copy color: '#252935'

red 37 ◦ green 41 ◦ blue 53

#252935
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Express #252935

Tints of Midnight Express #252935

RGB

 RED value IS 37 (14.84% from 255) = 28.24%

 GREEN value IS 41 (16.41% from 255) = 31.3%

 BLUE value IS 53 (21.09% from 255) = 40.46%

R = 28.24%
G = 31.3%
B = 40.46%

CMYK

 C value IS 0.30

 M value IS 0.23

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#252935 (or 0x252935) is known color: 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

RGB 37 41 53 -
CMYK 0.30 0.23 0 0.79
HSL 225º 0.18% 0.18% -
HSV(B) 225º 0.3% 0.21% -
XYZ 2.2 2.24 3.68 -
YUV 41.17 134.67 125.02 -
System Red Green Blue C M Y K H S L
Decimal 37 41 53 0.30 0.23 0 0.79 225 0.18 0.18
Hex 25 29 35 1E 17 0 4F E1 12 12
Octal 45 51 65 36 27 0 117 341 22 22
Binary 100101 101001 110101 11110 10111 0 1001111 11100001 10010 10010

Color Harmonies of #252935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252935

Black with #252935

Text Example


Text Example

White with #252935

Text Example


Text Example

HTML Codes & Css Web 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>