Html Css Color HEX #253141 Midnight

📋 copy color: '#253141'

red 37 ◦ green 49 ◦ blue 65

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

Shades of Midnight #253141

Tints of Midnight #253141

RGB

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

 GREEN value IS 49 (19.53% from 255) = 32.45%

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

R = 24.5%
G = 32.45%
B = 43.05%

CMYK

 C value IS 0.43

 M value IS 0.25

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#253141 (or 0x253141) is known color: Midnight. HEX triplet: 25, 31 and 41. RGB value is (37,49,65). Sum of RGB (Red+Green+Blue) = 37+49+65=151 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.50% from 151); Green value is 49 (19.53% from 255 or 32.45% from 151); Blue value is 65 (25.78% from 255 or 43.05% from 151); Max value from RGB is 65 - color contains mainly: blue. Hex color #253141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253141 is #DACEBE. Grayscale: #2F2F2F. Windows color (decimal): -14339775 or 4272421. OLE color: 4272421.

HSL color Cylindrical-coordinate representation of color #253141: hue angle of 214.29º 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 #253141 is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 37 49 65 -
CMYK 0.43 0.25 0 0.75
HSL 214.29º 0.27% 0.2% -
HSV(B) 214.29º 0.43% 0.25% -
XYZ 2.82 2.97 5.43 -
YUV 47.24 138.02 120.7 -
System Red Green Blue C M Y K H S L
Decimal 37 49 65 0.43 0.25 0 0.75 214.29 0.27 0.2
Hex 25 31 41 2B 19 0 4B D6 1B 14
Octal 45 61 101 53 31 0 113 326 33 24
Binary 100101 110001 1000001 101011 11001 0 1001011 11010110 11011 10100

Color Harmonies of #253141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253141

Black with #253141

Text Example


Text Example

White with #253141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253141; }

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

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

background-color css

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

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

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

border-color css

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

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

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