#28323C

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

Shades of Midnight #28323C

Tints of Midnight #28323C

Color information

#28323C (or 0x28323C) is unknown color: approx Midnight. HEX triplet: 28, 32 and 3C. RGB value is (40,50,60). Sum of RGB (Red+Green+Blue) = 40+50+60=150 (19% of max value = 765). Red value is 40 (16.02% from 255 or 26.67% from 150); Green value is 50 (19.92% from 255 or 33.33% from 150); Blue value is 60 (23.83% from 255 or 40% from 150); Max value from RGB is 60 - color contains mainly: blue. Hex color #28323C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28323C is #D7CDC3. Grayscale: #303030. Windows color (decimal): -14142916 or 3945000. OLE color: 3945000.

HSL color Cylindrical-coordinate representation of color #28323C: hue angle of 210º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #28323C is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB405060-
CMYK0.330.1700.76
HSL210º20%19.61%-
HSV(B)210º33.33%23.53%-
XYZ2.833.064.72-
YUV48.15134.69122.19-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 26.67%
GREEN value IS 50 (19.92% from 255) = 33.33%
BLUE value IS 60 (23.83% from 255) = 40%
R=26.67%
G=33.33%
B=40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4050600.330.1700.762102019.61
Hex28323C211104Cd21414
Octal506274412101143222424
Binary1010001100101111001000011000101001100110100101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28323C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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