#1F2430

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

Shades of Midnight Express #1F2430

Tints of Midnight Express #1F2430

Color information

#1F2430 (or 0x1F2430) is unknown color: approx Midnight Express. HEX triplet: 1F, 24 and 30. RGB value is (31,36,48). Sum of RGB (Red+Green+Blue) = 31+36+48=115 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.96% from 115); Green value is 36 (14.45% from 255 or 31.30% from 115); Blue value is 48 (19.14% from 255 or 41.74% from 115); Max value from RGB is 48 - color contains mainly: blue. Hex color #1F2430 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2430 is #E0DBCF. Grayscale: #232323. Windows color (decimal): -14736336 or 3154975. OLE color: 3154975.

HSL color Cylindrical-coordinate representation of color #1F2430: hue angle of 222.35º degrees, saturation: 0.22, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #1F2430 is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB313648-
CMYK0.350.2500.81
HSL222.35º21.52%15.49%-
HSV(B)222.35º35.42%18.82%-
XYZ1.731.773.05-
YUV35.87134.84124.52-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 26.96%
GREEN value IS 36 (14.45% from 255) = 31.30%
BLUE value IS 48 (19.14% from 255) = 41.74%
R=26.96%
G=31.30%
B=41.74%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3136480.350.2500.81222.3521.5215.49
Hex1F24302319051de16f
Octal374460433101213362617
Binary11111100100110000100011110010101000111011110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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