#1F2848

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

Shades of Midnight Express #1F2848

Tints of Midnight Express #1F2848

Color information

#1F2848 (or 0x1F2848) is unknown color: approx Midnight Express. HEX triplet: 1F, 28 and 48. RGB value is (31,40,72). Sum of RGB (Red+Green+Blue) = 31+40+72=143 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.68% from 143); Green value is 40 (16.02% from 255 or 27.97% from 143); Blue value is 72 (28.52% from 255 or 50.35% from 143); Max value from RGB is 72 - color contains mainly: blue. Hex color #1F2848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2848 is #E0D7B7. Grayscale: #282828. Windows color (decimal): -14735288 or 4728863. OLE color: 4728863.

HSL color Cylindrical-coordinate representation of color #1F2848: hue angle of 226.83º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1F2848 is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB314072-
CMYK0.570.4400.72
HSL226.83º39.81%20.2%-
HSV(B)226.83º56.94%28.24%-
XYZ2.492.286.44-
YUV40.96145.52120.9-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.68%
GREEN value IS 40 (16.02% from 255) = 27.97%
BLUE value IS 72 (28.52% from 255) = 50.35%
R=21.68%
G=27.97%
B=50.35%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3140720.570.4400.72226.8339.8120.2
Hex1F2848392C048e32814
Octal3750110715401103435024
Binary111111010001001000111001101100010010001110001110100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F2848; }

 p { color: rgb(31,40,72); }

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

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

 a { background-color: rgb(31,40,72); }

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

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

 span { border-color: rgb(31,40,72); }

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