#25303D

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

Shades of Midnight #25303D

Tints of Midnight #25303D

Color information

#25303D (or 0x25303D) is unknown color: approx Midnight. HEX triplet: 25, 30 and 3D. RGB value is (37,48,61). Sum of RGB (Red+Green+Blue) = 37+48+61=146 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.34% from 146); Green value is 48 (19.14% from 255 or 32.88% from 146); Blue value is 61 (24.22% from 255 or 41.78% from 146); Max value from RGB is 61 - color contains mainly: blue. Hex color #25303D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25303D is #DACFC2. Grayscale: #2E2E2E. Windows color (decimal): -14340035 or 4010021. OLE color: 4010021.

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

Color convert

RGB374861-
CMYK0.390.2100.76
HSL212.5º24.49%19.22%-
HSV(B)212.5º39.34%23.92%-
XYZ2.662.844.82-
YUV46.19136.36121.44-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25.34%
GREEN value IS 48 (19.14% from 255) = 32.88%
BLUE value IS 61 (24.22% from 255) = 41.78%
R=25.34%
G=32.88%
B=41.78%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3748610.390.2100.76212.524.4919.22
Hex25303D271504Cd41813
Octal456075472501143243023
Binary1001011100001111011001111010101001100110101001100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25303D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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