#282D41

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

Shades of Midnight Express #282D41

Tints of Midnight Express #282D41

Color information

#282D41 (or 0x282D41) is unknown color: approx Midnight Express. HEX triplet: 28, 2D and 41. RGB value is (40,45,65). Sum of RGB (Red+Green+Blue) = 40+45+65=150 (19% of max value = 765). Red value is 40 (16.02% from 255 or 26.67% from 150); Green value is 45 (17.97% from 255 or 30% from 150); Blue value is 65 (25.78% from 255 or 43.33% from 150); Max value from RGB is 65 - color contains mainly: blue. Hex color #282D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282D41 is #D7D2BE. Grayscale: #2D2D2D. Windows color (decimal): -14144191 or 4271400. OLE color: 4271400.

HSL color Cylindrical-coordinate representation of color #282D41: hue angle of 228º degrees, saturation: 0.24, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #282D41 is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB404565-
CMYK0.380.3100.75
HSL228º23.81%20.59%-
HSV(B)228º38.46%25.49%-
XYZ2.772.715.38-
YUV45.78138.84123.87-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 26.67%
GREEN value IS 45 (17.97% from 255) = 30%
BLUE value IS 65 (25.78% from 255) = 43.33%
R=26.67%
G=30%
B=43.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4045650.380.3100.7522823.8120.59
Hex282D41261F04Be41815
Octal5055101463701133443025
Binary10100010110110000011001101111101001011111001001100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282D41; }

 p { color: rgb(40,45,65); }

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

<style>
 a { background-color: #282D41; }

 a { background-color: rgb(40,45,65); }

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

<style>
 span { border-color: #282D41; }

 span { border-color: rgb(40,45,65); }

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