#152032

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

Shades of Midnight Express #152032

Tints of Midnight Express #152032

Color information

#152032 (or 0x152032) is unknown color: approx Midnight Express. HEX triplet: 15, 20 and 32. RGB value is (21,32,50). Sum of RGB (Red+Green+Blue) = 21+32+50=103 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.39% from 103); Green value is 32 (12.89% from 255 or 31.07% from 103); Blue value is 50 (19.92% from 255 or 48.54% from 103); Max value from RGB is 50 - color contains mainly: blue. Hex color #152032 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152032 is #EADFCD. Grayscale: #1E1E1E. Windows color (decimal): -15392718 or 3285013. OLE color: 3285013.

HSL color Cylindrical-coordinate representation of color #152032: hue angle of 217.24º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #152032 is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB213250-
CMYK0.580.3600.80
HSL217.24º40.85%13.92%-
HSV(B)217.24º58%19.61%-
XYZ1.41.423.22-
YUV30.76138.86121.04-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 20.39%
GREEN value IS 32 (12.89% from 255) = 31.07%
BLUE value IS 50 (19.92% from 255) = 48.54%
R=20.39%
G=31.07%
B=48.54%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2132500.580.3600.80217.2440.8513.92
Hex1520323A24050d929e
Octal254062724401203315116
Binary1010110000011001011101010010001010000110110011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152032; }

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

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

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

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

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

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

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

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