Html Css Color HEX #1F273D Midnight Express

📋 copy color: '#1F273D'

red 31 ◦ green 39 ◦ blue 61

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

Shades of Midnight Express #1F273D

Tints of Midnight Express #1F273D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 29.77%

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

R = 23.66%
G = 29.77%
B = 46.56%

CMYK

 C value IS 0.49

 M value IS 0.36

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#1F273D (or 0x1F273D) is known color: Midnight Express. HEX triplet: 1F, 27 and 3D. RGB value is (31,39,61). Sum of RGB (Red+Green+Blue) = 31+39+61=131 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.66% from 131); Green value is 39 (15.62% from 255 or 29.77% from 131); Blue value is 61 (24.22% from 255 or 46.56% from 131); Max value from RGB is 61 - color contains mainly: blue. Hex color #1F273D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F273D is #E0D8C2. Grayscale: #272727. Windows color (decimal): -14735555 or 4007711. OLE color: 4007711.

HSL color Cylindrical-coordinate representation of color #1F273D: hue angle of 224º 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 #1F273D is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 31 39 61 -
CMYK 0.49 0.36 0 0.76
HSL 224º 0.33% 0.18% -
HSV(B) 224º 0.49% 0.24% -
XYZ 2.13 2.08 4.7 -
YUV 39.12 140.35 122.21 -
System Red Green Blue C M Y K H S L
Decimal 31 39 61 0.49 0.36 0 0.76 224 0.33 0.18
Hex 1F 27 3D 31 24 0 4C E0 21 12
Octal 37 47 75 61 44 0 114 340 41 22
Binary 11111 100111 111101 110001 100100 0 1001100 11100000 100001 10010

Color Harmonies of #1F273D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F273D

Black with #1F273D

Text Example


Text Example

White with #1F273D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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