Html Css Color HEX #25313B Midnight

📋 copy color: '#25313B'

red 37 ◦ green 49 ◦ blue 59

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

Shades of Midnight #25313B

Tints of Midnight #25313B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 40.69%

R = 25.52%
G = 33.79%
B = 40.69%

CMYK

 C value IS 0.37

 M value IS 0.17

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#25313B (or 0x25313B) is known color: Midnight. HEX triplet: 25, 31 and 3B. RGB value is (37,49,59). Sum of RGB (Red+Green+Blue) = 37+49+59=145 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.52% from 145); Green value is 49 (19.53% from 255 or 33.79% from 145); Blue value is 59 (23.44% from 255 or 40.69% from 145); Max value from RGB is 59 - color contains mainly: blue. Hex color #25313B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25313B is #DACEC4. Grayscale: #2E2E2E. Windows color (decimal): -14339781 or 3879205. OLE color: 3879205.

HSL color Cylindrical-coordinate representation of color #25313B: hue angle of 207.27º degrees, saturation: 0.23, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #25313B is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 37 49 59 -
CMYK 0.37 0.17 0 0.77
HSL 207.27º 0.23% 0.19% -
HSV(B) 207.27º 0.37% 0.23% -
XYZ 2.65 2.91 4.56 -
YUV 46.55 135.02 121.19 -
System Red Green Blue C M Y K H S L
Decimal 37 49 59 0.37 0.17 0 0.77 207.27 0.23 0.19
Hex 25 31 3B 25 11 0 4D CF 17 13
Octal 45 61 73 45 21 0 115 317 27 23
Binary 100101 110001 111011 100101 10001 0 1001101 11001111 10111 10011

Color Harmonies of #25313B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25313B

Black with #25313B

Text Example


Text Example

White with #25313B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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