#1F2B43

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

Shades of Midnight Express #1F2B43

Tints of Midnight Express #1F2B43

Color information

#1F2B43 (or 0x1F2B43) is unknown color: approx Midnight Express. HEX triplet: 1F, 2B and 43. RGB value is (31,43,67). Sum of RGB (Red+Green+Blue) = 31+43+67=141 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.99% from 141); Green value is 43 (17.19% from 255 or 30.50% from 141); Blue value is 67 (26.56% from 255 or 47.52% from 141); Max value from RGB is 67 - color contains mainly: blue. Hex color #1F2B43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2B43 is #E0D4BC. Grayscale: #2A2A2A. Windows color (decimal): -14734525 or 4401951. OLE color: 4401951.

HSL color Cylindrical-coordinate representation of color #1F2B43: hue angle of 220º 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 #1F2B43 is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB314367-
CMYK0.540.3600.74
HSL220º36.73%19.22%-
HSV(B)220º53.73%26.27%-
XYZ2.442.425.65-
YUV42.15142.02120.05-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.99%
GREEN value IS 43 (17.19% from 255) = 30.50%
BLUE value IS 67 (26.56% from 255) = 47.52%
R=21.99%
G=30.50%
B=47.52%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3143670.540.3600.7422036.7319.22
Hex1F2B43362404Adc2513
Octal3753103664401123344523
Binary111111010111000011110110100100010010101101110010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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