#2A2D38

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

Shades of Midnight Express #2A2D38

Tints of Midnight Express #2A2D38

Color information

#2A2D38 (or 0x2A2D38) is unknown color: approx Midnight Express. HEX triplet: 2A, 2D and 38. RGB value is (42,45,56). Sum of RGB (Red+Green+Blue) = 42+45+56=143 (18% of max value = 765). Red value is 42 (16.80% from 255 or 29.37% from 143); Green value is 45 (17.97% from 255 or 31.47% from 143); Blue value is 56 (22.27% from 255 or 39.16% from 143); Max value from RGB is 56 - color contains mainly: blue. Hex color #2A2D38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2D38 is #D5D2C7. Grayscale: #2D2D2D. Windows color (decimal): -14013128 or 3681578. OLE color: 3681578.

HSL color Cylindrical-coordinate representation of color #2A2D38: hue angle of 227.14º degrees, saturation: 0.14, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #2A2D38 is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB424556-
CMYK0.250.2000.78
HSL227.14º14.29%19.22%-
HSV(B)227.14º25%21.96%-
XYZ2.612.654.12-
YUV45.36134.01125.61-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 29.37%
GREEN value IS 45 (17.97% from 255) = 31.47%
BLUE value IS 56 (22.27% from 255) = 39.16%
R=29.37%
G=31.47%
B=39.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4245560.250.2000.78227.1414.2919.22
Hex2A2D38191404Ee3e13
Octal525570312401163431623
Binary10101010110111100011001101000100111011100011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A2D38; }

 p { color: rgb(42,45,56); }

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

<style>
 a { background-color: #2A2D38; }

 a { background-color: rgb(42,45,56); }

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

<style>
 span { border-color: #2A2D38; }

 span { border-color: rgb(42,45,56); }

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