Html Css Color HEX #252834 Midnight Express

📋 copy color: '#252834'

red 37 ◦ green 40 ◦ blue 52

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

Shades of Midnight Express #252834

Tints of Midnight Express #252834

RGB

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

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

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

R = 28.68%
G = 31.01%
B = 40.31%

CMYK

 C value IS 0.29

 M value IS 0.23

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#252834 (or 0x252834) is known color: Midnight Express. HEX triplet: 25, 28 and 34. RGB value is (37,40,52). Sum of RGB (Red+Green+Blue) = 37+40+52=129 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.68% from 129); Green value is 40 (16.02% from 255 or 31.01% from 129); Blue value is 52 (20.70% from 255 or 40.31% from 129); Max value from RGB is 52 - color contains mainly: blue. Hex color #252834 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252834 is #DAD7CB. Grayscale: #282828. Windows color (decimal): -14342092 or 3418149. OLE color: 3418149.

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

Color convert

RGB 37 40 52 -
CMYK 0.29 0.23 0 0.80
HSL 228º 0.17% 0.17% -
HSV(B) 228º 0.29% 0.2% -
XYZ 2.14 2.16 3.55 -
YUV 40.47 134.51 125.52 -
System Red Green Blue C M Y K H S L
Decimal 37 40 52 0.29 0.23 0 0.80 228 0.17 0.17
Hex 25 28 34 1D 17 0 50 E4 11 11
Octal 45 50 64 35 27 0 120 344 21 21
Binary 100101 101000 110100 11101 10111 0 1010000 11100100 10001 10001

Color Harmonies of #252834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252834

Black with #252834

Text Example


Text Example

White with #252834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252834; }

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

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

background-color css

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

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

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

border-color css

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

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

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