#28313E

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

Shades of Midnight #28313E

Tints of Midnight #28313E

Color information

#28313E (or 0x28313E) is unknown color: approx Midnight. HEX triplet: 28, 31 and 3E. RGB value is (40,49,62). Sum of RGB (Red+Green+Blue) = 40+49+62=151 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.49% from 151); Green value is 49 (19.53% from 255 or 32.45% from 151); Blue value is 62 (24.61% from 255 or 41.06% from 151); Max value from RGB is 62 - color contains mainly: blue. Hex color #28313E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28313E is #D7CEC1. Grayscale: #2F2F2F. Windows color (decimal): -14143170 or 4075816. OLE color: 4075816.

HSL color Cylindrical-coordinate representation of color #28313E: hue angle of 215.45º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #28313E is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB404962-
CMYK0.350.2100.76
HSL215.45º21.57%20%-
HSV(B)215.45º35.48%24.31%-
XYZ2.8434.99-
YUV47.79136.02122.44-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 26.49%
GREEN value IS 49 (19.53% from 255) = 32.45%
BLUE value IS 62 (24.61% from 255) = 41.06%
R=26.49%
G=32.45%
B=41.06%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4049620.350.2100.76215.4521.5720
Hex28313E231504Cd71614
Octal506176432501143272624
Binary1010001100011111101000111010101001100110101111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28313E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28313E; }

 p { color: rgb(40,49,62); }

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

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

 a { background-color: rgb(40,49,62); }

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

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

 span { border-color: rgb(40,49,62); }

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