#28313F

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

Shades of Midnight #28313F

Tints of Midnight #28313F

Color information

#28313F (or 0x28313F) is unknown color: approx Midnight. HEX triplet: 28, 31 and 3F. RGB value is (40,49,63). Sum of RGB (Red+Green+Blue) = 40+49+63=152 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.32% from 152); Green value is 49 (19.53% from 255 or 32.24% from 152); Blue value is 63 (25% from 255 or 41.45% from 152); Max value from RGB is 63 - color contains mainly: blue. Hex color #28313F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28313F is #D7CEC0. Grayscale: #2F2F2F. Windows color (decimal): -14143169 or 4141352. OLE color: 4141352.

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

Color convert

RGB404963-
CMYK0.370.2200.75
HSL216.52º22.33%20.2%-
HSV(B)216.52º36.51%24.71%-
XYZ2.873.015.13-
YUV47.9136.52122.36-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 26.32%
GREEN value IS 49 (19.53% from 255) = 32.24%
BLUE value IS 63 (25% from 255) = 41.45%
R=26.32%
G=32.24%
B=41.45%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4049630.370.2200.75216.5222.3320.2
Hex28313F251604Bd91614
Octal506177452601133312624
Binary1010001100011111111001011011001001011110110011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28313F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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