#1F2336

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

Shades of Midnight Express #1F2336

Tints of Midnight Express #1F2336

Color information

#1F2336 (or 0x1F2336) is unknown color: approx Midnight Express. HEX triplet: 1F, 23 and 36. RGB value is (31,35,54). Sum of RGB (Red+Green+Blue) = 31+35+54=120 (15% of max value = 765). Red value is 31 (12.5% from 255 or 25.83% from 120); Green value is 35 (14.06% from 255 or 29.17% from 120); Blue value is 54 (21.48% from 255 or 45% from 120); Max value from RGB is 54 - color contains mainly: blue. Hex color #1F2336 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2336 is #E0DCC9. Grayscale: #232323. Windows color (decimal): -14736586 or 3547935. OLE color: 3547935.

HSL color Cylindrical-coordinate representation of color #1F2336: hue angle of 229.57º degrees, saturation: 0.27, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1F2336 is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB313554-
CMYK0.430.3500.79
HSL229.57º27.06%16.67%-
HSV(B)229.57º42.59%21.18%-
XYZ1.831.763.73-
YUV35.97138.17124.46-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 25.83%
GREEN value IS 35 (14.06% from 255) = 29.17%
BLUE value IS 54 (21.48% from 255) = 45%
R=25.83%
G=29.17%
B=45%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3135540.430.3500.79229.5727.0616.67
Hex1F23362B2304Fe61b11
Octal374366534301173463321
Binary1111110001111011010101110001101001111111001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,35,54); }

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

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

 a { background-color: rgb(31,35,54); }

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

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

 span { border-color: rgb(31,35,54); }

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