#25303C

Color #25303C Midnight (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight #25303C

Tints of Midnight #25303C

Color information

#25303C (or 0x25303C) is unknown color: approx Midnight. HEX triplet: 25, 30 and 3C. RGB value is (37,48,60). Sum of RGB (Red+Green+Blue) = 37+48+60=145 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.52% from 145); Green value is 48 (19.14% from 255 or 33.10% from 145); Blue value is 60 (23.83% from 255 or 41.38% from 145); Max value from RGB is 60 - color contains mainly: blue. Hex color #25303C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25303C is #DACFC3. Grayscale: #2E2E2E. Windows color (decimal): -14340036 or 3944485. OLE color: 3944485.

HSL color Cylindrical-coordinate representation of color #25303C: hue angle of 211.3º 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 #25303C is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB374860-
CMYK0.380.2000.76
HSL211.3º23.71%19.02%-
HSV(B)211.3º38.33%23.53%-
XYZ2.642.834.68-
YUV46.08135.86121.52-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25.52%
GREEN value IS 48 (19.14% from 255) = 33.10%
BLUE value IS 60 (23.83% from 255) = 41.38%
R=25.52%
G=33.10%
B=41.38%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3748600.380.2000.76211.323.7119.02
Hex25303C261404Cd31813
Octal456074462401143233023
Binary1001011100001111001001101010001001100110100111100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25303C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #25303C;
 }
 .AnyTagClassName
 {
   color: #25303C;
 }
</style>
background-color css

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

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

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

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

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

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