#1F2432

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

Shades of Midnight Express #1F2432

Tints of Midnight Express #1F2432

Color information

#1F2432 (or 0x1F2432) is unknown color: approx Midnight Express. HEX triplet: 1F, 24 and 32. RGB value is (31,36,50). Sum of RGB (Red+Green+Blue) = 31+36+50=117 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.50% from 117); Green value is 36 (14.45% from 255 or 30.77% from 117); Blue value is 50 (19.92% from 255 or 42.74% from 117); Max value from RGB is 50 - color contains mainly: blue. Hex color #1F2432 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2432 is #E0DBCD. Grayscale: #242424. Windows color (decimal): -14736334 or 3286047. OLE color: 3286047.

HSL color Cylindrical-coordinate representation of color #1F2432: hue angle of 224.21º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #1F2432 is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB313650-
CMYK0.380.2800.80
HSL224.21º23.46%15.88%-
HSV(B)224.21º38%19.61%-
XYZ1.771.783.27-
YUV36.1135.84124.36-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 26.50%
GREEN value IS 36 (14.45% from 255) = 30.77%
BLUE value IS 50 (19.92% from 255) = 42.74%
R=26.50%
G=30.77%
B=42.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3136500.380.2800.80224.2123.4615.88
Hex1F2432261C050e01710
Octal374462463401203402720
Binary111111001001100101001101110001010000111000001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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