Html Css Color HEX #252934 Midnight Express

📋 copy color: '#252934'

red 37 ◦ green 41 ◦ blue 52

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

Shades of Midnight Express #252934

Tints of Midnight Express #252934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 40%

R = 28.46%
G = 31.54%
B = 40%

CMYK

 C value IS 0.29

 M value IS 0.21

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#252934 (or 0x252934) is known color: Midnight Express. HEX triplet: 25, 29 and 34. RGB value is (37,41,52). Sum of RGB (Red+Green+Blue) = 37+41+52=130 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.46% from 130); Green value is 41 (16.41% from 255 or 31.54% from 130); Blue value is 52 (20.70% from 255 or 40% from 130); Max value from RGB is 52 - color contains mainly: blue. Hex color #252934 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252934 is #DAD6CB. Grayscale: #292929. Windows color (decimal): -14341836 or 3418405. OLE color: 3418405.

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

Color convert

RGB 37 41 52 -
CMYK 0.29 0.21 0 0.80
HSL 224º 0.17% 0.17% -
HSV(B) 224º 0.29% 0.2% -
XYZ 2.18 2.23 3.56 -
YUV 41.06 134.17 125.11 -
System Red Green Blue C M Y K H S L
Decimal 37 41 52 0.29 0.21 0 0.80 224 0.17 0.17
Hex 25 29 34 1D 15 0 50 E0 11 11
Octal 45 51 64 35 25 0 120 340 21 21
Binary 100101 101001 110100 11101 10101 0 1010000 11100000 10001 10001

Color Harmonies of #252934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252934

Black with #252934

Text Example


Text Example

White with #252934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252934; }

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

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

background-color css

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

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

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

border-color css

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

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

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