Html Css Color HEX #253240 Midnight

📋 copy color: '#253240'

red 37 ◦ green 50 ◦ blue 64

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

Shades of Midnight #253240

Tints of Midnight #253240

RGB

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

 GREEN value IS 50 (19.92% from 255) = 33.11%

 BLUE value IS 64 (25.39% from 255) = 42.38%

R = 24.5%
G = 33.11%
B = 42.38%

CMYK

 C value IS 0.42

 M value IS 0.22

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#253240 (or 0x253240) is known color: Midnight. HEX triplet: 25, 32 and 40. RGB value is (37,50,64). Sum of RGB (Red+Green+Blue) = 37+50+64=151 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.50% from 151); Green value is 50 (19.92% from 255 or 33.11% from 151); Blue value is 64 (25.39% from 255 or 42.38% from 151); Max value from RGB is 64 - color contains mainly: blue. Hex color #253240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253240 is #DACDBF. Grayscale: #2F2F2F. Windows color (decimal): -14339520 or 4207141. OLE color: 4207141.

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

Color convert

RGB 37 50 64 -
CMYK 0.42 0.22 0 0.75
HSL 211.11º 0.27% 0.2% -
HSV(B) 211.11º 0.42% 0.25% -
XYZ 2.83 3.04 5.29 -
YUV 47.71 137.19 120.36 -
System Red Green Blue C M Y K H S L
Decimal 37 50 64 0.42 0.22 0 0.75 211.11 0.27 0.2
Hex 25 32 40 2A 16 0 4B D3 1B 14
Octal 45 62 100 52 26 0 113 323 33 24
Binary 100101 110010 1000000 101010 10110 0 1001011 11010011 11011 10100

Color Harmonies of #253240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253240

Black with #253240

Text Example


Text Example

White with #253240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253240; }

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

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

background-color css

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

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

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

border-color css

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

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

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