Html Css Color HEX #252A37 Midnight Express

📋 copy color: '#252A37'

red 37 ◦ green 42 ◦ blue 55

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

Shades of Midnight Express #252A37

Tints of Midnight Express #252A37

RGB

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

 GREEN value IS 42 (16.8% from 255) = 31.34%

 BLUE value IS 55 (21.88% from 255) = 41.04%

R = 27.61%
G = 31.34%
B = 41.04%

CMYK

 C value IS 0.33

 M value IS 0.24

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#252A37 (or 0x252A37) is known color: Midnight Express. HEX triplet: 25, 2A and 37. RGB value is (37,42,55). Sum of RGB (Red+Green+Blue) = 37+42+55=134 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.61% from 134); Green value is 42 (16.80% from 255 or 31.34% from 134); Blue value is 55 (21.88% from 255 or 41.04% from 134); Max value from RGB is 55 - color contains mainly: blue. Hex color #252A37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252A37 is #DAD5C8. Grayscale: #292929. Windows color (decimal): -14341577 or 3615269. OLE color: 3615269.

HSL color Cylindrical-coordinate representation of color #252A37: hue angle of 223.33º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #252A37 is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 37 42 55 -
CMYK 0.33 0.24 0 0.78
HSL 223.33º 0.2% 0.18% -
HSV(B) 223.33º 0.33% 0.22% -
XYZ 2.28 2.33 3.94 -
YUV 41.99 135.34 124.44 -
System Red Green Blue C M Y K H S L
Decimal 37 42 55 0.33 0.24 0 0.78 223.33 0.2 0.18
Hex 25 2A 37 21 18 0 4E DF 14 12
Octal 45 52 67 41 30 0 116 337 24 22
Binary 100101 101010 110111 100001 11000 0 1001110 11011111 10100 10010

Color Harmonies of #252A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252A37

Black with #252A37

Text Example


Text Example

White with #252A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252A37; }

 p { color: rgb(37,42,55); }

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

background-color css

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

 a { background-color: rgb(37,42,55); }

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

border-color css

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

 span { border-color: rgb(37,42,55); }

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