Html Css Color HEX #252941 Midnight Express

📋 copy color: '#252941'

red 37 ◦ green 41 ◦ blue 65

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

Shades of Midnight Express #252941

Tints of Midnight Express #252941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 45.45%

R = 25.87%
G = 28.67%
B = 45.45%

CMYK

 C value IS 0.43

 M value IS 0.37

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#252941 (or 0x252941) is known color: Midnight Express. HEX triplet: 25, 29 and 41. RGB value is (37,41,65). Sum of RGB (Red+Green+Blue) = 37+41+65=143 (18% of max value = 765). Red value is 37 (14.84% from 255 or 25.87% from 143); Green value is 41 (16.41% from 255 or 28.67% from 143); Blue value is 65 (25.78% from 255 or 45.45% from 143); Max value from RGB is 65 - color contains mainly: blue. Hex color #252941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252941 is #DAD6BE. Grayscale: #2A2A2A. Windows color (decimal): -14341823 or 4270373. OLE color: 4270373.

HSL color Cylindrical-coordinate representation of color #252941: hue angle of 231.43º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #252941 is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 37 41 65 -
CMYK 0.43 0.37 0 0.75
HSL 231.43º 0.27% 0.2% -
HSV(B) 231.43º 0.43% 0.25% -
XYZ 2.51 2.36 5.32 -
YUV 42.54 140.67 124.05 -
System Red Green Blue C M Y K H S L
Decimal 37 41 65 0.43 0.37 0 0.75 231.43 0.27 0.2
Hex 25 29 41 2B 25 0 4B E7 1B 14
Octal 45 51 101 53 45 0 113 347 33 24
Binary 100101 101001 1000001 101011 100101 0 1001011 11100111 11011 10100

Color Harmonies of #252941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252941

Black with #252941

Text Example


Text Example

White with #252941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252941; }

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

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

background-color css

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

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

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

border-color css

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

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

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