Html Css Color HEX #25313D Midnight

📋 copy color: '#25313D'

red 37 ◦ green 49 ◦ blue 61

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

Shades of Midnight #25313D

Tints of Midnight #25313D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 41.5%

R = 25.17%
G = 33.33%
B = 41.5%

CMYK

 C value IS 0.39

 M value IS 0.20

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#25313D (or 0x25313D) is known color: Midnight. HEX triplet: 25, 31 and 3D. RGB value is (37,49,61). Sum of RGB (Red+Green+Blue) = 37+49+61=147 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.17% from 147); Green value is 49 (19.53% from 255 or 33.33% from 147); Blue value is 61 (24.22% from 255 or 41.50% from 147); Max value from RGB is 61 - color contains mainly: blue. Hex color #25313D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25313D is #DACEC2. Grayscale: #2E2E2E. Windows color (decimal): -14339779 or 4010277. OLE color: 4010277.

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

Color convert

RGB 37 49 61 -
CMYK 0.39 0.20 0 0.76
HSL 210º 0.24% 0.19% -
HSV(B) 210º 0.39% 0.24% -
XYZ 2.7 2.93 4.84 -
YUV 46.78 136.02 121.02 -
System Red Green Blue C M Y K H S L
Decimal 37 49 61 0.39 0.20 0 0.76 210 0.24 0.19
Hex 25 31 3D 27 14 0 4C D2 18 13
Octal 45 61 75 47 24 0 114 322 30 23
Binary 100101 110001 111101 100111 10100 0 1001100 11010010 11000 10011

Color Harmonies of #25313D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25313D

Black with #25313D

Text Example


Text Example

White with #25313D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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