#1F2530

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

Shades of Midnight Express #1F2530

Tints of Midnight Express #1F2530

Color information

#1F2530 (or 0x1F2530) is unknown color: approx Midnight Express. HEX triplet: 1F, 25 and 30. RGB value is (31,37,48). Sum of RGB (Red+Green+Blue) = 31+37+48=116 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.72% from 116); Green value is 37 (14.84% from 255 or 31.90% from 116); Blue value is 48 (19.14% from 255 or 41.38% from 116); Max value from RGB is 48 - color contains mainly: blue. Hex color #1F2530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2530 is #E0DACF. Grayscale: #242424. Windows color (decimal): -14736080 or 3155231. OLE color: 3155231.

HSL color Cylindrical-coordinate representation of color #1F2530: hue angle of 218.82º degrees, saturation: 0.22, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #1F2530 is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB313748-
CMYK0.350.2300.81
HSL218.82º21.52%15.49%-
HSV(B)218.82º35.42%18.82%-
XYZ1.761.833.06-
YUV36.46134.51124.11-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 26.72%
GREEN value IS 37 (14.84% from 255) = 31.90%
BLUE value IS 48 (19.14% from 255) = 41.38%
R=26.72%
G=31.90%
B=41.38%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3137480.350.2300.81218.8221.5215.49
Hex1F25302317051db16f
Octal374560432701213332617
Binary11111100101110000100011101110101000111011011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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