#151F32

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

Shades of Midnight Express #151F32

Tints of Midnight Express #151F32

Color information

#151F32 (or 0x151F32) is unknown color: approx Midnight Express. HEX triplet: 15, 1F and 32. RGB value is (21,31,50). Sum of RGB (Red+Green+Blue) = 21+31+50=102 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.59% from 102); Green value is 31 (12.5% from 255 or 30.39% from 102); Blue value is 50 (19.92% from 255 or 49.02% from 102); Max value from RGB is 50 - color contains mainly: blue. Hex color #151F32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151F32 is #EAE0CD. Grayscale: #1E1E1E. Windows color (decimal): -15392974 or 3284757. OLE color: 3284757.

HSL color Cylindrical-coordinate representation of color #151F32: hue angle of 219.31º 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 #151F32 is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB213150-
CMYK0.580.3800.80
HSL219.31º40.85%13.92%-
HSV(B)219.31º58%19.61%-
XYZ1.371.373.21-
YUV30.18139.19121.46-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 20.59%
GREEN value IS 31 (12.5% from 255) = 30.39%
BLUE value IS 50 (19.92% from 255) = 49.02%
R=20.59%
G=30.39%
B=49.02%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2131500.580.3800.80219.3140.8513.92
Hex151F323A26050db29e
Octal253762724601203335116
Binary101011111111001011101010011001010000110110111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151F32; }

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

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

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

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

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

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

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

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