#1F242F

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

Shades of Midnight Express #1F242F

Tints of Midnight Express #1F242F

Color information

#1F242F (or 0x1F242F) is unknown color: approx Midnight Express. HEX triplet: 1F, 24 and 2F. RGB value is (31,36,47). Sum of RGB (Red+Green+Blue) = 31+36+47=114 (15% of max value = 765). Red value is 31 (12.5% from 255 or 27.19% from 114); Green value is 36 (14.45% from 255 or 31.58% from 114); Blue value is 47 (18.75% from 255 or 41.23% from 114); Max value from RGB is 47 - color contains mainly: blue. Hex color #1F242F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F242F is #E0DBD0. Grayscale: #232323. Windows color (decimal): -14736337 or 3089439. OLE color: 3089439.

HSL color Cylindrical-coordinate representation of color #1F242F: hue angle of 221.25º degrees, saturation: 0.21, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #1F242F is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB313647-
CMYK0.340.2300.82
HSL221.25º20.51%15.29%-
HSV(B)221.25º34.04%18.43%-
XYZ1.711.762.94-
YUV35.76134.34124.61-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 27.19%
GREEN value IS 36 (14.45% from 255) = 31.58%
BLUE value IS 47 (18.75% from 255) = 41.23%
R=27.19%
G=31.58%
B=41.23%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3136470.340.2300.82221.2520.5115.29
Hex1F242F2217052dd15f
Octal374457422701223352517
Binary11111100100101111100010101110101001011011101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F242F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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