#1F2B42

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

Shades of Midnight Express #1F2B42

Tints of Midnight Express #1F2B42

Color information

#1F2B42 (or 0x1F2B42) is unknown color: approx Midnight Express. HEX triplet: 1F, 2B and 42. RGB value is (31,43,66). Sum of RGB (Red+Green+Blue) = 31+43+66=140 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.14% from 140); Green value is 43 (17.19% from 255 or 30.71% from 140); Blue value is 66 (26.17% from 255 or 47.14% from 140); Max value from RGB is 66 - color contains mainly: blue. Hex color #1F2B42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2B42 is #E0D4BD. Grayscale: #292929. Windows color (decimal): -14734526 or 4336415. OLE color: 4336415.

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

Color convert

RGB314366-
CMYK0.530.3500.74
HSL219.43º36.08%19.02%-
HSV(B)219.43º53.03%25.88%-
XYZ2.412.415.49-
YUV42.03141.52120.13-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 22.14%
GREEN value IS 43 (17.19% from 255) = 30.71%
BLUE value IS 66 (26.17% from 255) = 47.14%
R=22.14%
G=30.71%
B=47.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3143660.530.3500.74219.4336.0819.02
Hex1F2B42352304Adb2413
Octal3753102654301123334423
Binary111111010111000010110101100011010010101101101110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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