#1F2434

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

Shades of Midnight Express #1F2434

Tints of Midnight Express #1F2434

Color information

#1F2434 (or 0x1F2434) is unknown color: approx Midnight Express. HEX triplet: 1F, 24 and 34. RGB value is (31,36,52). Sum of RGB (Red+Green+Blue) = 31+36+52=119 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.05% from 119); Green value is 36 (14.45% from 255 or 30.25% from 119); Blue value is 52 (20.70% from 255 or 43.70% from 119); Max value from RGB is 52 - color contains mainly: blue. Hex color #1F2434 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2434 is #E0DBCB. Grayscale: #242424. Windows color (decimal): -14736332 or 3417119. OLE color: 3417119.

HSL color Cylindrical-coordinate representation of color #1F2434: hue angle of 225.71º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1F2434 is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB313652-
CMYK0.400.3100.80
HSL225.71º25.3%16.27%-
HSV(B)225.71º40.38%20.39%-
XYZ1.821.83.5-
YUV36.33136.84124.2-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 26.05%
GREEN value IS 36 (14.45% from 255) = 30.25%
BLUE value IS 52 (20.70% from 255) = 43.70%
R=26.05%
G=30.25%
B=43.70%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3136520.400.3100.80225.7125.316.27
Hex1F2434281F050e21910
Octal374464503701203423120
Binary111111001001101001010001111101010000111000101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,36,52); }

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

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

 a { background-color: rgb(31,36,52); }

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

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

 span { border-color: rgb(31,36,52); }

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