#1F233F

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

Shades of Midnight Express #1F233F

Tints of Midnight Express #1F233F

Color information

#1F233F (or 0x1F233F) is unknown color: approx Midnight Express. HEX triplet: 1F, 23 and 3F. RGB value is (31,35,63). Sum of RGB (Red+Green+Blue) = 31+35+63=129 (17% of max value = 765). Red value is 31 (12.5% from 255 or 24.03% from 129); Green value is 35 (14.06% from 255 or 27.13% from 129); Blue value is 63 (25% from 255 or 48.84% from 129); Max value from RGB is 63 - color contains mainly: blue. Hex color #1F233F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F233F is #E0DCC0. Grayscale: #242424. Windows color (decimal): -14736577 or 4137759. OLE color: 4137759.

HSL color Cylindrical-coordinate representation of color #1F233F: hue angle of 232.5º degrees, saturation: 0.34, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1F233F is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB313563-
CMYK0.510.4400.75
HSL232.5º34.04%18.43%-
HSV(B)232.5º50.79%24.71%-
XYZ2.061.854.95-
YUV37142.67123.72-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 24.03%
GREEN value IS 35 (14.06% from 255) = 27.13%
BLUE value IS 63 (25% from 255) = 48.84%
R=24.03%
G=27.13%
B=48.84%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3135630.510.4400.75232.534.0418.43
Hex1F233F332C04Be82212
Octal374377635401133504222
Binary11111100011111111110011101100010010111110100010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F233F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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