#1F2841

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

Shades of Midnight Express #1F2841

Tints of Midnight Express #1F2841

Color information

#1F2841 (or 0x1F2841) is unknown color: approx Midnight Express. HEX triplet: 1F, 28 and 41. RGB value is (31,40,65). Sum of RGB (Red+Green+Blue) = 31+40+65=136 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.79% from 136); Green value is 40 (16.02% from 255 or 29.41% from 136); Blue value is 65 (25.78% from 255 or 47.79% from 136); Max value from RGB is 65 - color contains mainly: blue. Hex color #1F2841 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2841 is #E0D7BE. Grayscale: #282828. Windows color (decimal): -14735295 or 4270111. OLE color: 4270111.

HSL color Cylindrical-coordinate representation of color #1F2841: hue angle of 224.12º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1F2841 is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB314065-
CMYK0.520.3800.75
HSL224.12º35.42%18.82%-
HSV(B)224.12º52.31%25.49%-
XYZ2.282.195.3-
YUV40.16142.02121.47-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 22.79%
GREEN value IS 40 (16.02% from 255) = 29.41%
BLUE value IS 65 (25.78% from 255) = 47.79%
R=22.79%
G=29.41%
B=47.79%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3140650.520.3800.75224.1235.4218.82
Hex1F2841342604Be02313
Octal3750101644601133404323
Binary111111010001000001110100100110010010111110000010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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