Html Css Color HEX #25313E Midnight

📋 copy color: '#25313E'

red 37 ◦ green 49 ◦ blue 62

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

Shades of Midnight #25313E

Tints of Midnight #25313E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 41.89%

R = 25%
G = 33.11%
B = 41.89%

CMYK

 C value IS 0.40

 M value IS 0.21

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#25313E (or 0x25313E) is known color: Midnight. HEX triplet: 25, 31 and 3E. RGB value is (37,49,62). Sum of RGB (Red+Green+Blue) = 37+49+62=148 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25% from 148); Green value is 49 (19.53% from 255 or 33.11% from 148); Blue value is 62 (24.61% from 255 or 41.89% from 148); Max value from RGB is 62 - color contains mainly: blue. Hex color #25313E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25313E is #DACEC1. Grayscale: #2E2E2E. Windows color (decimal): -14339778 or 4075813. OLE color: 4075813.

HSL color Cylindrical-coordinate representation of color #25313E: hue angle of 211.2º degrees, saturation: 0.25, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #25313E is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 37 49 62 -
CMYK 0.40 0.21 0 0.76
HSL 211.2º 0.25% 0.19% -
HSV(B) 211.2º 0.4% 0.24% -
XYZ 2.73 2.94 4.98 -
YUV 46.89 136.52 120.94 -
System Red Green Blue C M Y K H S L
Decimal 37 49 62 0.40 0.21 0 0.76 211.2 0.25 0.19
Hex 25 31 3E 28 15 0 4C D3 19 13
Octal 45 61 76 50 25 0 114 323 31 23
Binary 100101 110001 111110 101000 10101 0 1001100 11010011 11001 10011

Color Harmonies of #25313E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25313E

Black with #25313E

Text Example


Text Example

White with #25313E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25313E; }

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

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

background-color css

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

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

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

border-color css

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

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

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