#152031

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

Shades of Midnight Express #152031

Tints of Midnight Express #152031

Color information

#152031 (or 0x152031) is unknown color: approx Midnight Express. HEX triplet: 15, 20 and 31. RGB value is (21,32,49). Sum of RGB (Red+Green+Blue) = 21+32+49=102 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.59% from 102); Green value is 32 (12.89% from 255 or 31.37% from 102); Blue value is 49 (19.53% from 255 or 48.04% from 102); Max value from RGB is 49 - color contains mainly: blue. Hex color #152031 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152031 is #EADFCE. Grayscale: #1E1E1E. Windows color (decimal): -15392719 or 3219477. OLE color: 3219477.

HSL color Cylindrical-coordinate representation of color #152031: hue angle of 216.43º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #152031 is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB213249-
CMYK0.570.3500.81
HSL216.43º40%13.73%-
HSV(B)216.43º57.14%19.22%-
XYZ1.381.413.11-
YUV30.65138.36121.12-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 20.59%
GREEN value IS 32 (12.89% from 255) = 31.37%
BLUE value IS 49 (19.53% from 255) = 48.04%
R=20.59%
G=31.37%
B=48.04%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2132490.570.3500.81216.434013.73
Hex1520313923051d828e
Octal254061714301213305016
Binary1010110000011000111100110001101010001110110001010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152031; }

 p { color: rgb(21,32,49); }

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

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

 a { background-color: rgb(21,32,49); }

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

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

 span { border-color: rgb(21,32,49); }

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