Html Css Color HEX #25313C Midnight

📋 copy color: '#25313C'

red 37 ◦ green 49 ◦ blue 60

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

Shades of Midnight #25313C

Tints of Midnight #25313C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 41.1%

R = 25.34%
G = 33.56%
B = 41.1%

CMYK

 C value IS 0.38

 M value IS 0.18

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#25313C (or 0x25313C) is known color: Midnight. HEX triplet: 25, 31 and 3C. RGB value is (37,49,60). Sum of RGB (Red+Green+Blue) = 37+49+60=146 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.34% from 146); Green value is 49 (19.53% from 255 or 33.56% from 146); Blue value is 60 (23.83% from 255 or 41.10% from 146); Max value from RGB is 60 - color contains mainly: blue. Hex color #25313C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25313C is #DACEC3. Grayscale: #2E2E2E. Windows color (decimal): -14339780 or 3944741. OLE color: 3944741.

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

Color convert

RGB 37 49 60 -
CMYK 0.38 0.18 0 0.76
HSL 208.7º 0.24% 0.19% -
HSV(B) 208.7º 0.38% 0.24% -
XYZ 2.68 2.92 4.7 -
YUV 46.67 135.52 121.11 -
System Red Green Blue C M Y K H S L
Decimal 37 49 60 0.38 0.18 0 0.76 208.7 0.24 0.19
Hex 25 31 3C 26 12 0 4C D1 18 13
Octal 45 61 74 46 22 0 114 321 30 23
Binary 100101 110001 111100 100110 10010 0 1001100 11010001 11000 10011

Color Harmonies of #25313C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25313C

Black with #25313C

Text Example


Text Example

White with #25313C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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