Html Css Color HEX #1F293C Midnight Express

📋 copy color: '#1F293C'

red 31 ◦ green 41 ◦ blue 60

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

Shades of Midnight Express #1F293C

Tints of Midnight Express #1F293C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 45.45%

R = 23.48%
G = 31.06%
B = 45.45%

CMYK

 C value IS 0.48

 M value IS 0.32

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#1F293C (or 0x1F293C) is known color: Midnight Express. HEX triplet: 1F, 29 and 3C. RGB value is (31,41,60). Sum of RGB (Red+Green+Blue) = 31+41+60=132 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.48% from 132); Green value is 41 (16.41% from 255 or 31.06% from 132); Blue value is 60 (23.83% from 255 or 45.45% from 132); Max value from RGB is 60 - color contains mainly: blue. Hex color #1F293C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F293C is #E0D6C3. Grayscale: #282828. Windows color (decimal): -14735044 or 3942687. OLE color: 3942687.

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

Color convert

RGB 31 41 60 -
CMYK 0.48 0.32 0 0.76
HSL 219.31º 0.32% 0.18% -
HSV(B) 219.31º 0.48% 0.24% -
XYZ 2.17 2.2 4.59 -
YUV 40.18 139.19 121.46 -
System Red Green Blue C M Y K H S L
Decimal 31 41 60 0.48 0.32 0 0.76 219.31 0.32 0.18
Hex 1F 29 3C 30 20 0 4C DB 20 12
Octal 37 51 74 60 40 0 114 333 40 22
Binary 11111 101001 111100 110000 100000 0 1001100 11011011 100000 10010

Color Harmonies of #1F293C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F293C

Black with #1F293C

Text Example


Text Example

White with #1F293C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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