Html Css Color HEX #252832 Midnight Express

📋 copy color: '#252832'

red 37 ◦ green 40 ◦ blue 50

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

Shades of Midnight Express #252832

Tints of Midnight Express #252832

RGB

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

 GREEN value IS 40 (16.02% from 255) = 31.5%

 BLUE value IS 50 (19.92% from 255) = 39.37%

R = 29.13%
G = 31.5%
B = 39.37%

CMYK

 C value IS 0.26

 M value IS 0.20

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#252832 (or 0x252832) is known color: Midnight Express. HEX triplet: 25, 28 and 32. RGB value is (37,40,50). Sum of RGB (Red+Green+Blue) = 37+40+50=127 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.13% from 127); Green value is 40 (16.02% from 255 or 31.50% from 127); Blue value is 50 (19.92% from 255 or 39.37% from 127); Max value from RGB is 50 - color contains mainly: blue. Hex color #252832 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252832 is #DAD7CD. Grayscale: #282828. Windows color (decimal): -14342094 or 3287077. OLE color: 3287077.

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

Color convert

RGB 37 40 50 -
CMYK 0.26 0.20 0 0.80
HSL 226.15º 0.15% 0.17% -
HSV(B) 226.15º 0.26% 0.2% -
XYZ 2.1 2.14 3.32 -
YUV 40.24 133.51 125.69 -
System Red Green Blue C M Y K H S L
Decimal 37 40 50 0.26 0.20 0 0.80 226.15 0.15 0.17
Hex 25 28 32 1A 14 0 50 E2 F 11
Octal 45 50 62 32 24 0 120 342 17 21
Binary 100101 101000 110010 11010 10100 0 1010000 11100010 1111 10001

Color Harmonies of #252832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252832

Black with #252832

Text Example


Text Example

White with #252832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252832; }

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

 H1.HeaderClassName
 {
   color: #252832;
 }
 .AnyTagClassName
 {
   color: #252832;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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