#253340

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

Shades of Midnight #253340

Tints of Midnight #253340

Color information

#253340 (or 0x253340) is unknown color: approx Midnight. HEX triplet: 25, 33 and 40. RGB value is (37,51,64). Sum of RGB (Red+Green+Blue) = 37+51+64=152 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.34% from 152); Green value is 51 (20.31% from 255 or 33.55% from 152); Blue value is 64 (25.39% from 255 or 42.11% from 152); Max value from RGB is 64 - color contains mainly: blue. Hex color #253340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253340 is #DACCBF. Grayscale: #303030. Windows color (decimal): -14339264 or 4207397. OLE color: 4207397.

HSL color Cylindrical-coordinate representation of color #253340: hue angle of 208.89º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #253340 is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB375164-
CMYK0.420.2000.75
HSL208.89º26.73%19.8%-
HSV(B)208.89º42.19%25.1%-
XYZ2.873.135.3-
YUV48.3136.86119.94-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.34%
GREEN value IS 51 (20.31% from 255) = 33.55%
BLUE value IS 64 (25.39% from 255) = 42.11%
R=24.34%
G=33.55%
B=42.11%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3751640.420.2000.75208.8926.7319.8
Hex2533402A1404Bd11b14
Octal4563100522401133213324
Binary10010111001110000001010101010001001011110100011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253340; }

 p { color: rgb(37,51,64); }

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

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

 a { background-color: rgb(37,51,64); }

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

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

 span { border-color: rgb(37,51,64); }

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