Html Css Color HEX #1F253D Midnight Express

📋 copy color: '#1F253D'

red 31 ◦ green 37 ◦ blue 61

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

Shades of Midnight Express #1F253D

Tints of Midnight Express #1F253D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 28.68%

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

R = 24.03%
G = 28.68%
B = 47.29%

CMYK

 C value IS 0.49

 M value IS 0.39

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#1F253D (or 0x1F253D) is known color: Midnight Express. HEX triplet: 1F, 25 and 3D. RGB value is (31,37,61). Sum of RGB (Red+Green+Blue) = 31+37+61=129 (17% of max value = 765). Red value is 31 (12.5% from 255 or 24.03% from 129); Green value is 37 (14.84% from 255 or 28.68% from 129); Blue value is 61 (24.22% from 255 or 47.29% from 129); Max value from RGB is 61 - color contains mainly: blue. Hex color #1F253D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F253D is #E0DAC2. Grayscale: #252525. Windows color (decimal): -14736067 or 4007199. OLE color: 4007199.

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

Color convert

RGB 31 37 61 -
CMYK 0.49 0.39 0 0.76
HSL 228º 0.33% 0.18% -
HSV(B) 228º 0.49% 0.24% -
XYZ 2.07 1.95 4.68 -
YUV 37.94 141.01 123.05 -
System Red Green Blue C M Y K H S L
Decimal 31 37 61 0.49 0.39 0 0.76 228 0.33 0.18
Hex 1F 25 3D 31 27 0 4C E4 21 12
Octal 37 45 75 61 47 0 114 344 41 22
Binary 11111 100101 111101 110001 100111 0 1001100 11100100 100001 10010

Color Harmonies of #1F253D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F253D

Black with #1F253D

Text Example


Text Example

White with #1F253D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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