#1F2843

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

Shades of Midnight Express #1F2843

Tints of Midnight Express #1F2843

Color information

#1F2843 (or 0x1F2843) is unknown color: approx Midnight Express. HEX triplet: 1F, 28 and 43. RGB value is (31,40,67). Sum of RGB (Red+Green+Blue) = 31+40+67=138 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.46% from 138); Green value is 40 (16.02% from 255 or 28.99% from 138); Blue value is 67 (26.56% from 255 or 48.55% from 138); Max value from RGB is 67 - color contains mainly: blue. Hex color #1F2843 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2843 is #E0D7BC. Grayscale: #282828. Windows color (decimal): -14735293 or 4401183. OLE color: 4401183.

HSL color Cylindrical-coordinate representation of color #1F2843: hue angle of 225º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1F2843 is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB314067-
CMYK0.540.4000.74
HSL225º36.73%19.22%-
HSV(B)225º53.73%26.27%-
XYZ2.342.215.61-
YUV40.39143.02121.3-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 22.46%
GREEN value IS 40 (16.02% from 255) = 28.99%
BLUE value IS 67 (26.56% from 255) = 48.55%
R=22.46%
G=28.99%
B=48.55%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3140670.540.4000.7422536.7319.22
Hex1F2843362804Ae12513
Octal3750103665001123414523
Binary111111010001000011110110101000010010101110000110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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