#28323F

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

Shades of Midnight #28323F

Tints of Midnight #28323F

Color information

#28323F (or 0x28323F) is unknown color: approx Midnight. HEX triplet: 28, 32 and 3F. RGB value is (40,50,63). Sum of RGB (Red+Green+Blue) = 40+50+63=153 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.14% from 153); Green value is 50 (19.92% from 255 or 32.68% from 153); Blue value is 63 (25% from 255 or 41.18% from 153); Max value from RGB is 63 - color contains mainly: blue. Hex color #28323F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28323F is #D7CDC0. Grayscale: #303030. Windows color (decimal): -14142913 or 4141608. OLE color: 4141608.

HSL color Cylindrical-coordinate representation of color #28323F: hue angle of 213.91º 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 #28323F is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB405063-
CMYK0.370.2100.75
HSL213.91º22.33%20.2%-
HSV(B)213.91º36.51%24.71%-
XYZ2.913.095.15-
YUV48.49136.19121.94-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 26.14%
GREEN value IS 50 (19.92% from 255) = 32.68%
BLUE value IS 63 (25% from 255) = 41.18%
R=26.14%
G=32.68%
B=41.18%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4050630.370.2100.75213.9122.3320.2
Hex28323F251504Bd61614
Octal506277452501133262624
Binary1010001100101111111001011010101001011110101101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28323F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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