Html Css Color HEX #25303C Midnight

📋 copy color: '#25303C'

red 37 ◦ green 48 ◦ blue 60

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

Shades of Midnight #25303C

Tints of Midnight #25303C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 33.1%

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

R = 25.52%
G = 33.1%
B = 41.38%

CMYK

 C value IS 0.38

 M value IS 0.20

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#25303C (or 0x25303C) is known color: 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

RGB 37 48 60 -
CMYK 0.38 0.20 0 0.76
HSL 211.3º 0.24% 0.19% -
HSV(B) 211.3º 0.38% 0.24% -
XYZ 2.64 2.83 4.68 -
YUV 46.08 135.86 121.52 -
System Red Green Blue C M Y K H S L
Decimal 37 48 60 0.38 0.20 0 0.76 211.3 0.24 0.19
Hex 25 30 3C 26 14 0 4C D3 18 13
Octal 45 60 74 46 24 0 114 323 30 23
Binary 100101 110000 111100 100110 10100 0 1001100 11010011 11000 10011

Color Harmonies of #25303C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25303C

Black with #25303C

Text Example


Text Example

White with #25303C

Text Example


Text Example

HTML Codes & Css Web 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>