Html Css Color HEX #1F293D Midnight Express

📋 copy color: '#1F293D'

red 31 ◦ green 41 ◦ blue 61

#1F293D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Express #1F293D

Tints of Midnight Express #1F293D

RGB

 RED value IS 31 (12.5% from 255) = 23.31%

 GREEN value IS 41 (16.41% from 255) = 30.83%

 BLUE value IS 61 (24.22% from 255) = 45.86%

R = 23.31%
G = 30.83%
B = 45.86%

CMYK

 C value IS 0.49

 M value IS 0.33

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#1F293D (or 0x1F293D) is known color: Midnight Express. HEX triplet: 1F, 29 and 3D. RGB value is (31,41,61). Sum of RGB (Red+Green+Blue) = 31+41+61=133 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.31% from 133); Green value is 41 (16.41% from 255 or 30.83% from 133); Blue value is 61 (24.22% from 255 or 45.86% from 133); Max value from RGB is 61 - color contains mainly: blue. Hex color #1F293D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F293D is #E0D6C2. Grayscale: #282828. Windows color (decimal): -14735043 or 4008223. OLE color: 4008223.

HSL color Cylindrical-coordinate representation of color #1F293D: hue angle of 220º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #1F293D is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 31 41 61 -
CMYK 0.49 0.33 0 0.76
HSL 220º 0.33% 0.18% -
HSV(B) 220º 0.49% 0.24% -
XYZ 2.2 2.21 4.73 -
YUV 40.29 139.69 121.37 -
System Red Green Blue C M Y K H S L
Decimal 31 41 61 0.49 0.33 0 0.76 220 0.33 0.18
Hex 1F 29 3D 31 21 0 4C DC 21 12
Octal 37 51 75 61 41 0 114 334 41 22
Binary 11111 101001 111101 110001 100001 0 1001100 11011100 100001 10010

Color Harmonies of #1F293D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F293D

Black with #1F293D

Text Example


Text Example

White with #1F293D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,41,61); }

 H1.HeaderClassName
 {
   color: #1F293D;
 }
 .AnyTagClassName
 {
   color: #1F293D;
 }
</style>

background-color css

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

 a { background-color: rgb(31,41,61); }

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

border-color css

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

 span { border-color: rgb(31,41,61); }

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