#1F2534

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

Shades of Midnight Express #1F2534

Tints of Midnight Express #1F2534

Color information

#1F2534 (or 0x1F2534) is unknown color: approx Midnight Express. HEX triplet: 1F, 25 and 34. RGB value is (31,37,52). Sum of RGB (Red+Green+Blue) = 31+37+52=120 (15% of max value = 765). Red value is 31 (12.5% from 255 or 25.83% from 120); Green value is 37 (14.84% from 255 or 30.83% from 120); Blue value is 52 (20.70% from 255 or 43.33% from 120); Max value from RGB is 52 - color contains mainly: blue. Hex color #1F2534 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2534 is #E0DACB. Grayscale: #242424. Windows color (decimal): -14736076 or 3417375. OLE color: 3417375.

HSL color Cylindrical-coordinate representation of color #1F2534: hue angle of 222.86º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1F2534 is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB313752-
CMYK0.400.2900.80
HSL222.86º25.3%16.27%-
HSV(B)222.86º40.38%20.39%-
XYZ1.851.863.51-
YUV36.92136.51123.78-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 25.83%
GREEN value IS 37 (14.84% from 255) = 30.83%
BLUE value IS 52 (20.70% from 255) = 43.33%
R=25.83%
G=30.83%
B=43.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3137520.400.2900.80222.8625.316.27
Hex1F2534281D050df1910
Octal374564503501203373120
Binary111111001011101001010001110101010000110111111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,37,52); }

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

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

 a { background-color: rgb(31,37,52); }

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

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

 span { border-color: rgb(31,37,52); }

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