#28323D

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

Shades of Midnight #28323D

Tints of Midnight #28323D

Color information

#28323D (or 0x28323D) is unknown color: approx Midnight. HEX triplet: 28, 32 and 3D. RGB value is (40,50,61). Sum of RGB (Red+Green+Blue) = 40+50+61=151 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.49% from 151); Green value is 50 (19.92% from 255 or 33.11% from 151); Blue value is 61 (24.22% from 255 or 40.40% from 151); Max value from RGB is 61 - color contains mainly: blue. Hex color #28323D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28323D is #D7CDC2. Grayscale: #303030. Windows color (decimal): -14142915 or 4010536. OLE color: 4010536.

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

Color convert

RGB405061-
CMYK0.340.1800.76
HSL211.43º20.79%19.8%-
HSV(B)211.43º34.43%23.92%-
XYZ2.863.074.86-
YUV48.26135.19122.11-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 26.49%
GREEN value IS 50 (19.92% from 255) = 33.11%
BLUE value IS 61 (24.22% from 255) = 40.40%
R=26.49%
G=33.11%
B=40.40%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4050610.340.1800.76211.4320.7919.8
Hex28323D221204Cd31514
Octal506275422201143232524
Binary1010001100101111011000101001001001100110100111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28323D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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