Html Css Color HEX #253142 Midnight

📋 copy color: '#253142'

red 37 ◦ green 49 ◦ blue 66

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

Shades of Midnight #253142

Tints of Midnight #253142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 43.42%

R = 24.34%
G = 32.24%
B = 43.42%

CMYK

 C value IS 0.44

 M value IS 0.26

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#253142 (or 0x253142) is known color: Midnight. HEX triplet: 25, 31 and 42. RGB value is (37,49,66). Sum of RGB (Red+Green+Blue) = 37+49+66=152 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.34% from 152); Green value is 49 (19.53% from 255 or 32.24% from 152); Blue value is 66 (26.17% from 255 or 43.42% from 152); Max value from RGB is 66 - color contains mainly: blue. Hex color #253142 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253142 is #DACEBD. Grayscale: #2F2F2F. Windows color (decimal): -14339774 or 4337957. OLE color: 4337957.

HSL color Cylindrical-coordinate representation of color #253142: hue angle of 215.17º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #253142 is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 37 49 66 -
CMYK 0.44 0.26 0 0.74
HSL 215.17º 0.28% 0.2% -
HSV(B) 215.17º 0.44% 0.26% -
XYZ 2.84 2.98 5.58 -
YUV 47.35 138.52 120.62 -
System Red Green Blue C M Y K H S L
Decimal 37 49 66 0.44 0.26 0 0.74 215.17 0.28 0.2
Hex 25 31 42 2C 1A 0 4A D7 1C 14
Octal 45 61 102 54 32 0 112 327 34 24
Binary 100101 110001 1000010 101100 11010 0 1001010 11010111 11100 10100

Color Harmonies of #253142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253142

Black with #253142

Text Example


Text Example

White with #253142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253142; }

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

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

background-color css

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

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

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

border-color css

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

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

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