Html Css Color HEX #252932 Midnight Express

📋 copy color: '#252932'

red 37 ◦ green 41 ◦ blue 50

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

Shades of Midnight Express #252932

Tints of Midnight Express #252932

RGB

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

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

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

R = 28.91%
G = 32.03%
B = 39.06%

CMYK

 C value IS 0.26

 M value IS 0.18

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#252932 (or 0x252932) is known color: Midnight Express. HEX triplet: 25, 29 and 32. RGB value is (37,41,50). Sum of RGB (Red+Green+Blue) = 37+41+50=128 (16% of max value = 765). Red value is 37 (14.84% from 255 or 28.91% from 128); Green value is 41 (16.41% from 255 or 32.03% from 128); Blue value is 50 (19.92% from 255 or 39.06% from 128); Max value from RGB is 50 - color contains mainly: blue. Hex color #252932 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252932 is #DAD6CD. Grayscale: #282828. Windows color (decimal): -14341838 or 3287333. OLE color: 3287333.

HSL color Cylindrical-coordinate representation of color #252932: hue angle of 221.54º 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 #252932 is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 37 41 50 -
CMYK 0.26 0.18 0 0.80
HSL 221.54º 0.15% 0.17% -
HSV(B) 221.54º 0.26% 0.2% -
XYZ 2.13 2.21 3.33 -
YUV 40.83 133.17 125.27 -
System Red Green Blue C M Y K H S L
Decimal 37 41 50 0.26 0.18 0 0.80 221.54 0.15 0.17
Hex 25 29 32 1A 12 0 50 DE F 11
Octal 45 51 62 32 22 0 120 336 17 21
Binary 100101 101001 110010 11010 10010 0 1010000 11011110 1111 10001

Color Harmonies of #252932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252932

Black with #252932

Text Example


Text Example

White with #252932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252932; }

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

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

background-color css

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

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

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

border-color css

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

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

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